svn commit: r479117 - in head/graphics/jbig2dec: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 6 18:23:23 UTC 2018


Author: sunpoet
Date: Thu Sep  6 18:23:20 2018
New Revision: 479117
URL: https://svnweb.freebsd.org/changeset/ports/479117

Log:
  Update USES=autoreconf
  
  - Respect our own do-configure:
  
  Suggested by:	tijl

Added:
  head/graphics/jbig2dec/files/patch-autogen.sh   (contents, props changed)
Modified:
  head/graphics/jbig2dec/Makefile

Modified: head/graphics/jbig2dec/Makefile
==============================================================================
--- head/graphics/jbig2dec/Makefile	Thu Sep  6 18:23:15 2018	(r479116)
+++ head/graphics/jbig2dec/Makefile	Thu Sep  6 18:23:20 2018	(r479117)
@@ -19,7 +19,7 @@ CONFIGURE_ENV=	ac_cv_func_getopt_long=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
-USES=		autoreconf libtool
+USES=		autoreconf:build libtool
 
 GH_ACCOUNT=	ArtifexSoftware
 USE_GITHUB=	yes

Added: head/graphics/jbig2dec/files/patch-autogen.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/jbig2dec/files/patch-autogen.sh	Thu Sep  6 18:23:20 2018	(r479117)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig	2018-09-03 16:39:20 UTC
++++ autogen.sh
+@@ -164,12 +164,3 @@ $AUTOMAKE --add-missing --copy $AUTOMAKE
+ 
+ echo "  autoconf"
+ autoconf
+-
+-if test -z "$*"; then
+-        echo "I am going to run ./configure with no arguments - if you wish "
+-        echo "to pass any to it, please specify them on the $0 command line."
+-else
+-	echo "running ./configure $@"
+-fi
+-
+-$srcdir/configure "$@" && echo


More information about the svn-ports-all mailing list