pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove some legacy support after branching 2007Q3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6131fe76870f
branches:  trunk
changeset: 534329:6131fe76870f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 16 21:32:59 2007 +0000

description:
Remove some legacy support after branching 2007Q3.

diffstat:

 audio/easytag/options.mk   |   4 +---
 editors/emacs/options.mk   |  12 +-----------
 editors/emacs20/options.mk |  20 +-------------------
 mk/misc/show.mk            |   5 +----
 4 files changed, 4 insertions(+), 37 deletions(-)

diffs (95 lines):

diff -r 1f004b4ad496 -r 6131fe76870f audio/easytag/options.mk
--- a/audio/easytag/options.mk  Tue Oct 16 20:33:31 2007 +0000
+++ b/audio/easytag/options.mk  Tue Oct 16 21:32:59 2007 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: options.mk,v 1.2 2007/07/07 02:18:12 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2007/10/16 21:32:59 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.easytag
-# remove after 2007Q3
-PKG_LEGACY_OPTIONS=    ${PKG_OPTIONS.easytag-gtk2}
 PKG_SUPPORTED_OPTIONS= flac mpeg4ip ogg
 PKG_SUGGESTED_OPTIONS= flac mpeg4ip ogg
 
diff -r 1f004b4ad496 -r 6131fe76870f editors/emacs/options.mk
--- a/editors/emacs/options.mk  Tue Oct 16 20:33:31 2007 +0000
+++ b/editors/emacs/options.mk  Tue Oct 16 21:32:59 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2007/08/23 13:57:38 obache Exp $
+# $NetBSD: options.mk,v 1.5 2007/10/16 21:33:00 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.emacs
 PKG_SUPPORTED_OPTIONS=         x11
-PKG_SUPPORTED_OPTIONS+=                nox11   # OBSOLETE; remove after pkgsrc-2007Q4
 PKG_OPTIONS_OPTIONAL_GROUPS=   toolkit
 PKG_OPTIONS_GROUP.toolkit=     gtk motif xaw
 PKG_SUGGESTED_OPTIONS=         x11
@@ -10,15 +9,6 @@
 .include "../../mk/bsd.options.mk"
 
 ###
-### OBSOLETE section.  Should be removed after pkgsrc-2007Q4.
-### The "nox11" option implies removing all of the "x11"-related options.
-###
-.if !empty(PKG_OPTIONS:Mnox11)
-PKG_OPTIONS:=          ${PKG_OPTIONS:Nx11:Ngtk:Nmotif:Nxaw}
-PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated option nox11 used, use option -x11 instead."
-.endif
-
-###
 ### Any of the "toolkit" options implies "x11".
 ###
 .if !empty(PKG_OPTIONS:Mgtk) || !empty(PKG_OPTIONS:Mmotif) || !empty(PKG_OPTIONS:Mxaw)
diff -r 1f004b4ad496 -r 6131fe76870f editors/emacs20/options.mk
--- a/editors/emacs20/options.mk        Tue Oct 16 20:33:31 2007 +0000
+++ b/editors/emacs20/options.mk        Tue Oct 16 21:32:59 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2007/08/13 12:40:58 jlam Exp $
+# $NetBSD: options.mk,v 1.2 2007/10/16 21:33:00 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.emacs
 PKG_SUPPORTED_OPTIONS=         emacs-pop inet6 x11
@@ -6,24 +6,6 @@
 PKG_OPTIONS_GROUP.toolkit=     motif xaw
 PKG_SUGGESTED_OPTIONS=         emacs-pop inet6
 
-###
-### OBSOLETE section.  Should be removed after pkgsrc-2007Q4.
-###
-
-PKG_OPTIONS_LEGACY_VARS+=      EMACS_USE_POP:emacs-pop
-PKG_OPTIONS_LEGACY_VARS+=      EMACS_USE_X:x11
-
-.if defined(EMACS_USE_X) && defined(EMACS_USE_X_TOOLKIT)
-.  if (${EMACS_USE_X_TOOLKIT} == "lucid") || \
-      (${EMACS_USE_X_TOOLKIT} == "athena")
-PKG_LEGACY_OPTIONS+=           xaw
-PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable EMACS_USE_X_TOOLKIT="${EMACS_USE_X_TOOLKIT:Q}" used, use PKG_DEFAULT_OPTIONS+=xaw instead."
-.  elif ${EMACS_USE_X_TOOLKIT} == "motif"
-PKG_LEGACY_OPTIONS+=           motif
-PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable EMACS_USE_X_TOOLKIT="${EMACS_USE_X_TOOLKIT:Q}" used, use PKG_DEFAULT_OPTIONS+=motif instead."
-.  endif
-.endif
-
 .include "../../mk/bsd.options.mk"
 
 ###
diff -r 1f004b4ad496 -r 6131fe76870f mk/misc/show.mk
--- a/mk/misc/show.mk   Tue Oct 16 20:33:31 2007 +0000
+++ b/mk/misc/show.mk   Tue Oct 16 21:32:59 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: show.mk,v 1.7 2007/09/12 10:08:38 rillig Exp $
+# $NetBSD: show.mk,v 1.8 2007/10/16 21:33:00 wiz Exp $
 #
 # This file contains some targets that print information gathered from
 # variables. They do not modify any variables.
@@ -63,9 +63,6 @@
        @${ECHO} "=========================================================================="
 .endif
 
-# @deprecated -- remove after 2007Q1
-build-defs-message: show-build-defs .PHONY
-
 # show-all:
 #      Prints a list of (hopefully) all pkgsrc variables that are visible
 #      to the user or the package developer. It is intended to give



Home | Main Index | Thread Index | Old Index