diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2001-11-05 16:08:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2001-11-05 16:08:33 +0000 |
commit | 91f98f0e4ffd6d0a9bf140b1c8232dc1ba65d125 (patch) | |
tree | 2d73760553dd39c5b5c38dcc6a376698dc75137b /archivers/gtar | |
parent | 24bd388951ed734893ce76ec639811e2d349f841 (diff) | |
download | ports-91f98f0e4ffd6d0a9bf140b1c8232dc1ba65d125.tar.gz ports-91f98f0e4ffd6d0a9bf140b1c8232dc1ba65d125.zip |
Notes
Diffstat (limited to 'archivers/gtar')
-rw-r--r-- | archivers/gtar/Makefile | 6 | ||||
-rw-r--r-- | archivers/gtar/distinfo | 2 | ||||
-rw-r--r-- | archivers/gtar/files/patch-lib_copysym.c | 14 | ||||
-rw-r--r-- | archivers/gtar/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/gtar/pkg-plist | 1 |
5 files changed, 5 insertions, 20 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index a997474f2f66..79f584b3b03f 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -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 diff --git a/archivers/gtar/distinfo b/archivers/gtar/distinfo index 6d42abcfbc7d..0635918b05ab 100644 --- a/archivers/gtar/distinfo +++ b/archivers/gtar/distinfo @@ -1 +1 @@ -MD5 (tar-1.13.23.tar.gz) = 32a5e0c4ff014b050db77b2c7009d124 +MD5 (tar-1.13.25.tar.gz) = 6ef8c906e81eee441f8335652670ac4a diff --git a/archivers/gtar/files/patch-lib_copysym.c b/archivers/gtar/files/patch-lib_copysym.c deleted file mode 100644 index 42c9573e259b..000000000000 --- a/archivers/gtar/files/patch-lib_copysym.c +++ /dev/null @@ -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"); - diff --git a/archivers/gtar/pkg-descr b/archivers/gtar/pkg-descr index 4af8c89bc921..b60fa9bbf969 100644 --- a/archivers/gtar/pkg-descr +++ b/archivers/gtar/pkg-descr @@ -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 diff --git a/archivers/gtar/pkg-plist b/archivers/gtar/pkg-plist index 32cb85420bc1..51b670136b07 100644 --- a/archivers/gtar/pkg-plist +++ b/archivers/gtar/pkg-plist @@ -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 |