2004-12-07 10:17:35 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Fix buildling problems on some machines, PR#28562
|
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message:
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
|
2004-11-17 20:56:49 by Juan Romero Pardines | Files touched by this commit (14) |
Log message:
Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-08-22 21:32:52 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework. Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.
This fixes PR pkg/26590.
|
2004-08-05 05:04:34 by Johnny C. Lam | Files touched by this commit (21) |
Log message:
Rename Makefile.options to options.mk in the packages that I maintain.
This follows the example of the mail/dovecot package, as suggested by
<schmonz>.
|
2004-08-04 22:08:38 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
Updated security/cyrus-sasl2 to 2.1.19. Changes from version 2.1.18
include:
* Fixes to saslauthd to allow better integration with realms (-r flag to
saslauthd, %R token in LDAP module)
* A nontrivial number of small bugfixes.
|
2004-08-01 21:43:45 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Restore (and correct) the fix in revision 1.15 of Makefile. This causes
openssl/buildlink3.mk to be included unconditionally to provide the des.h
header and des* routines.
|
2004-07-30 23:05:43 by Johnny C. Lam | Files touched by this commit (33) |
Log message:
Convert to use bsd.options.mk. The relevant options variable to set
for each package can be determined by invoking:
make show-var VARNAME=PKG_OPTIONS_VAR
The old options are still supported unless the variable named in
PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
|
2004-07-25 06:35:14 by grant beattie | Files touched by this commit (1) |
Log message:
expose a hidden dependency on openssl (it is needed all the time, not
only when openldap support is enabled).
|