* 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
PR: ports/30371
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Add a patch to work around a /bin/sh bug described in PR #30392.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
- use PKGNAMEPREFIX so that package is named *g*tar like the port
- patch-ac silences gcc when compiling prepargs.c
additionally:
- fetch patch-ab out of Attic, we still want info file not
splitted into pieces
- bump PORTREVISION, since patch-ab fixes package building
PR: 23815
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
- added one category entry (archivers)
- updated one locale entry in pkg-plist, which I overlooked
This committ additionally bumps PORTREVISION, since updating
the plist is a major issue.
PR: 23815
- fixes --exclude, -X problem in version 1.13, where excludes have been
wrongly interpreted as filenames (not pathnames)
- some cosmetics from naddy
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>