Date: Fri, 21 Mar 2003 02:04:29 -0300 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: gnome@FreeBSD.org Cc: marcus@FreeBSD.org Subject: libtool patch being tested [kris@obsecurity.org: Re: RC2, ports] Message-ID: <20030321050451.741.qmail@exxodus.fedaykin.here>
next in thread | raw e-mail | index | archive | help
Hi, Can you guys verify if the following fixes any pending libtool issues with gnome ports? Regards, ----- Forwarded message from Kris Kennaway <kris@obsecurity.org> ----- From: Kris Kennaway <kris@obsecurity.org> To: "David E. Cross" <crossd@cs.rpi.edu> Cc: John Baldwin <jhb@FreeBSD.org>, re@FreeBSD.org, portmgr@FreeBSD.org Date: Thu, 20 Mar 2003 16:10:16 -0800 Message-ID: <20030321001016.GA17384@rot13.obsecurity.org> Subject: Re: RC2, ports User-Agent: Mutt/1.4i On Thu, Mar 20, 2003 at 05:54:56PM -0500, David E. Cross wrote: > Indeed libmng is another one with the problem. Ok, thanks for your > prompt reply. I will work with portmgr on this. Could we hold up the > final release until this is fixed? Ports is one of our biggest selling > points, it would be nice to have things like X buildable out of the box. I'm testing the following patch for the libtool bug on bento at the moment..can you confirm whether it solves this problem too? Kris Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.443 diff -u -r1.443 bsd.port.mk --- bsd.port.mk 19 Mar 2003 06:26:14 -0000 1.443 +++ bsd.port.mk 20 Mar 2003 12:28:49 -0000 @@ -3011,8 +3011,8 @@ _PATCH_SEQ= patch-message patch-depends pre-patch pre-patch-script \ do-patch post-patch post-patch-script _CONFIGURE_DEP= patch -_CONFIGURE_SEQ= configure-message patch-libtool build-depends lib-depends \ - misc-depends pre-configure pre-configure-script \ +_CONFIGURE_SEQ= build-depends lib-depends misc-depends configure-message \ + patch-libtool pre-configure pre-configure-script \ do-configure post-configure post-configure-script _BUILD_DEP= configure _BUILD_SEQ= build-message pre-build pre-build-script do-build \ ----- End forwarded message ----- -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030321050451.741.qmail>