summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.obsolete.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-08-22The option names are "ldap" and "PAM".jlam1-3/+3
2004-08-18USE_RSAREF2 is a yes/no variable.jlam1-2/+2
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam1-41/+73
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-21Add a reminder that the old Postfix make variables will be removed afterjlam1-1/+5
the 2004Q3 branch is released.
2004-07-19Stop the proliferation of <PKG>_USE_<FOO> yes/no variables in thejlam1-5/+40
mail/postfix package -- create a new option "POSTFIX_OPTIONS" that is a list of optional add-ons that will be built into Postfix. Currently, it accepts any of "inet6 ldap mysql mysql4 prce sasl tls". Move the existing POSTFIX_USE_* variables into bsd.pkg.obsolete.mk.
2004-06-14Update priv to 1.0beta2nb1.uebayasi1-1/+5
* Make sure ${PKG_SYSCONFDIR} is passed to configure. * Care ${PRIV_CONF_DIR} as an obsoleted variable. Pointed out by Matt Green.
2002-09-23* buildlink1 -> buildlink2jlam1-1/+4
* Replace ELK_USE_{X11,MOTIF} with ELK_GUI, which is either "none" or is some combination of "xaw" and/or "motif". * Reenable Motif -- it seems to build properly with OpenMotif-2.0.x. * Modernize this package a bit and clean up how linker flags are passed to the build process by using the new variables available.
2002-08-29It's APACHE_USER instead of APACHE_SUEXEC_USER now.wiz1-3/+3
2002-08-26deprecate SQUID_SYSCONFDIR in favour of PKG_SYSCONFDIR.squidgrant1-1/+6
2002-02-05Obsolete SSH_CONF_DIR in favor of PKG_SYSCONFDIR.jlam1-1/+6
2002-01-31Deprecate POSTFIX_USE_SASL_AUTH in favor of more generic USE_SASL.jlam1-1/+5
2001-12-26(1) Create new variable "APACHE_SUEXEC_CONFIGURE_ARGS" that may containjlam1-1/+5
--suexec-* configure options that are passed directly to the Apache configure script. This may be used to tune the suEXEC configuration in more restrictive ways, e.g. --suexec-uidmin=1000. This solution is more open-ended than the fix proposed in pkg/14973. Also, we don't duplicate all of the options from the Apache configure script in pkgsrc bsd.pkg.defaults.mk. This closes pkg/14973 by Eric Schnoebelen <eric@cirr.com> (2) For namespace consistency, deprecate APACHE_USER in favor of APACHE_SUEXEC_USER. Move APACHE_USER into bsd.pkg.obsolete.mk. (3) Create the suEXEC user when the functionality is enabled in the server so that CGI scripts will work properly. This closes pkg/14903 by Wojciech Puchar <wojtek@3miasto.net>
2001-12-18Since print/cups conflicts with another popular print package,jlam1-1/+5
print/lprng, we make a new variable USE_CUPS that is used by packages to determine whether depend on print/cups and to compile in support for CUPS. USE_CUPS may be either "YES" or undefined. Deprecate SAMBA_WITH_CUPS as its purpose is superseded by USE_CUPS. Convert net/samba and net/samba20 to use USE_CUPS and make x11/kdelibs2 respect USE_CUPS.
2001-11-28cvsweb also implicitly used ${APACHE_SYSCONFDIR} as its config filejlam1-1/+2
directory.
2001-11-26p5-HTTPD-User-Manage also used APACHE_SYSCONFDIR (implicitly). Alsojlam1-11/+12
re-indent for aesthetic considerations.
2001-11-25www/apc-gui also used APACHE_SYSCONFDIR.jlam1-1/+2
2001-11-25This file holds make(1) logic to allow obsolete or deprecated variablesjlam1-0/+23
still to be used. These may eventually disappear over time as the contents are, by definition, obsolete and deprecated.