pkgsrc-Bugs archive

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

pkg/47928: small small mk/defualts/mk.conf update & cleanup



>Number:         47928
>Category:       pkg
>Synopsis:       small small mk/defualts/mk.conf update & cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 14 16:05:00 +0000 2013
>Originator:     ISIHARA Takanori
>Release:        NetBSD/i386 6 STABLE
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc9.home 6.1_STABLE NetBSD 6.1_STABLE (ISHITPC9) #9: Mon Jun 10 
23:15:09 JST 2013  
sysbuild%ishitPc9.home@localhost:/opt/sysbuild/netbsd-6/obj/i386/sys/arch/i386/compile/ISHITPC9
 i386

>Description:
I tried small small "mk/defualts/mk.conf" update & cleanup.

X11BASE -> update comment
MOTIFBASE -> update comment
PASSIVE_FETCH -> update comment
BIND_DIR -> fix comment
EMACS_TYPE -> update comment
NS_USE_BSDI -> Is it not used any longer ?
NS_USE_SUNOS -> Is it not used any longer ?
PKG_LANG -> Is it not used any longer ?
SCREWS_GROUP -> fix comment
SQUID_CONFIGURE_ARGS -> Is it not used any longer ?
XAW_TYPE -> fix comment
XEN12_USE_COM2 -> Is it not used any longer ?

I'm sorry if wrong.


>How-To-Repeat:

>Fix:
--- /usr/pkgsrc/mk/defaults/mk.conf     2013-06-09 22:09:22.000000000 +0900
+++ /tmp/mk.conf        2013-06-15 00:48:28.000000000 +0900
@@ -268,13 +268,13 @@
 # Default: native
 # The default is defined in bsd.prefs.mk to allow platform specific overrides.
 
-#X11BASE?=     /usr/X11R6
+#X11BASE?=     /usr/X11R7
 # Where X11 is installed on the system.
 # (and the default install path of X11 pkgs)
 # Possible: any path
-# Default: /usr/X11R6, /usr/openwin for Solaris
+# Default: /usr/X11R7, /usr/openwin for Solaris
 
-#MOTIFBASE?=   /usr/X11R6
+#MOTIFBASE?=   /usr/X11R7
 # Where Motif-2.0-compatible headers and libraries are installed
 # on the system.
 # Possible: any path
@@ -405,7 +405,7 @@
 
 #PASSIVE_FETCH=
 # Use ftp(1) in passive mode, for use behind filtering firewalls.
-# (Set by default in ftp(1) in NetBSD-current)
+# (Set by default in ftp(1).)
 # Possible: defined, not defined
 # Default: not defined
 
@@ -663,7 +663,7 @@
 BIND_DIR?=             ${VARBASE}/chroot/named
 # The directory for BIND system user.
 # Possible: any valid location
-# Default: ${VARBASE}/named
+# Default: ${VARBASE}/chroot/named
 
 BIND_GROUP?=           named
 # System group to run the BIND name server as. Used by the "bind9" package.
@@ -830,7 +830,7 @@
 # Possible: emacs24, emacs23, emacs23nox, emacs22, emacs22nox,
 #      emacs21, emacs21nox, emacs20,
 #      xemacs214, xemacs215
-# Default: emacs23
+# Default: emacs24
 
 EXIM_GROUP?=   mail
 # Used in the exim package to specify the server group.
@@ -1359,18 +1359,6 @@
 # Possible: not defined, communicator, navigator, mozilla
 # Default: not defined, which implies communicator
 
-#NS_USE_BSDI=  YES
-# Used to decide if i386 BSDi Netscape binary should be used in preference
-# to linux version.
-# Possible: not defined, YES
-# Default: not defined
-
-#NS_USE_SUNOS= YES
-# Used to decide if sparc SunOS-4.1 Netscape binary should be used in 
preference
-# to the Solaris-2.5.1 version.
-# Possible: not defined, YES
-# Default: not defined
-
 OPENSSH_CHROOT?=       ${VARBASE}/chroot/sshd
 # The chroot directory for OpenSSH with privilege separation. This directory
 # will be created and MUST be only readable by root.
@@ -1445,14 +1433,6 @@
 #       Possible values: jdk kaffe openjdk7 openjdk7-bin
 #               jdk14 sun-jdk6 jdk15
 
-PKG_LANG?=english
-# Used to specify preferred language settings
-# Currently only used by www/netscape7 and misc/openoffice
-# Possible: depends on packages supporting this variable, basically any
-# language.  Should be '<lang>_<lc>' or '<lang>', for example 'english_uk',
-# 'german' or 'portuguese_br'.
-# Default: english
-
 #POPTOP_USE_MPPE=
 # Used in poptop package to specify the use of the mppe-ppp package
 # in preference to the standard ppp
@@ -1573,7 +1553,7 @@
 # Used in the screws package to specify the user under which the server
 # should be run.
 # Possible: any user name
-# Default: screws
+# Default: www
 
 SCREWS_USER?=  screws
 # Used in the screws package to specify the user under which the server
@@ -1603,14 +1583,6 @@
 # Possible: sparcv7, sparcv8 or sparcv9.
 # Default: sparcv7
 
-#SQUID_CONFIGURE_ARGS=
-# Used in squid package to set build configuration options.
-# Possible: see "configure --help"
-# Default: --enable-cachemgr-hostname=localhost
-#          --enable-icmp
-#          --enable-ipf-transparent
-#          --enable-snmp
-
 SSH_SUID?= NO
 # Used in ssh to enable setuid installation of "ssh" binary.
 # Possible: YES, or NO.
@@ -1627,11 +1599,6 @@
 # Possible: 12.1, 10.0
 # Default: depends on operating system version
 
-TEX_DEFAULT?=  teTeX3
-# Specify the user's favorite latex implementation
-# Possible values: teTeX3
-# Default: teTeX3
-
 #TEXMFSITE=
 # Used in TeXfamily package which depends on teTeX package to specify
 # site-local texmf configuration.
@@ -1730,14 +1697,9 @@
 
 XAW_TYPE?=standard
 # Used in various packages to specify that libXaw is used.
-# Possible: standard, 3d, xpm
+# Possible: standard, 3d, xpm, neXtaw
 # Default: standard
 
-XEN12_USE_COM2?=       NO
-# This option changes Xen's serial console port to com2.
-# Possible: YES, NO
-# Default: NO
-
 #XLOCK_DEFAULT_MODE=
 # Set the default display (screen saver) mode for xlockmore.
 # Possible: ant, apollonian, ball, bat, blank, blot, bomb, bouboule, bounce,



Home | Main Index | Thread Index | Old Index