pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/mtree Fix build by unifying sysutils/mtree an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2cb13f16f7e
branches:  trunk
changeset: 547773:a2cb13f16f7e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 02 17:15:22 2008 +0000

description:
Fix build by unifying sysutils/mtree and pkgtools/mtree in terms of
nbcompat usage.

diffstat:

 pkgtools/mtree/Makefile        |  3 +--
 pkgtools/mtree/Makefile.common |  5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 96c991b879d2 -r a2cb13f16f7e pkgtools/mtree/Makefile
--- a/pkgtools/mtree/Makefile   Thu Oct 02 17:01:16 2008 +0000
+++ b/pkgtools/mtree/Makefile   Thu Oct 02 17:15:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/07/10 15:19:17 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2008/10/02 17:15:22 joerg Exp $
 #
 # This version of mtree installs into ${PKG_TOOLS_BIN}.
 #
@@ -9,5 +9,4 @@
 
 NO_PKGTOOLS_REQD_CHECK=        # defined
 
-.include "../../pkgtools/libnbcompat/inplace.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 96c991b879d2 -r a2cb13f16f7e pkgtools/mtree/Makefile.common
--- a/pkgtools/mtree/Makefile.common    Thu Oct 02 17:01:16 2008 +0000
+++ b/pkgtools/mtree/Makefile.common    Thu Oct 02 17:15:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2008/01/28 00:35:59 rillig Exp $
+# $NetBSD: Makefile.common,v 1.5 2008/10/02 17:15:22 joerg Exp $
 #
 # This Makefile fragment is included by:
 #
@@ -16,8 +16,7 @@
 
 GNU_CONFIGURE=         yes
 
-NO_CHECKSUM=           yes
-NO_MTREE=              yes
+USE_FEATURES=  nbcompat
 
 FILESDIR=              ${.CURDIR}/../../pkgtools/mtree/files
 PKGDIR=                        ${.CURDIR}/../../pkgtools/mtree



Home | Main Index | Thread Index | Old Index