diff options
author | tv <tv@pkgsrc.org> | 2004-11-29 04:50:34 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-29 04:50:34 +0000 |
commit | 3928d3abcc5e11220ff277f895c4ce4896f4b806 (patch) | |
tree | ebbea0de7e339c0729a910e05b1102075ee7fc1d /archivers/nulib2/Makefile | |
parent | c51cbf2b8310bb363a8cead60a4cd2f12a684ab3 (diff) | |
download | pkgsrc-3928d3abcc5e11220ff277f895c4ce4896f4b806.tar.gz |
Update to 2.0.3. Changelog:
2004/10/11 ***** v2.0.3 shipped *****
2004/09/25 fadden
- Fixed: attempting to add files after deleting *all* entries in an
archive would fail.
- Removed use of a "ushort" from NufxLib.h.
2004/09/20 fadden
- Corrected behavior after flush when original archive can't be
deleted.
2004/09/09 fadden
- Added header offset and junk offset to NuGetAttr.
2004/08/22 fadden
- Fixed obscure bug when recompressing a GSHK-added zero-length file
when "fake threads" is enabled.
2004/03/10 ***** v2.0.2 shipped *****
2004/03/09 fadden
- Set access permissions based on umask when extracting a "locked"
file. My thanks to Matthew Fischer for sending a patch.
- Reject archives with a MasterEOF == 48, not <= 48. There are
some otherwise valid archives created by an old version of ShrinkIt
that have MasterEOF==0.
2003/10/16 ***** v2.0.1 shipped *****
2003/10/16 fadden
- Added workaround for bad HFS option lists created by GSHK.
- Added junk-skipping feature. Up to 1024 bytes of crud (e.g.
MacBinary headers or HTTP remnants) will be searched for evidence
of an archive.
2003/06/19 sheppy
- Added support for resource forks and file and aux types when built
for Mac OS X.
Diffstat (limited to 'archivers/nulib2/Makefile')
-rw-r--r-- | archivers/nulib2/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile index 2a28622fe11..129f58d9b23 100644 --- a/archivers/nulib2/Makefile +++ b/archivers/nulib2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/09/28 22:05:57 tv Exp $ +# $NetBSD: Makefile,v 1.12 2004/11/29 04:50:34 tv Exp $ # -DISTNAME= nulibdist-200 -PKGNAME= nulib2-2.0.0 +DISTNAME= nulibdist-203 +PKGNAME= nulib2-2.0.3 CATEGORIES= archivers MASTER_SITES= http://www.nulib.com/downloads/ @@ -12,12 +12,13 @@ COMMENT= Handles Apple II ShrinkIt (NuFX) file/disk archives PKG_INSTALLATION_TYPES= overwrite pkgviews -WRKSRC= ${WRKDIR}/nulib2-200 +WRKSRC= ${WRKDIR}/${DISTNAME:S/dist/2/} USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --cache-file=${WRKDIR}/config.cache -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" -# nulib2 needs this to identify a Unixlike system CFLAGS+= -D__unix__ + +.include "../../mk/bsd.pkg.mk" |