pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat This package is needed to bootstr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac3fdb67a11d
branches:  trunk
changeset: 460541:ac3fdb67a11d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Aug 31 12:02:56 2003 +0000

description:
This package is needed to bootstrap pkgsrc, so don't do tools, buildlink,
or run mtree.  Also ensure that we call the pkg_install commands with no
options so that we install properly without recent pkg_install tools.

diffstat:

 pkgtools/libnbcompat/Makefile |  12 +++++++++---
 pkgtools/libnbcompat/PLIST    |   6 ++++--
 2 files changed, 13 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 00d6258eab49 -r ac3fdb67a11d pkgtools/libnbcompat/Makefile
--- a/pkgtools/libnbcompat/Makefile     Sun Aug 31 12:01:51 2003 +0000
+++ b/pkgtools/libnbcompat/Makefile     Sun Aug 31 12:02:56 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/31 22:40:26 jschauma Exp $
+# $NetBSD: Makefile,v 1.12 2003/08/31 12:02:56 jlam Exp $
 #
 
 DISTNAME=              libnbcompat-20030731
@@ -10,10 +10,16 @@
 HOMEPAGE=              http://www.NetBSD.org/
 COMMENT=               Portable NetBSD compatibility library
 
+NO_TOOLS=              # defined
+NO_BUILDLINK=          # defined
+NO_PKGTOOLS_REQD_CHECK=        # defined
+NO_CHECKSUM=           # defined
+NO_MTREE=              # defined
+
 GNU_CONFIGURE=         # defined
 
-NO_PKGTOOLS_REQD_CHECK=        # defined
-NO_CHECKSUM=           # defined
+PKG_INFO=              PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD}
+PKG_CREATE=            PKG_DBDIR=${PKG_DBDIR} ${PKG_CREATE_CMD}
 
 do-extract:
        @${CP} -Rp ${FILESDIR} ${WRKSRC}
diff -r 00d6258eab49 -r ac3fdb67a11d pkgtools/libnbcompat/PLIST
--- a/pkgtools/libnbcompat/PLIST        Sun Aug 31 12:01:51 2003 +0000
+++ b/pkgtools/libnbcompat/PLIST        Sun Aug 31 12:02:56 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/07/31 22:40:26 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/08/31 12:02:56 jlam Exp $
 include/libnbcompat/extern.h
 include/libnbcompat/err.h
 include/libnbcompat/ftpglob.h
@@ -17,5 +17,7 @@
 include/libnbcompat/stat_flags.h
 include/libnbcompat/util.h
 include/libnbcompat/vis.h
+lib/libnbcompat.a
 @dirrm include/libnbcompat
-lib/libnbcompat.a
+@unexec ${RMDIR} -p %D/include 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} -p %D/lib 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index