Update to 1.13.25:

* New option --overwrite-dir.
* Fixes for buffer overrun, porting, and copyright notice problems.
* Add Korean message catalog.

Fixes:
* Don't pick up spurious iconv dependency.
* Remove home page from pkg-descr.  It provides little but
  historical information, and links to an outdated version of the
  GNU tar manuals, a current version of which ships with the port.

Approved by:	trevor
This commit is contained in:
Christian Weisgerber 2001-11-05 16:08:33 +00:00
parent 24bd388951
commit 91f98f0e4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49610
5 changed files with 5 additions and 20 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= tar
PORTVERSION= 1.13.23
PORTREVISION= 1
PORTVERSION= 1.13.25
CATEGORIES= archivers sysutils
MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \
ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \
@ -23,7 +22,8 @@ CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
LDFLAGS='-L${LOCALBASE}/lib ${LDSTATIC}' \
DEFAULT_ARCHIVE='/dev/sa0' \
MAKEINFO='makeinfo --no-split'
MAKEINFO='makeinfo --no-split' \
am_cv_func_iconv=no
.if defined(WANT_STATIC)
LDSTATIC= -static

View file

@ -1 +1 @@
MD5 (tar-1.13.23.tar.gz) = 32a5e0c4ff014b050db77b2c7009d124
MD5 (tar-1.13.25.tar.gz) = 6ef8c906e81eee441f8335652670ac4a

View file

@ -1,14 +0,0 @@
$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");

View file

@ -10,5 +10,3 @@ This distribution also includes rmt, the remote tape server.
Note that this port will install these utilities with a 'g' prefix,
e.g. gtar, but the texinfo documentation will refer to them without
the 'g' prefix.
WWW: http://www.gnu.org/software/tar/tar.html

View file

@ -13,6 +13,7 @@ share/locale/fr/LC_MESSAGES/tar.mo
share/locale/id/LC_MESSAGES/tar.mo
share/locale/it/LC_MESSAGES/tar.mo
share/locale/ja/LC_MESSAGES/tar.mo
share/locale/ko/LC_MESSAGES/tar.mo
share/locale/nl/LC_MESSAGES/tar.mo
share/locale/no/LC_MESSAGES/tar.mo
share/locale/pl/LC_MESSAGES/tar.mo