pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Kill _OPSYS_NEEDS_XPKGWEDGE. It was only used by tw...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ed31a822b97
branches:  trunk
changeset: 538926:0ed31a822b97
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Feb 21 04:23:58 2008 +0000

description:
Kill _OPSYS_NEEDS_XPKGWEDGE. It was only used by two platforms and they
will default to USE_XPKGWEDGE anyway.

diffstat:

 mk/bsd.prefs.mk        |  5 +----
 mk/platform/IRIX.mk    |  3 +--
 mk/platform/Interix.mk |  7 +------
 3 files changed, 3 insertions(+), 12 deletions(-)

diffs (57 lines):

diff -r 698f357515dc -r 0ed31a822b97 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu Feb 21 02:41:56 2008 +0000
+++ b/mk/bsd.prefs.mk   Thu Feb 21 04:23:58 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.279 2008/02/07 16:43:18 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.280 2008/02/21 04:23:58 tnn Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -485,9 +485,6 @@
 .if exists(${LOCALBASE}/lib/X11/config/xpkgwedge.def) || \
     exists(${X11BASE}/lib/X11/config/xpkgwedge.def)
 USE_XPKGWEDGE=  yes
-.elif defined(_OPSYS_NEEDS_XPKGWEDGE) && \
-    !empty(_OPSYS_NEEDS_XPKGWEDGE:M[yY][eE][sS])
-USE_XPKGWEDGE= yes
 .elif ${PKG_INSTALLATION_TYPE} == "pkgviews"
 USE_XPKGWEDGE=         yes
 .elif ${X11_TYPE} == "modular"
diff -r 698f357515dc -r 0ed31a822b97 mk/platform/IRIX.mk
--- a/mk/platform/IRIX.mk       Thu Feb 21 02:41:56 2008 +0000
+++ b/mk/platform/IRIX.mk       Thu Feb 21 04:23:58 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.32 2007/10/19 13:41:35 rillig Exp $
+# $NetBSD: IRIX.mk,v 1.33 2008/02/21 04:23:58 tnn Exp $
 #
 # Variable definitions for the IRIX operating system.
 
@@ -72,7 +72,6 @@
 _OPSYS_HAS_JAVA=       no              # Java is not standard
 _OPSYS_HAS_MANZ=       no              # no MANZ for gzipping of man pages
 _OPSYS_HAS_OSSAUDIO=   no              # libossaudio is available
-_OPSYS_NEEDS_XPKGWEDGE=        yes             # xpkgwedge is required for X11
 _OPSYS_PERL_REQD=                      # no base version of perl required
 _OPSYS_PTHREAD_AUTO=   no              # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF             # shared lib type
diff -r 698f357515dc -r 0ed31a822b97 mk/platform/Interix.mk
--- a/mk/platform/Interix.mk    Thu Feb 21 02:41:56 2008 +0000
+++ b/mk/platform/Interix.mk    Thu Feb 21 04:23:58 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.54 2007/10/19 13:41:35 rillig Exp $
+# $NetBSD: Interix.mk,v 1.55 2008/02/21 04:23:58 tnn Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -142,11 +142,6 @@
 _PATCH_BACKUP_ARG?=    -b -V simple -z # switch to patch(1) for backup suffix
 _USE_RPATH=            yes     # add rpath to LDFLAGS
 
-# Ensure that USE_X11BASE programs get an xpkgwedge new enough to work.
-_OPSYS_NEEDS_XPKGWEDGE=        yes     # xpkgwedge is required for X11
-_XPKGWEDGE_DEPENDS=    xpkgwedge>=1.10:../../pkgtools/xpkgwedge
-BUILD_DEPENDS+=                ${USE_X11BASE:D${_XPKGWEDGE_DEPENDS}}
-
 # flags passed to the linker to extract all symbols from static archives.
 # this is GNU ld.
 _OPSYS_WHOLE_ARCHIVE_FLAG=     -Wl,--whole-archive



Home | Main Index | Thread Index | Old Index