pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jan 24 23:11:32 UTC 2022

Modified Files:
        pkgsrc/mk/defaults: mk.conf

Log Message:
defaults/mk.conf: remove some now unused variables

Prune a bunch of variables that haven't been used for years. In some
cases, the packages they influenced don't even exist anymore. There may
be more of these, this is after a quick pass through.


To generate a diff of this commit:
cvs rdiff -u -r1.323 -r1.324 pkgsrc/mk/defaults/mk.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.323 pkgsrc/mk/defaults/mk.conf:1.324
--- pkgsrc/mk/defaults/mk.conf:1.323    Tue Jan  4 21:53:46 2022
+++ pkgsrc/mk/defaults/mk.conf  Mon Jan 24 23:11:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.323 2022/01/04 21:53:46 schmonz Exp $
+# $NetBSD: mk.conf,v 1.324 2022/01/24 23:11:32 gutteridge Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -980,26 +980,6 @@ EXIM_USER?=        mail
 # Possible: any user name
 # Default: mail
 
-#FLUXBOX_USE_XINERAMA?=        NO
-# Compile flukebox with xinerama extensions
-# Possible: YES, NO
-# Default: NO
-
-#FLUXBOX_USE_KDE?=     NO
-# Compile flukebox with KDE support
-# Possible: YES, NO
-# Default: NO
-
-#FLUXBOX_USE_GNOME?=   NO
-# Compile flukebox with GNOME support
-# Possible: YES, NO
-# Default: NO
-
-#FLUXBOX_USE_XFT?=     YES
-# Compile flukebox with Xft support
-# Possible: YES, NO
-# Default: YES
-
 FOX_USE_XUNICODE?=     YES
 # Used in fox to build in support for Unicode by XUnicode. See
 # http://www.ab.wakwak.com/~tino/jatk/fox/ (in japanese) for more information.
@@ -1229,11 +1209,6 @@ JABBERD_PIDDIR?= ${VARBASE}/run/jabberd
 # Possible: any directory
 # Default: ${VARBASE}/run/jabberd
 
-JAKARTA_HOME?= ${JAVA_HOME}/jakarta
-# Used by the www/jakarta-tomcat package to choose an install location
-# Possible: any directory
-# Default: ${JAVA_HOME}/jakarta
-
 #KERBEROS=
 # Used in many packages to specify use of a Kerberos (or compatible)
 # subsystem.  Requires Kerberos libraries in /usr/lib.
@@ -1709,12 +1684,6 @@ RPM_DB_PREFIX?=  ${VARBASE}/pkg
 # Possible: any valid pathname for rsync command
 # Default: not defined
 
-#SAWFISH_THEMES=
-# Specifies the DISTFILES for wm/sawfish-themes, to allow the user to choose
-# which themes to install
-# Possible: empty, any number of theme-name-[0-9]*.*.tar.gz
-# Default: Set to include about 180 themes available on themes.freshmeat.net
-
 SCREWS_GROUP?= www
 # Used in the screws package to specify the user under which the server
 # should be run.



Home | Main Index | Thread Index | Old Index