Subject: CVS commit: pkgsrc/devel/glib2
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 04/07/2005 02:35:39
Module Name: pkgsrc
Committed By: reed
Date: Thu Apr 7 02:35:39 UTC 2005
Modified Files:
pkgsrc/devel/glib2: buildlink3.mk
Log Message:
Add BUILDLINK_RECOMMENDED.glib2+= glib2>=2.6.1
Noted on tech-pkg today that older packages had libgobject-2.0.so.400
and libglib-2.0.so.400 and newer packages provided
libgobject-2.0.so.0.600.3 and libglib-2.0.so.0.
The libtool changes on Sept. 22, 2004 made this install different
library naming. The next update was in 2.6.1 (on January 9, 2005).
So setting BUILDLINK_RECOMMENDED.glib2 to that version.
Apparently, 2.6 is binary-compatible with any 2.x version.
Hopefully, this will be good enough to force anyone with glib2 packages
from before Sept. 22, 2004 to update.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/glib2/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.