Re: PATCH: devel/glib2

2008-11-05 Thread Marc Espie
On Wed, Nov 05, 2008 at 03:20:03AM -0500, Aaron W. Hsu wrote: > The following patch fixes an (apparently known) issue with glib2 > wherein the port cannot be installed or built on a system with an > existing, incompatible glib2 version (i.e. -- older package) > installed, because the build would ca

Re: PATCH: devel/glib2

2008-11-05 Thread Stuart Henderson
> On Wed, Nov 05, 2008 at 03:20:03AM -0500, Aaron W. Hsu wrote: > > The following patch fixes an (apparently known) issue with glib2 the issue isn't with glib2, it's with a horrible 8000-line shell script called GNU libtool. it's been like this for a long time, and we have, for the most part, res

Re: PATCH: devel/glib2

2008-11-05 Thread Landry Breuil
On Wed, Nov 05, 2008 at 03:20:03AM -0500, Aaron W. Hsu wrote: > The following patch fixes an (apparently known) issue with glib2 > wherein the port cannot be installed or built on a system with an > existing, incompatible glib2 version (i.e. -- older package) > installed, because the build would ca

PATCH: devel/glib2

2008-11-05 Thread Aaron W. Hsu
The following patch fixes an (apparently known) issue with glib2 wherein the port cannot be installed or built on a system with an existing, incompatible glib2 version (i.e. -- older package) installed, because the build would catch the older libraries rather than the newly built ones. This patch