diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-23 18:02:15 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-23 18:02:15 +0000 |
commit | f927f1e0728a16f7672eacdaac1f905778dc9f5d (patch) | |
tree | eb4507c7c2a4857a3b7e8fff4793a34fc9aee7a8 /archivers/afio/Makefile | |
parent | 9fa823ce144ada61060874708d309b7d28f8682c (diff) | |
download | pkgsrc-f927f1e0728a16f7672eacdaac1f905778dc9f5d.tar.gz |
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.
Diffstat (limited to 'archivers/afio/Makefile')
-rw-r--r-- | archivers/afio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/afio/Makefile b/archivers/afio/Makefile index 4a407f285db..3bbfd2b9167 100644 --- a/archivers/afio/Makefile +++ b/archivers/afio/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2008/03/02 03:48:36 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2012/06/23 18:02:15 dholland Exp $ DISTNAME= afio-2.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www.ibiblio.org/pub/Linux/system/backup/ EXTRACT_SUFX= .tgz |