Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-30 | Make mit-krb5 into an accepted Kerberos 5 distribution. | jlam | 1 | -2/+2 | |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -18/+18 | |
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-02-06 | If we're passing through MAKEFLAGS variables whose values may contain | jlam | 1 | -3/+3 | |
spaces, use the :Q modifier instead of double-quoting the value. This fixes breakage when executing the just-in-time su targetes. | |||||
2004-02-02 | Kerberos-using packages now set CRYPTO, not RESTRICTED. Approved by pkgsrc | jlam | 1 | -2/+2 | |
PMC. | |||||
2004-01-21 | Packages that use Kerberos are automatically categorized as restricted | jlam | 1 | -5/+12 | |
packages. | |||||
2004-01-10 | Document the variables set and used by this file. | jlam | 1 | -1/+16 | |
2004-01-10 | First cut at a generic buildlink3.mk file to be included by packages that | jlam | 1 | -0/+78 | |
need Kerberos 5. It includes heimdal/buildlink3.mk or mit-krb5/buildlink3.mk (not ready yet) appropriately. |