pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove the remaining NO_MTREE definitions, it has been...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/942269a22bab
branches:  trunk
changeset: 557024:942269a22bab
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 08 22:43:23 2009 +0000

description:
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.

diffstat:

 doc/guide/Makefile                      |  3 +--
 inputmethod/ja-freewnn-dict/Makefile    |  3 +--
 lang/kaffe/Makefile.common              |  3 +--
 lang/nawk/Makefile                      |  3 +--
 lang/sablevm-classpath/Makefile.common  |  3 +--
 lang/sablevm/Makefile                   |  3 +--
 parallel/glunix/Makefile                |  3 +--
 pkgtools/autoswc/Makefile               |  3 +--
 pkgtools/bootstrap-extras/Makefile      |  3 +--
 pkgtools/bootstrap-mk-files/Makefile    |  3 +--
 pkgtools/pkg_install/Makefile           |  3 +--
 pkgtools/pkg_tarup/Makefile             |  3 +--
 pkgtools/x11-links/Makefile             |  3 +--
 regress/print-plist/Makefile            |  3 +--
 shells/standalone-tcsh/Makefile         |  4 +---
 sysutils/adjustkernel/Makefile          |  3 +--
 sysutils/install-sh/Makefile            |  3 +--
 textproc/docbook/Makefile               |  3 +--
 textproc/dsssl-docbook-modular/Makefile |  4 +---
 textproc/html/Makefile                  |  3 +--
 textproc/iso12083/Makefile              |  3 +--
 textproc/iso8879/Makefile               |  3 +--
 textproc/nbsed/Makefile                 |  3 +--
 textproc/xhtml/Makefile                 |  3 +--
 x11/dtx11session/Makefile               |  3 +--
 x11/xdaemon/Makefile                    |  3 +--
 x11/xdaemon2/Makefile                   |  3 +--
 27 files changed, 27 insertions(+), 56 deletions(-)

diffs (truncated from 459 to 300 lines):

diff -r 3c44abd70236 -r 942269a22bab doc/guide/Makefile
--- a/doc/guide/Makefile        Wed Apr 08 20:01:28 2009 +0000
+++ b/doc/guide/Makefile        Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2009/01/09 11:11:40 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2009/04/08 22:43:23 joerg Exp $
 #
 
 DISTNAME=              pkgsrc-guide-${PKGVERSION}
@@ -15,7 +15,6 @@
 
 PKGVERSION!=           date '+%Y%m%d'
 DIST_SUBDIR=           ${PKGBASE}
-NO_MTREE=              yes
 USE_LANGUAGES=         # empty
 MAKE_ENV+=             SED=${SED:Q}
 
diff -r 3c44abd70236 -r 942269a22bab inputmethod/ja-freewnn-dict/Makefile
--- a/inputmethod/ja-freewnn-dict/Makefile      Wed Apr 08 20:01:28 2009 +0000
+++ b/inputmethod/ja-freewnn-dict/Makefile      Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:23 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2009/04/08 22:43:23 joerg Exp $
 #
 
 PKGNAME=       ja-FreeWnn-dict-1.10
@@ -21,7 +21,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-NO_MTREE=              YES
 INSTALLATION_PREFIX=   ${IMDICTDIR}
 
 .include "../../inputmethod/ja-freewnn-lib/Makefile.common"
diff -r 3c44abd70236 -r 942269a22bab lang/kaffe/Makefile.common
--- a/lang/kaffe/Makefile.common        Wed Apr 08 20:01:28 2009 +0000
+++ b/lang/kaffe/Makefile.common        Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2007/02/22 19:26:38 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2009/04/08 22:43:24 joerg Exp $
 
 DISTNAME=              kaffe-1.1.7
 CATEGORIES=            lang java
@@ -16,7 +16,6 @@
 GNU_CONFIGURE_MANDIR=  ${PREFIX}/${PKGMANDIR}
 JAVA_HOME=             ${PREFIX}/java/kaffe
 JAVA_NAME=             kaffe
-NO_MTREE=              yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 TEST_TARGET=           check
diff -r 3c44abd70236 -r 942269a22bab lang/nawk/Makefile
--- a/lang/nawk/Makefile        Wed Apr 08 20:01:28 2009 +0000
+++ b/lang/nawk/Makefile        Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2008/09/08 13:47:55 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2009/04/08 22:43:24 joerg Exp $
 
 DISTNAME=      nawk-20050424
 PKGREVISION=   3
@@ -19,7 +19,6 @@
 MAKE_FLAGS+=   CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q}
 
 NO_CHECKSUM=   yes
