summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2000-12-26 21:25:35 +0000
committerandreas <andreas@FreeBSD.org>2000-12-26 21:25:35 +0000
commit47b9df5e458c265aa3e07cb7bacc3ed4443f9962 (patch)
tree9e8d1b38d799fb9c667878937644e65952297f83 /sysutils
parenta7531b0f06756875cf42b57794de50605c3e471b (diff)
downloadFreeBSD-ports-47b9df5e458c265aa3e07cb7bacc3ed4443f9962.zip
FreeBSD-ports-47b9df5e458c265aa3e07cb7bacc3ed4443f9962.tar.gz
import more stuff from PR 23815
- use PKGNAMEPREFIX so that package is named *g*tar like the port - patch-ac silences gcc when compiling prepargs.c additionally: - fetch patch-ab out of Attic, we still want info file not splitted into pieces - bump PORTREVISION, since patch-ab fixes package building PR: 23815 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gtar/Makefile3
-rw-r--r--sysutils/gtar/files/patch-ac14
2 files changed, 16 insertions, 1 deletions
diff --git a/sysutils/gtar/Makefile b/sysutils/gtar/Makefile
index cf61fa1..ff90ca8 100644
--- a/sysutils/gtar/Makefile
+++ b/sysutils/gtar/Makefile
@@ -7,7 +7,8 @@
PORTNAME= tar
PORTVERSION= 1.13.18
-PORTREVISION= 2
+PORTREVISION= 3
+PKGNAMEPREFIX= g
CATEGORIES= sysutils archivers
MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \
ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \
diff --git a/sysutils/gtar/files/patch-ac b/sysutils/gtar/files/patch-ac
new file mode 100644
index 0000000..3dd285d
--- /dev/null
+++ b/sysutils/gtar/files/patch-ac
@@ -0,0 +1,14 @@
+--- lib/prepargs.c.orig Thu Nov 16 01:32:16 2000
++++ lib/prepargs.c Thu Nov 16 01:32:58 2000
+@@ -23,6 +23,11 @@
+ #endif
+ #include "prepargs.h"
+ #include <sys/types.h>
++#if HAVE_STRING_H
++# include <string.h>
++#else
++# include <strings.h>
++#endif
+ #include <xalloc.h>
+
+ #include <ctype.h>
OpenPOWER on IntegriCloud