pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/afio



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Jun 23 18:02:15 UTC 2012

Modified Files:
        pkgsrc/archivers/afio: DESCR Makefile distinfo
        pkgsrc/archivers/afio/patches: patch-ab patch-ac

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.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/archivers/afio/DESCR
cvs rdiff -u -r1.10 -r1.11 pkgsrc/archivers/afio/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/afio/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/afio/patches/patch-ab
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/afio/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index