pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools After some discussion with jlam and no object...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7075082ca21
branches:  trunk
changeset: 513382:e7075082ca21
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 26 19:58:47 2006 +0000

description:
After some discussion with jlam and no objection raised by agc,
uncomment libnbcompat, mtree and xpkgwedge.

diffstat:

 pkgtools/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 4e7178e87b89 -r e7075082ca21 pkgtools/Makefile
--- a/pkgtools/Makefile Fri May 26 19:56:16 2006 +0000
+++ b/pkgtools/Makefile Fri May 26 19:58:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2005/11/13 19:54:00 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2006/05/26 19:58:47 joerg Exp $
 #
 
 COMMENT=       Tools for use in the packages collection
@@ -12,8 +12,8 @@
 SUBDIR+=       genrpm
 SUBDIR+=       gensolpkg
 #SUBDIR+=      libkver         # Only under instruction of user
-#SUBDIR+=      libnbcompat     # Only for non-NetBSD systems
-#SUBDIR+=      mtree           # Only for non-NetBSD systems
+SUBDIR+=       libnbcompat     # Only for non-NetBSD systems
+SUBDIR+=       mtree           # Only for non-NetBSD systems
 SUBDIR+=       p5-pkgsrc-Dewey
 SUBDIR+=       pkg_alternatives
 SUBDIR+=       pkg_chk
@@ -45,6 +45,6 @@
 SUBDIR+=       url2pkg
 SUBDIR+=       verifypc
 SUBDIR+=       x11-links
-#SUBDIR+=      xpkgwedge       # Only under instruction of user
+SUBDIR+=       xpkgwedge
 
 .include "../mk/bsd.pkg.subdir.mk"



Home | Main Index | Thread Index | Old Index