pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Drop EMACS_USE_POP, EMACS_USE_X and EMACS_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a544396fcd0d
branches:  trunk
changeset: 532235:a544396fcd0d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Aug 14 19:04:56 2007 +0000

description:
Drop EMACS_USE_POP, EMACS_USE_X and EMACS_USE_X_TOOLKIT from the
default variable settings.  These are now handled directly by the
editors/emacs20 package via the options framework.

diffstat:

 mk/defaults/mk.conf |  22 +---------------------
 1 files changed, 1 insertions(+), 21 deletions(-)

diffs (36 lines):

diff -r 308344ae1d50 -r a544396fcd0d mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Tue Aug 14 19:03:25 2007 +0000
+++ b/mk/defaults/mk.conf       Tue Aug 14 19:04:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.157 2007/08/01 16:14:17 joerg Exp $
+# $NetBSD: mk.conf,v 1.158 2007/08/14 19:04:56 jlam Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -820,26 +820,6 @@
 # Possible: emacs21, emacs21nox, emacs20, xemacs214, xemacs215
 # Default: emacs21
 
-EMACS_USE_POP?= yes
-# Used by emacs package to determine whether pop support is enabled or not.
-# Possible: yes, no
-# Default: yes
-
-#EMACS_USE_X=
-# Used by emacs package to determine whether X support is enabled or not.
-# If defined, the value is directly passed as argument of --with-x.
-# If not defined, the configure script will configure automatically.
-# Possible: yes, no, not defined
-# Default: not defined
-
-#EMACS_USE_X_TOOLKIT=
-# Used by emacs package to determine what kind of toolkit support is enabled.
-# If defined, the value is directly passed as argument of --with-x-toolkit.
-# If not defined or defined to yes, the configure script will pick up an
-# appropriate one.  E.g, if X11R5 or later is found, lucid will be used.
-# Possible: yes, no, not defined, athena, lucid, motif
-# Default: not defined
-
 EXIM_GROUP?=   mail
 # Used in the exim package to specify the server group.
 # Possible: any group name



Home | Main Index | Thread Index | Old Index