summaryrefslogtreecommitdiff
path: root/archivers/nulib2/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-07-15 09:36:45 +0000
committeragc <agc@pkgsrc.org>2003-07-15 09:36:45 +0000
commit33d1d56a7d9f5c68beba9c2973f51d83c2117d2e (patch)
treea3dbeed696cfc01084c180312fbfa0e0b78b95e1 /archivers/nulib2/Makefile
parentcdcf9c68ad302dce53e01e8b990cd09f3b51e417 (diff)
downloadpkgsrc-33d1d56a7d9f5c68beba9c2973f51d83c2117d2e.tar.gz
Update nulib2 from version 1.0.1 to version 2.0.0, mandated by the
version-less distfile changing. Found during recent bulk build. Changes since previous version: 2003/02/18 fadden - When extracting with "-ee", disk images now have ".PO" appended. - Resurrected HandleAddNotFound(). - Switched to case-sensitive filename comparisons. 2003/02/08 fadden - Upped version to v2.0.0. - Many fixes to pathname handling: - Correctly handle '%' when preservation is OFF. - Accept 4-char extensions in '-ee' without risk of buffer overflow. - Fixed broken assert when converting long %xx names. - Store "AUX" as "%00AUX" when preserving Win32 names (vs. "_AUX"). - Always store files with ':' as path separator. - Recognize that some Win32 variants (Win2K and later at the least) will accept both '/' and '\' as pathname separators. - Correctly convert ".//foo" to "foo" instead of "/foo". - Tracked changes to NufxLib DataSource API. 2003/01/10 fadden - Check NufxLib "compiled" version against "linked" version. 2002/12/06 fadden - Made minor changes to allow linking NufxLib in as a DLL. 2002/10/20 ***** v1.1.0 shipped ***** 2002/10/10 fadden - added fancy help text (-h) 2002/10/09 fadden - added "-zz" flag to specify libbz2's "bzip2" compression 2002/10/08 fadden - added Binary II support 2002/09/30 fadden - added "-z" flag to specify zlib's "deflate" compression (the "secret" debug dump command is now -g) 2002/09/26 fadden - progress updater now shows "analyzing" for scan pass of SQ 2002/09/23 fadden - ran the code through valgrind; found and fixed some minor bugs 2002/09/20 fadden - pulled the sources out and started fiddling with them again - changed hard tabs to spaces
Diffstat (limited to 'archivers/nulib2/Makefile')
-rw-r--r--archivers/nulib2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile
index fb6b3851fe1..9c68fb3f08c 100644
--- a/archivers/nulib2/Makefile
+++ b/archivers/nulib2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2003/03/29 12:40:02 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2003/07/15 09:36:45 agc Exp $
#
DISTNAME= nulibdist
-PKGNAME= nulib2-1.0.1
-WRKSRC= ${WRKDIR}/nulib2-101
+PKGNAME= nulib2-2.0.0
+WRKSRC= ${WRKDIR}/nulib2-200
CATEGORIES= archivers
MASTER_SITES= http://www.nulib.com/downloads/
@@ -15,6 +15,8 @@ USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --cache-file=${WRKDIR}/config.cache
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
.include "../../mk/bsd.pkg.mk"
# nulib2 needs this to identify a Unixlike system