diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-11 23:04:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-11 23:04:50 +0000 |
commit | a75e443d46e417dc43882ef2511ea7ca72960bcc (patch) | |
tree | 2929dcbdfec795b25d071d37e894eaf09c5e8888 /archivers/afio/distinfo | |
parent | b3d1130cf95839ad708f50076fc45a108e3f33b5 (diff) | |
download | pkgsrc-a75e443d46e417dc43882ef2511ea7ca72960bcc.tar.gz |
- Update afio to 2.5.
- Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.
Changes in 2.5:
- In afio.h ulo and ull macros, added L and LL letters in constants.
- Documented `long long' issues in PORTING file. Removed ifdeffed
typedef ulonglong porting hacks from the afio.h file.
- Changed mknod() call to mkfifo() call when creating named pipe from
archive. Freebsd cannot make named pipes with mknod.
- Added some extra defines to suppress some warnings on sun platform.
Also added some stuff around awk invocations in makefile and regtest
to make things easier on sun -- the sun platform I tried it on had a
default awk that was too ancient to understand things like gsub.
- Added some discussion of sun and freebsd to PORTING file.
- Fix to regression test: no longer complains if two compared directory
inodes have a size difference. Bases on bug report by vasudeva.
- Changed sanity check on the stdin at the start of executing -o mode:
now the check only happens if stdin is a tty. This allows scripts to
make empty archives, and is needed for compatibility with tob. Based
on problem report by Dirk Eddelbuettel.
- Changed read() to readall() in outdata().
- Updated SCRIPTS file.
Diffstat (limited to 'archivers/afio/distinfo')
-rw-r--r-- | archivers/afio/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/afio/distinfo b/archivers/afio/distinfo index 2463a131ebb..5449945362b 100644 --- a/archivers/afio/distinfo +++ b/archivers/afio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/06/27 10:17:58 agc Exp $ +$NetBSD: distinfo,v 1.2 2004/04/11 23:04:50 minskim Exp $ -SHA1 (afio-2.4.7.tgz) = 92e473f025cbc69893ccc46c4f91ffb52da2fef3 -Size (afio-2.4.7.tgz) = 91224 bytes -SHA1 (patch-aa) = b7a1c3952d7b5265afa16f4e94585fa66518e2ee +SHA1 (afio-2.5.tgz) = 051765f209fded60f94944da8a76ae37c3423a23 +Size (afio-2.5.tgz) = 179184 bytes +SHA1 (patch-aa) = e35b47c2f10a6f80d8446e4c22a7a023dae55933 |