misc/183987: gtar warning when patch distfiles

Rodrigo Osorio rodrigo at bebik.net
Fri Nov 15 10:30:02 UTC 2013


>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 at 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 at 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:


More information about the freebsd-bugs mailing list