pkgsrc/devel/glib
jlam 7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
..
patches Make FreeBSD patch for ld.so semantic differences between linux and bsd 2004-02-08 23:22:45 +00:00
buildlink2.mk Remove workaround for broken glib.h; buildlink2.mk already depends on a fixed version. 2003-05-02 13:18:53 +00:00
buildlink3.mk Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
DESCR improve descriptions of glib/gtk packages. taken straight from 2003-12-29 22:57:48 +00:00
distinfo Make FreeBSD patch for ld.so semantic differences between linux and bsd 2004-02-08 23:22:45 +00:00
Makefile Fix PR pkg/24464 again. We need to patch config.status instead of 2004-02-27 23:57:03 +00:00
PLIST Remove info files entries from PLIST. 2004-02-15 21:42:19 +00:00