aboutsummaryrefslogtreecommitdiff
path: root/dist/pkg/bin26
blob: 423dd4eb6e13769638a242874416acaee6a0cced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if(! ~ $march i386){
	echo '>>>' do not need to build bin24 on non-x86
	exit 1
}
if(! ~ `{uname -r} 2.6.*){
	echo '>>>' must build bin26 on 2.6 system
	exit 1
}
arch=$march
depends=plan9port-^(base)
conflicts=plan9port-bin24
desc='Plan 9 from User Space - binaries
 This package contains binaries for Plan 9 from User Space.
 Due to incompatibilities between the Linux 2.6+ thread library
 (NPTL) and the pre-2.6 Linux thread library (linuxthreads),
 different binaries must be used on the pre-2.6 systems than
 on 2.6 and later systems.
 .
 This package contains binaries for Linux 2.4 and earlier kernels.
'
grepfor=bin