An error in line numbers in patch file causes a warning during the make process. Patch tool deals with it, but it can be solved in an easy way. I also add the LICENCE information into Makefile (GPLv3) Patch attached. Fix: Patch attached with submission follows:
I port the pr in the wrong category, of course this is a PORTS/SW-BUG pr. I apologize for the mistake - rodrigo
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR.
Responsible Changed From-To: freebsd-ports-bugs->naddy Over to maintainer (via the GNATS Auto Assign Tool)
Author: naddy Date: Mon Nov 18 16:40:04 2013 New Revision: 334222 URL: http://svnweb.freebsd.org/changeset/ports/334222 Log: * Regenerate patch to fix harmless but confusing warning. * Add license information. PR: 183987 Submitted by: Rodrigo Osorio <rodrigo@bebik.net> Modified: head/archivers/gtar/Makefile head/archivers/gtar/files/patch-configure Modified: head/archivers/gtar/Makefile ============================================================================== --- head/archivers/gtar/Makefile Mon Nov 18 16:21:31 2013 (r334221) +++ head/archivers/gtar/Makefile Mon Nov 18 16:40:04 2013 (r334222) @@ -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} Modified: head/archivers/gtar/files/patch-configure ============================================================================== --- head/archivers/gtar/files/patch-configure Mon Nov 18 16:21:31 2013 (r334221) +++ head/archivers/gtar/files/patch-configure Mon Nov 18 16:40:04 2013 (r334222) @@ -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" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you.