Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, uberlord@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib: ChangeLog freebsd-lib-6.2-r3.ebuild
Date: Tue, 23 Oct 2007 17:27:43
Message-Id: 20071023172446.GB29642@supernova
1 On 12:02 Tue 23 Oct , Roy Marples (uberlord) wrote:
2 > 1.1 sys-freebsd/freebsd-lib/freebsd-lib-6.2-r3.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-6.2-r3.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-6.2-r3.ebuild?rev=1.1&content-type=text/plain
6
7 > PATCHES="${FILESDIR}/${PN}-bsdxml.patch
8 > ${FILESDIR}/${PN}-6.0-pmc.patch
9 > ${FILESDIR}/${PN}-6.0-gccfloat.patch
10 > ${FILESDIR}/${PN}-6.0-flex-2.5.31.patch
11 > ${FILESDIR}/${PN}-6.0-binutils-asm.patch
12 > ${FILESDIR}/${PN}-6.0-ssp.patch
13 > ${FILESDIR}/${PN}-6.1-csu.patch
14 > ${FILESDIR}/${PN}-6.2-bluetooth.patch
15 > ${FILESDIR}/${PN}-6.2-gcc41.patch
16 > ${FILESDIR}/${PN}-6.2-dl_iterate_phdr.patch
17 > ${FILESDIR}/${PN}-6.2-as-needed.patch
18 > ${FILESDIR}/${PN}-6.2-libthr.patch"
19
20 Would it make this work with space-filled paths to single-quote each
21 patch? I tried a quick test, and it looks like it would.
22
23 > # Add symlinks (-> libthr) for legacy threading libraries, since these are
24 > # not built by us (they are disabled in FreeBSD-7 anyway).
25 > dosym libthr.a /usr/lib/libpthread.a
26 > dosym libthr.so /usr/lib/libpthread.so
27 > dosym libthr.a /usr/lib/libc_r.a
28 > dosym libthr.so /usr/lib/libc_r.so
29 >
30 > # Add symlink (-> libthr) so previously built binaries still work.
31 > dosym libthr.so.2 /lib/libpthread.so.2
32 > dosym libthr.so.2 /lib/libc_r.so.6
33 >
34 > # Compatibility symlinks to run FreeBSD 5.x binaries (ABI is mostly
35 > # identical, remove when problems will actually happen)
36 > dosym /lib/libc.so.6 /usr/lib/libc.so.5
37 > dosym /lib/libm.so.4 /usr/lib/libm.so.3
38
39 FreeBSD doesn't use get_libdir() ?
40
41 Thanks,
42 Donnie
43 --
44 gentoo-dev@g.o mailing list

Replies