From nobody@FreeBSD.org  Fri Nov 15 10:19:57 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 3FDA9E3C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 10:19:57 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 306262E09
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 10:19:57 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAFAJuVp011770
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Nov 2013 10:19:56 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAFAJuo0011769;
	Fri, 15 Nov 2013 10:19:56 GMT
	(envelope-from nobody)
Message-Id: <201311151019.rAFAJuo0011769@oldred.freebsd.org>
Date: Fri, 15 Nov 2013 10:19:56 GMT
From: Rodrigo Osorio <rodrigo@bebik.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: gtar warning when patch distfiles 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183987
>Category:       ports
>Synopsis:       archivers/gtar warning when patch distfiles
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    naddy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 15 10:30:02 UTC 2013
>Closed-Date:    Mon Nov 18 16:41:10 UTC 2013
>Last-Modified:  Mon Nov 18 16:50:01 UTC 2013
>Originator:     Rodrigo Osorio
>Release:        
>Organization:
>Environment:
FreeBSD raj 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 03:46:18 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
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.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 333826)
+++ Makefile	(working copy)
@@ -11,6 +11,8 @@
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	GNU version of the traditional tape archiver
 
+LICENSE=        GPLv2
+
 INFO=		tar
 
 USES=		iconv:${STATIC_ARGS}
Index: files/patch-configure
===================================================================
--- files/patch-configure	(revision 333826)
+++ files/patch-configure	(working copy)
@@ -5,7 +5,7 @@
 
 --- configure.orig
 +++ configure
-@@ -53560,7 +53560,7 @@
+@@ -34123,7 +34123,7 @@
  $as_echo "$acl_cv_rpath" >&6; }
    wl="$acl_cv_wl"
    acl_libext="$acl_cv_libext"


>Release-Note:
>Audit-Trail:

From: Rodrigo Osorio <rodrigo@bebik.net>
To: bug-followup@FreeBSD.org, rodrigo@bebik.net
Cc:  
Subject: Re: misc/183987: gtar warning when patch distfiles
Date: Fri, 15 Nov 2013 15:29:58 +0100

 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 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Nov 16 01:41:32 UTC 2013 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183987 
Responsible-Changed-From-To: freebsd-ports-bugs->naddy 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 16 01:41:55 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183987 
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Mon Nov 18 16:40:43 UTC 2013 
State-Changed-Why:  
Committed, thank you. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183987 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183987: commit references a PR
Date: Mon, 18 Nov 2013 16:40:12 +0000 (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"
 
>Unformatted:
