pkgsrc/www/mozilla
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
..
files Update mozilla to 1.6 2004-01-17 00:04:49 +00:00
patches - adopt patch from pkg/24517 2004-02-22 12:02:55 +00:00
buildlink2.mk Update mozilla to 1.6 2004-01-17 00:04:49 +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 2003-05-20 14:16:01 +00:00
distinfo - adopt patch from pkg/24517 2004-02-22 12:02:55 +00:00
Makefile Bump PKGREVISION for patch-bb change and new patch-br. 2004-02-23 01:11:50 +00:00
Makefile.common Ensure the pkgconfig bl3 file is included when MOZILLA_USE_GTK2 is defined. 2004-02-26 22:16:18 +00:00
PLIST Update mozilla to 1.6 2004-01-17 00:04:49 +00:00