On 12:02 Tue 23 Oct     , Roy Marples (uberlord) wrote:
> 1.1                  sys-freebsd/freebsd-lib/freebsd-lib-6.2-r3.ebuild
> 
> file : 
> http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-6.2-r3.ebuild?rev=1.1&view=markup
> 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

> PATCHES="${FILESDIR}/${PN}-bsdxml.patch
>       ${FILESDIR}/${PN}-6.0-pmc.patch
>       ${FILESDIR}/${PN}-6.0-gccfloat.patch
>       ${FILESDIR}/${PN}-6.0-flex-2.5.31.patch
>       ${FILESDIR}/${PN}-6.0-binutils-asm.patch
>       ${FILESDIR}/${PN}-6.0-ssp.patch
>       ${FILESDIR}/${PN}-6.1-csu.patch
>       ${FILESDIR}/${PN}-6.2-bluetooth.patch
>       ${FILESDIR}/${PN}-6.2-gcc41.patch
>       ${FILESDIR}/${PN}-6.2-dl_iterate_phdr.patch
>       ${FILESDIR}/${PN}-6.2-as-needed.patch
>       ${FILESDIR}/${PN}-6.2-libthr.patch"

Would it make this work with space-filled paths to single-quote each 
patch? I tried a quick test, and it looks like it would.

>       # Add symlinks (-> libthr) for legacy threading libraries, since these 
> are
>       # not built by us (they are disabled in FreeBSD-7 anyway).
>       dosym libthr.a /usr/lib/libpthread.a
>       dosym libthr.so /usr/lib/libpthread.so
>       dosym libthr.a /usr/lib/libc_r.a
>       dosym libthr.so /usr/lib/libc_r.so
> 
>       # Add symlink (-> libthr) so previously built binaries still work.
>       dosym libthr.so.2 /lib/libpthread.so.2
>       dosym libthr.so.2 /lib/libc_r.so.6
> 
>       # Compatibility symlinks to run FreeBSD 5.x binaries (ABI is mostly
>       # identical, remove when problems will actually happen)
>       dosym /lib/libc.so.6 /usr/lib/libc.so.5
>       dosym /lib/libm.so.4 /usr/lib/libm.so.3

FreeBSD doesn't use get_libdir() ?

Thanks,
Donnie
-- 
[EMAIL PROTECTED] mailing list

Reply via email to