diff options
author | naddy <naddy@FreeBSD.org> | 2013-11-19 00:40:04 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-11-19 00:40:04 +0800 |
commit | 7544e51fe11fe9aeb75e8a7245e6ddda8daa40d1 (patch) | |
tree | d9a06b2aefb6f295e37fa66120de3954dc372da3 | |
parent | c2170e48146343e9518844945dbf674551b7a374 (diff) | |
download | freebsd-ports-gnome-7544e51fe11fe9aeb75e8a7245e6ddda8daa40d1.tar.gz freebsd-ports-gnome-7544e51fe11fe9aeb75e8a7245e6ddda8daa40d1.tar.zst freebsd-ports-gnome-7544e51fe11fe9aeb75e8a7245e6ddda8daa40d1.zip |
* Regenerate patch to fix harmless but confusing warning.
* Add license information.
PR: 183987
Submitted by: Rodrigo Osorio <rodrigo@bebik.net>
-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" |