2004-03-23 07:13:30 by Johnny C. Lam | Files touched by this commit (3) |
Log message: bl3ify and convert to use krb5.buildlink3.mk for proper Kerberos detection and linkage. This fixes PR 24498. |
2004-01-24 16:00:22 by grant beattie | Files touched by this commit (9) |
Log message: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. |
2003-08-31 00:51:39 by Johnny C. Lam | Files touched by this commit (56) |
Log message: Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable. |
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-03-22 23:09:02 by James Chacon | Files touched by this commit (1) |
Log message: Correct DEPENDS line to proper format |
2003-03-19 22:07:54 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Add a section to deal with SASL plugins, and clarify where this file should be included in package Makefiles. |
2003-03-19 22:02:00 by Johnny C. Lam | Files touched by this commit (2) |
Log message: Rearrange some of the Makefile logic so that we can create Cyrus SASL plugin packages. |
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message: Instead of including bsd.pkg.install.mk directly in a package Makefile, have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. |
2002-12-16 11:55:03 by Martti Kuparinen | Files touched by this commit (4) |
Log message: On NetBSD use /dev/urandom insted of /dev/random (PR#19275). Bump PKGREVISION. |
2002-10-21 08:03:42 by Johnny C. Lam | Files touched by this commit (5) |
Log message: Fix sasl-config script so that "sasl-config --libs" returns the full list of libraries and linker flags needed to link against libsasl. Bump PKGREVISION and bump the BUILDLINK_DEPENDS as packages will be needing to use a version of cyrus-sasl with a correct sasl-config. |