-NO_MTREE=      yes
 BUILD_TARGET=  a.out
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
diff -r 3c44abd70236 -r 942269a22bab lang/sablevm-classpath/Makefile.common
--- a/lang/sablevm-classpath/Makefile.common    Wed Apr 08 20:01:28 2009 +0000
+++ b/lang/sablevm-classpath/Makefile.common    Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2006/10/04 21:46:14 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2009/04/08 22:43:24 joerg Exp $
 #
 
 DISTNAME=      sablevm-classpath-1.13
@@ -15,7 +15,6 @@
 
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_PREFIX=  ${PREFIX}/java/sablevm
-NO_MTREE=              yes
 USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
 
diff -r 3c44abd70236 -r 942269a22bab lang/sablevm/Makefile
--- a/lang/sablevm/Makefile     Wed Apr 08 20:01:28 2009 +0000
+++ b/lang/sablevm/Makefile     Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:23 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2009/04/08 22:43:24 joerg Exp $
 #
 
 DISTNAME=      sablevm-1.13
@@ -18,7 +18,6 @@
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_PREFIX=  ${JAVA_HOME}
 GNU_CONFIGURE_MANDIR=  ${PREFIX}/${PKGMANDIR}
-NO_MTREE=              yes
 USE_TOOLS+=            gmake gm4
 USE_LIBTOOL=           yes
 
diff -r 3c44abd70236 -r 942269a22bab parallel/glunix/Makefile
--- a/parallel/glunix/Makefile  Wed Apr 08 20:01:28 2009 +0000
+++ b/parallel/glunix/Makefile  Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2008/01/19 09:16:25 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2009/04/08 22:43:24 joerg Exp $
 
 DISTNAME=      glunix-release-1-0a
 PKGNAME=       glunix-1.0a
@@ -20,7 +20,6 @@
 WRKSRC=                ${WRKDIR}
 USE_TOOLS+=    gmake perl
 INTERACTIVE_STAGE=     fetch
-NO_MTREE=      yes
 
 NOW_ROOT=      ${LOCALBASE}/now
 MESSAGE_SUBST+=        NOW_ROOT=${NOW_ROOT}
diff -r 3c44abd70236 -r 942269a22bab pkgtools/autoswc/Makefile
--- a/pkgtools/autoswc/Makefile Wed Apr 08 20:01:28 2009 +0000
+++ b/pkgtools/autoswc/Makefile Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/10/11 18:03:58 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2009/04/08 22:43:24 joerg Exp $
 
 DISTNAME=              autoswc-1.6
 CATEGORIES=            pkgtools sysutils
@@ -16,7 +16,6 @@
 
 NO_CHECKSUM=           YES
 NO_CONFIGURE=          YES
-NO_MTREE=              YES
 WRKSRC=                        ${WRKDIR}
 
 PKG_SYSCONFSUBDIR=     autoswc
diff -r 3c44abd70236 -r 942269a22bab pkgtools/bootstrap-extras/Makefile
--- a/pkgtools/bootstrap-extras/Makefile        Wed Apr 08 20:01:28 2009 +0000
+++ b/pkgtools/bootstrap-extras/Makefile        Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/19 18:36:51 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/04/08 22:43:24 joerg Exp $
 
 DISTNAME=      bootstrap-extra-files-20070702
 CATEGORIES=    pkgtools
@@ -12,7 +12,6 @@
 BOOTSTRAP_PKG= yes
 
 NO_CHECKSUM=   yes
-NO_MTREE=      yes
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
diff -r 3c44abd70236 -r 942269a22bab pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile      Wed Apr 08 20:01:28 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile      Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2009/02/26 07:05:10 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2009/04/08 22:43:24 joerg Exp $
 
 DISTNAME=      bootstrap-mk-files-20090226
 CATEGORIES=    pkgtools
@@ -17,7 +17,6 @@
 BOOTSTRAP_PKG= yes
 
 NO_CHECKSUM=   yes
-NO_MTREE=      yes
 NO_BUILD=      yes
 
 USE_TOOLS+=    sed
diff -r 3c44abd70236 -r 942269a22bab pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Wed Apr 08 20:01:28 2009 +0000
+++ b/pkgtools/pkg_install/Makefile     Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2009/03/04 19:47:20 joerg Exp $
+# $NetBSD: Makefile,v 1.161 2009/04/08 22:43:24 joerg Exp $
 
 # Notes to package maintainers:
 #
@@ -32,7 +32,6 @@
 SKIP_AUDIT_PACKAGES=   yes
 NO_PKGTOOLS_REQD_CHECK=        yes
 NO_CHECKSUM=           yes
-NO_MTREE=              yes
 PKG_PRESERVE=          yes
 CHECK_PERMS=           no
 
