diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-18 16:40:04 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-11-18 16:40:04 +0000 |
commit | 3c0c4937c86df29165c7ba22544794f824ff7b7c (patch) | |
tree | d9a06b2aefb6f295e37fa66120de3954dc372da3 /archivers | |
parent | a31f4c541558f2b08a8e9ddf147bed4c41c32ea0 (diff) |
* Regenerate patch to fix harmless but confusing warning.
* Add license information.
PR: 183987
Submitted by: Rodrigo Osorio <rodrigo@bebik.net>
Notes
Notes:
svn path=/head/; revision=334222
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/Makefile | 2 | ||||
-rw-r--r-- | archivers/gtar/files/patch-configure | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 3f4598b9a880..606cb03937fd 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU version of the traditional tape archiver +LICENSE= GPLv3 + INFO= tar USES= iconv:${STATIC_ARGS} diff --git a/archivers/gtar/files/patch-configure b/archivers/gtar/files/patch-configure index 11b02450abf3..bdb7cb3a5a81 100644 --- a/archivers/gtar/files/patch-configure +++ b/archivers/gtar/files/patch-configure @@ -3,9 +3,9 @@ $FreeBSD$ Hack to disable shared library detection, so configure won't try to link with "/usr/local/lib/libiconv.so -static". ---- configure.orig -+++ configure -@@ -53560,7 +53560,7 @@ +--- configure.orig 2013-10-05 21:52:03.000000000 +0200 ++++ configure 2013-11-18 17:33:05.000000000 +0100 +@@ -34123,7 +34123,7 @@ fi $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" |