summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.obsolete.mk
AgeCommit message (Collapse)AuthorFilesLines
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.