summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-06 16:55:06 +0000
committerjlam <jlam@pkgsrc.org>2004-08-06 16:55:06 +0000
commit675015547c3086795df435ae71e2bc1c62d5c624 (patch)
treedf8513e9763ed44e03e6a32670029a3e269938be /pkgtools/libnbcompat/Makefile
parent25f02a1deae1cfa6c8593a13f6197cbab6372a52 (diff)
downloadpkgsrc-675015547c3086795df435ae71e2bc1c62d5c624.tar.gz
Update pkgtools/libnbcompat to 20040805. Changes from version 20040512
include: (1) Add a statvfs() implementation based on statfs(), and remove the statfs() NetBSD-compatibility implementation. statvfs() is used in src/usr.sbin/pkg_install on the HEAD branch. (2) Add a fnmatch() implementation, needed by IRIX. fnmatch() is used in src/usr.sbin/pkg_install on the HEAD branch. (3) Remove fseeko(), inet_ntop(), inet_pton(), sl_*() strptime(), and timegm() as they're not used by any of the bootstrap packages that require libnbcompat (pax, mtree, pkg_install). All that's left is what's necessary to bootstrap those three packages.
Diffstat (limited to 'pkgtools/libnbcompat/Makefile')
-rw-r--r--pkgtools/libnbcompat/Makefile20
1 files changed, 12 insertions, 8 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile
index f5ed5a6d1f5..cc5c8b8ed8f 100644
--- a/pkgtools/libnbcompat/Makefile
+++ b/pkgtools/libnbcompat/Makefile
@@ -1,21 +1,25 @@
-# $NetBSD: Makefile,v 1.35 2004/05/12 21:51:08 grant Exp $
+# $NetBSD: Makefile,v 1.36 2004/08/06 16:55:09 jlam Exp $
+#
+# NOTE: If you update this package, it is *mandatory* that you update
+# pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual
+# list of tested and supported platforms.
#
-DISTNAME= libnbcompat-20040512
+DISTNAME= libnbcompat-20040805
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
-COMMENT= Portable NetBSD compatibility library
+COMMENT= portable NetBSD compatibility library
-NO_BUILDLINK= # defined
-NO_PKGTOOLS_REQD_CHECK= # defined
-NO_CHECKSUM= # defined
-NO_MTREE= # defined
+NO_BUILDLINK= yes
+NO_PKGTOOLS_REQD_CHECK= yes
+NO_CHECKSUM= yes
+NO_MTREE= yes
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
PKG_INFO= PKG_DBDIR=${_PKG_DBDIR} ${PKG_INFO_CMD}
PKG_CREATE= PKG_DBDIR=${_PKG_DBDIR} ${PKG_CREATE_CMD}