Commit graph

7 commits

Author SHA1 Message Date
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
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
xtraeme
06ee2d0e55 bl3ify 2004-02-27 07:37:04 +00:00
minskim
1850673f63 This package is not in wip any more. 2004-02-26 23:14:02 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
xtraeme
70714612d6 Fix pnet's path. 2004-01-12 17:25:43 +00:00
xtraeme
bf414aafcf Initial import of pnetC-0.6.2, packaged by pancake via pkgsrc-wip.
This is the "pnetC" project.  The goal of the project is to create
an ANSI-compatible C library, that can be compiled down to IL using
DotGNU Portable.NET's "cscc" compiler.
2004-01-12 17:18:40 +00:00