summaryrefslogtreecommitdiff
path: root/mk/krb5.buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-04-11update PKG_{FAIL,SKIP}_REASON with +=dbj1-2/+2
2013-08-16Move platform-specific settings to the platform file.jperkin1-5/+1
2007-03-07Better documentation.rillig1-7/+15
2006-11-04Added BUILD_DEFS_EFFECTS.rillig1-3/+3
2006-04-10Teach Kerberos 5 to detect the MIT Kerberos 5 bundled with Mac OS X.tron1-1/+5
This stops the "gnome-vfs2" package from pulling in the "heimdal" package. This fixes PR pkg/29946 by Juha-Matti Liukkonen.
2005-01-09Modify krb5.buildlink3.mk so that we choose a single, well-knownjlam1-59/+19
package (heimdal) for all Kerberos 5 dependencies instead of choosing the best installed Kerberos 5 package by default. This can be overridden with the following variables: KRB5_DEFAULT is a user-settable variable whose value is the default Kerberos 5 implementation to use. KRB5_ACCEPTED is a package-settable list of Kerberos 5 implementations that may be used by the package.
2004-03-30Make mit-krb5 into an accepted Kerberos 5 distribution.jlam1-2/+2
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-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-06If we're passing through MAKEFLAGS variables whose values may containjlam1-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-02Kerberos-using packages now set CRYPTO, not RESTRICTED. Approved by pkgsrcjlam1-2/+2
PMC.
2004-01-21Packages that use Kerberos are automatically categorized as restrictedjlam1-5/+12
packages.
2004-01-10Document the variables set and used by this file.jlam1-1/+16
2004-01-10First cut at a generic buildlink3.mk file to be included by packages thatjlam1-0/+78
need Kerberos 5. It includes heimdal/buildlink3.mk or mit-krb5/buildlink3.mk (not ready yet) appropriately.