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/files/patch-lib_copysym.c | |
parent | pancho - A perl script useful to configure Cisco devices via TFTP (diff) |
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
Diffstat (limited to 'archivers/gtar/files/patch-lib_copysym.c')
-rw-r--r-- | archivers/gtar/files/patch-lib_copysym.c | 14 |
1 files changed, 0 insertions, 14 deletions
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"); - |