summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-05-31 20:01:00 +0000
committerwiz <wiz@pkgsrc.org>2005-05-31 20:01:00 +0000
commitdcdac2f761cee21e96330be50952df7497cd8442 (patch)
treea418316f330816b8de192eccc0df8ecd6f06840f /mk
parent5089e11744852eedaa066c2b0acd884475dc30fe (diff)
downloadpkgsrc-dcdac2f761cee21e96330be50952df7497cd8442.tar.gz
Remove some obsolete variables.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf28
1 files changed, 1 insertions, 27 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 90c50fee316..d2f19bc2bad 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.47 2005/05/31 16:37:30 wiz Exp $
+# $NetBSD: mk.conf,v 1.48 2005/05/31 20:01:00 wiz Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -682,11 +682,6 @@ AMANDA_VAR?= ${VARBASE}/amanda
# Possible: any legal compiler flags, e.g. -O6 -DHARD_SERVER_LIMIT=512
# Default: not defined
-#APACHE_PERF_TUNING= YES
-# Used in apache to optimize for maximum performance.
-# Possible: not defined, YES
-# Default: not defined
-
APACHE_USER?= www
# Used in apache, apache2, isap, and smb2www to specify the user
# allowed to execute the `suexec' wrapper. Expected to be the user the
@@ -836,11 +831,6 @@ CONSERVER_DEFAULTPORT?= 782
# Possible: 1-65535
# Default: 782
-CUE_USE_CANNA?= NO
-# Used by cue package to determine whether to enable Canna support.
-# Possible: YES, NO
-# Default: NO
-
CUPS_GROUP?= sys
# Used in cups to specify the group to run CUPS commands as.
# Possible: any group name
@@ -1020,12 +1010,6 @@ GAMEOWN?= ${BINOWN}
# Possible: any user name
# Default: ${BINOWN}
-GAWK_ENABLE_PORTALS?= NO
-# Used by gawk package to enable/disable handling file names that start with
-# `/p/' as a 4.4 BSD type portal file, i.e., a two-way pipe for `|&'.
-# Possible: YES, NO
-# Default: NO
-
GECKO_PROVIDER?= firefox
# Selects which mozilla incarnation to use by packages which embed
# the Gecko HTML renderer.
@@ -1788,11 +1772,6 @@ PKG_LANG?=english
# Possible: defined, not defined
# Default: not defined
-#CYRUS_USE_INET6=YES
-# Add support for IPv6.
-# Possible: YES, not defined
-# Default: not defined
-
PURE_FTPD_USE_MYSQL?= NO
# Compile in MySQL support.
# Possible: YES, NO
@@ -2174,11 +2153,6 @@ USERPPP_GROUP?= network
# Possible: any group name
# Default: network
-VICE_USE_FFMPEG?= no
-# Used in vice package to enable ffmpeg support.
-# Possible: yes, no.
-# Default: no
-
#VIM_EXTRA_OPTS=
# Used in vim package to build with non-gui extra options
# Possible: not defined, see "configure --help"