diff -r 3c44abd70236 -r 942269a22bab pkgtools/pkg_tarup/Makefile
--- a/pkgtools/pkg_tarup/Makefile       Wed Apr 08 20:01:28 2009 +0000
+++ b/pkgtools/pkg_tarup/Makefile       Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2008/02/12 15:03:28 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2009/04/08 22:43:25 joerg Exp $
 
 DISTNAME=      pkg_tarup-1.7.1
 CATEGORIES=    pkgtools
@@ -13,7 +13,6 @@
 WRKSRC=                ${WRKDIR}
 NO_CHECKSUM=   yes
 NO_BUILD=      yes
-NO_MTREE=      yes
 USE_LANGUAGES= # none
 AUTO_MKDIRS=   yes
 
diff -r 3c44abd70236 -r 942269a22bab pkgtools/x11-links/Makefile
--- a/pkgtools/x11-links/Makefile       Wed Apr 08 20:01:28 2009 +0000
+++ b/pkgtools/x11-links/Makefile       Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2009/03/08 00:03:37 snj Exp $
+# $NetBSD: Makefile,v 1.100 2009/04/08 22:43:25 joerg Exp $
 #
 # NOTE:        If you update this package, then you'll likely need to also update
 #      the x11-links dependency in buildlink3.mk to the correct version,
@@ -22,7 +22,6 @@
 USE_TOOLS+=            pax
 EXTRACT_ONLY=          # empty
 NO_CHECKSUM=           yes
-NO_MTREE=              yes
 
 PLIST_SRC.dirs=                ${WRKDIR}/.PLIST_SRC.dirs
 PLIST_SRC.files=       ${WRKDIR}/.PLIST_SRC.files
diff -r 3c44abd70236 -r 942269a22bab regress/print-plist/Makefile
--- a/regress/print-plist/Makefile      Wed Apr 08 20:01:28 2009 +0000
+++ b/regress/print-plist/Makefile      Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/04/30 13:38:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/08 22:43:25 joerg Exp $
 #
 
 DISTNAME=      print-plist-0.0
@@ -11,7 +11,6 @@
 
 EXTRACT_ONLY=  # empty
 NO_CONFIGURE=  yes
-NO_MTREE=      yes
 
 PRINT_PLIST_AWK+=      /^print-plist\/foo$$/ \
                                { print "@comment Matched test file."; \
diff -r 3c44abd70236 -r 942269a22bab shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile   Wed Apr 08 20:01:28 2009 +0000
+++ b/shells/standalone-tcsh/Makefile   Wed Apr 08 22:43:23 2009 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2008/08/12 14:51:45 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2009/04/08 22:43:25 joerg Exp $
 #
 
 # FIXME: This is because of PREFIX=/ below.
 CHECK_FILES_SUPPORTED= no
 
-NO_MTREE=              YES
-
 PKGNAME=               standalone-${DISTNAME}
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}
diff -r 3c44abd70236 -r 942269a22bab sysutils/adjustkernel/Makefile
--- a/sysutils/adjustkernel/Makefile    Wed Apr 08 20:01:28 2009 +0000
+++ b/sysutils/adjustkernel/Makefile    Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/06/14 08:50:53 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2009/04/08 22:43:25 joerg Exp $
 
 DISTNAME=      adjustkernel-1.7
 CATEGORIES=    sysutils
@@ -13,7 +13,6 @@
 WRKSRC=                ${WRKDIR}
 NO_CHECKSUM=   yes
 NO_BUILD=      yes
-NO_MTREE=      yes
 
 USE_TOOLS+=    perl:run
 REPLACE_PERL=  adjustkernel
diff -r 3c44abd70236 -r 942269a22bab sysutils/install-sh/Makefile
--- a/sysutils/install-sh/Makefile      Wed Apr 08 20:01:28 2009 +0000
+++ b/sysutils/install-sh/Makefile      Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/06/19 18:36:51 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/04/08 22:43:25 joerg Exp $
 
 DISTNAME=      install-sh-20070712
 CATEGORIES=    sysutils
@@ -12,7 +12,6 @@
 BOOTSTRAP_PKG= yes
 USE_TOOLS+=    sed
 NO_CHECKSUM=   yes
-NO_MTREE=      yes
 NO_BUILD=      yes
 
 # Use the install script to perform installation to avoid bootstrapping
diff -r 3c44abd70236 -r 942269a22bab textproc/docbook/Makefile
--- a/textproc/docbook/Makefile Wed Apr 08 20:01:28 2009 +0000
+++ b/textproc/docbook/Makefile Wed Apr 08 22:43:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2008/08/08 15:00:53 joerg Exp $
+# $NetBSD: Makefile,v 1.40 2009/04/08 22:43:25 joerg Exp $
 
 DISTNAME=      docbook-4.4
 PKGREVISION=   2
@@ -25,7 +25,6 @@
 DEPENDS+=      iso8879>=1986:../../textproc/iso8879
 



Home | Main Index | Thread Index | Old Index