diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-04 10:43:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-04 10:43:44 +0000 |
commit | 5a50e6183d4d05811d918d0bf80e03baaaaae45c (patch) | |
tree | a194f46dff3ec2b52a4bf08a2bcd3d8e81aa2bdb /archivers/arc | |
parent | f4060868ebb171991239daedbda3352e10a9e232 (diff) | |
download | pkgsrc-5a50e6183d4d05811d918d0bf80e03baaaaae45c.tar.gz |
Update to 5.21p:
CHANGES IN VERSION 5.21p
(Klaus Reimer <k@ailis.de>, 07 Aug 2010)
Replaced mktemp with mkstemp.
Set correct version number and updated creation date in command-line help.
Corrected content of PATCHLEVEL file.
Added man page for marc.
Added install make target.
Added -Wall compiler flag.
Diffstat (limited to 'archivers/arc')
-rw-r--r-- | archivers/arc/Makefile | 5 | ||||
-rw-r--r-- | archivers/arc/distinfo | 12 | ||||
-rw-r--r-- | archivers/arc/patches/patch-aa | 8 | ||||
-rw-r--r-- | archivers/arc/patches/patch-ad | 8 |
4 files changed, 16 insertions, 17 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index 41bed2dab54..040b46728ec 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2014/10/09 14:05:50 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2015/01/04 10:43:44 wiz Exp $ -DISTNAME= arc-5.21o +DISTNAME= arc-5.21p CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=arc/} -EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/arc/ diff --git a/archivers/arc/distinfo b/archivers/arc/distinfo index 84abff0c7ba..34cb988e680 100644 --- a/archivers/arc/distinfo +++ b/archivers/arc/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2006/05/02 19:06:45 wiz Exp $ +$NetBSD: distinfo,v 1.11 2015/01/04 10:43:44 wiz Exp $ -SHA1 (arc-5.21o.tgz) = 4b803eae04976072fae88d4dbfc4b3e45796f8f3 -RMD160 (arc-5.21o.tgz) = 2897f62452f59efcb757cd5447d6d330df0cfdd1 -Size (arc-5.21o.tgz) = 82386 bytes -SHA1 (patch-aa) = 2222318794a68a913e80cb808e3881a4fdc07fb0 +SHA1 (arc-5.21p.tar.gz) = e68e358b86a67c68e8a1cb95a840f380bfda3684 +RMD160 (arc-5.21p.tar.gz) = c6a97105ab26cf1d2b6ad45d528894628cff0586 +Size (arc-5.21p.tar.gz) = 84791 bytes +SHA1 (patch-aa) = efbb7e0a3a715d871dc98ad4fad58d0ae49f5b02 SHA1 (patch-ab) = e85c2698747106a7319db07185bfe0b6e2480974 SHA1 (patch-ac) = 3332d9db5c41fb205ab9f5123b0de0704ae634b3 -SHA1 (patch-ad) = 3b43c7b64d0e926677dc8d1b20f3afbf0c854a5b +SHA1 (patch-ad) = b8c7b8a9a0733fb8f4a8963765d3dcd318988afc diff --git a/archivers/arc/patches/patch-aa b/archivers/arc/patches/patch-aa index f729536cc5e..224c524140d 100644 --- a/archivers/arc/patches/patch-aa +++ b/archivers/arc/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.4 2006/05/02 19:06:45 wiz Exp $ +$NetBSD: patch-aa,v 1.5 2015/01/04 10:43:44 wiz Exp $ ---- Makefile.orig 2005-10-09 03:30:24.000000000 +0200 +--- Makefile.orig 2010-08-07 13:06:42.000000000 +0000 +++ Makefile -@@ -41,14 +41,14 @@ SYSTEM = -DSYSV=1 - OPT = -O +@@ -44,14 +44,14 @@ SYSTEM = -DSYSV=1 + OPT = -O -Wall # For MWC 3.0 on the Atari ST, use: #CFLAGS = -VCOMPAC -VPEEP -CFLAGS = $(OPT) $(SYSTEM) diff --git a/archivers/arc/patches/patch-ad b/archivers/arc/patches/patch-ad index a0a01d500c3..e79a0d6db61 100644 --- a/archivers/arc/patches/patch-ad +++ b/archivers/arc/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.2 2006/05/02 19:06:45 wiz Exp $ +$NetBSD: patch-ad,v 1.3 2015/01/04 10:43:44 wiz Exp $ ---- marc.c.orig 2005-10-09 03:38:22.000000000 +0200 +--- marc.c.orig 2010-08-07 13:06:42.000000000 +0000 +++ marc.c -@@ -48,12 +48,13 @@ char *pinbuf; /* block input buffer * +@@ -49,12 +49,13 @@ char *pinbuf; /* block input buffer * static char **lst; /* files list */ static int lnum; /* length of files list */ @@ -16,4 +16,4 @@ $NetBSD: patch-ad,v 1.2 2006/05/02 19:06:45 wiz Exp $ - char *makefnam(); char *envfind(); #if !_MTS - char *arctemp2, *mktemp(); /* temp file stuff */ + char *arctemp2; /* temp file stuff */ |