Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 10:19:56 GMT
From:      Rodrigo Osorio <rodrigo@bebik.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/183987: gtar warning when patch distfiles 
Message-ID:  <201311151019.rAFAJuo0011769@oldred.freebsd.org>
Resent-Message-ID: <201311151030.rAFAU2NC023755@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183987
>Category:       misc
>Synopsis:       gtar warning when patch distfiles
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 15 10:30:02 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151019.rAFAJuo0011769>