public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib: ChangeLog freebsd-lib-6.2-r3.ebuild
       [not found] <E1IkISZ-0003xT-5W@stork.gentoo.org>
@ 2007-10-23 17:24 ` Donnie Berkholz
  2007-10-23 17:30   ` Roy Marples
  0 siblings, 1 reply; 2+ messages in thread
From: Donnie Berkholz @ 2007-10-23 17:24 UTC (permalink / raw
  To: gentoo-dev, uberlord

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
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib: ChangeLog freebsd-lib-6.2-r3.ebuild
  2007-10-23 17:24 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib: ChangeLog freebsd-lib-6.2-r3.ebuild Donnie Berkholz
@ 2007-10-23 17:30   ` Roy Marples
  0 siblings, 0 replies; 2+ messages in thread
From: Roy Marples @ 2007-10-23 17:30 UTC (permalink / raw
  To: gentoo-dev


On Tue, 2007-10-23 at 10:24 -0700, Donnie Berkholz wrote:
> 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.

Probably. I should fix that.

> FreeBSD doesn't use get_libdir() ?

FreeBSD has no concept of multilib as yet.

Thanks

Roy

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-23 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1IkISZ-0003xT-5W@stork.gentoo.org>
2007-10-23 17:24 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-lib: ChangeLog freebsd-lib-6.2-r3.ebuild Donnie Berkholz
2007-10-23 17:30   ` Roy Marples

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox