Subject: CVS commit: pkgsrc/archivers/afio
From: David A. Holland
Date: 2012-06-23 20:02:15
Message id: 20120623180216.0124F175DD@cvs.netbsd.org

Log Message:
Fix broken Solaris build by not using sys_errlist.

Clean up other problems revealed by gcc -Wall:
   - pass (char *)NULL, not 0, as the last arg of execlp, to avoid
     crashes on LP64 platforms;
   - use signal.h, not sys/signal.h;
   - use utime(3) correctly;
   - use W* macros and sys/wait.h instead of hardcoding bit patterns.

Note in the DESCR that the package has been patched, as the license
might be construed to require this.

PKGREVISION -> 2.

Files:
RevisionActionfile
1.2modifypkgsrc/archivers/afio/DESCR
1.11modifypkgsrc/archivers/afio/Makefile
1.7modifypkgsrc/archivers/afio/distinfo
1.3modifypkgsrc/archivers/afio/patches/patch-ab
1.2modifypkgsrc/archivers/afio/patches/patch-ac