Index: head/archivers/gcpio/Makefile =================================================================== --- head/archivers/gcpio/Makefile (revision 546022) +++ head/archivers/gcpio/Makefile (revision 546023) @@ -1,33 +1,34 @@ # $FreeBSD$ PORTNAME= cpio PORTVERSION= 2.13 +PORTREVISION= 0 CATEGORIES= archivers MASTER_SITES= GNU PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU cpio copies files to and from archives LICENSE= GPLv3 TEST_DEPENDS= autom4te:devel/autoconf USES= cpe tar:bzip2 CPE_VENDOR= gnu GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --with-rmt=/etc/rmt TEST_TARGET= check INFO= cpio OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include Index: head/archivers/gcpio/files/patch-src_global.c =================================================================== --- head/archivers/gcpio/files/patch-src_global.c (nonexistent) +++ head/archivers/gcpio/files/patch-src_global.c (revision 546023) @@ -0,0 +1,14 @@ +https://git.savannah.gnu.org/cgit/cpio.git/commit/src/global.c?id=641d3f489cf6238bb916368d4ba0d9325a235afb + +--- src/global.c.orig 2019-11-03 15:07:23 UTC ++++ src/global.c +@@ -184,9 +184,6 @@ unsigned int warn_option = 0; + /* Extract to standard output? */ + bool to_stdout_option = false; + +-/* The name this program was run with. */ +-char *program_name; +- + /* A pointer to either lstat or stat, depending on whether + dereferencing of symlinks is done for input files. */ + int (*xstat) (); Property changes on: head/archivers/gcpio/files/patch-src_global.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property