- Fix "gtar --version" segfault on -STABLE reported by Jason R. Mastaler.
- Bump the port revision. - Move PKGNAMEPREFIX to where portlint wants it. PR: 30713 Approved by: trevor
This commit is contained in:
parent
331f4f7931
commit
946c74b76f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49578
@ -7,11 +7,12 @@
|
||||
|
||||
PORTNAME= tar
|
||||
PORTVERSION= 1.13.23
|
||||
PKGNAMEPREFIX= g
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers sysutils
|
||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \
|
||||
ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/
|
||||
PKGNAMEPREFIX= g
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
|
||||
|
14
archivers/gtar/files/patch-lib_copysym.c
Normal file
14
archivers/gtar/files/patch-lib_copysym.c
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib/copysym.c.orig Sun Nov 4 17:03:34 2001
|
||||
+++ lib/copysym.c Sun Nov 4 17:04:08 2001
|
||||
@@ -60,7 +60,7 @@
|
||||
#endif
|
||||
}
|
||||
|
||||
- if (*outcharset)
|
||||
+ if (outcharset && *outcharset)
|
||||
{
|
||||
iconv_t conv = iconv_open (outcharset, "UTF-8");
|
||||
|
Loading…
Reference in New Issue
Block a user