Commit graph

7 commits

Author SHA1 Message Date
jlam
9ca1bbdf2f Make mit-krb5 into an accepted Kerberos 5 distribution. 2004-03-30 18:09:43 +00:00
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
c49973f61a If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value.  This
fixes breakage when executing the just-in-time su targetes.
2004-02-06 18:45:02 +00:00
jlam
33bcdd24b7 Kerberos-using packages now set CRYPTO, not RESTRICTED. Approved by pkgsrc
PMC.
2004-02-02 11:34:17 +00:00
jlam
85513cb202 Packages that use Kerberos are automatically categorized as restricted
packages.
2004-01-21 13:09:31 +00:00
jlam
179159a2a8 Document the variables set and used by this file. 2004-01-10 19:50:57 +00:00
jlam
bcbdf1b819 First cut at a generic buildlink3.mk file to be included by packages that
need Kerberos 5.  It includes heimdal/buildlink3.mk or
mit-krb5/buildlink3.mk (not ready yet) appropriately.
2004-01-10 15:29:34 +00:00