- 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:
Christian Weisgerber 2001-11-04 18:45:26 +00:00
parent 331f4f7931
commit 946c74b76f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49578
2 changed files with 16 additions and 1 deletions

View File

@ -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

View 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");