Bug 183987 - archivers/gtar warning when patch distfiles
Summary: archivers/gtar warning when patch distfiles
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 10:30 UTC by Rodrigo OSORIO
Modified: 2013-11-18 16:50 UTC (History)
0 users

See Also:


Attachments
file.diff (687 bytes, patch)
2013-11-15 10:30 UTC, Rodrigo OSORIO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo OSORIO 2013-11-15 10:30:02 UTC
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:
Comment 1 Rodrigo OSORIO 2013-11-15 14:29:58 UTC
I port the pr in the wrong category,
of course this is a PORTS/SW-BUG pr.

I apologize for the mistake
- rodrigo
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2013-11-16 01:41:32 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-16 01:41:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-18 16:40:12 UTC
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"
Comment 5 Christian Weisgerber freebsd_committer freebsd_triage 2013-11-18 16:40:43 UTC
State Changed
From-To: open->closed

Committed, thank you.