Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/11/2004 23:04:50
Module Name: pkgsrc
Committed By: minskim
Date: Sun Apr 11 23:04:50 UTC 2004
Modified Files:
pkgsrc/archivers/afio: Makefile distinfo
pkgsrc/archivers/afio/patches: patch-aa
pkgsrc/doc: CHANGES
Log Message:
- 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.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/archivers/afio/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/archivers/afio/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/archivers/afio/patches/patch-aa
cvs rdiff -r1.5544 -r1.5545 pkgsrc/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.