Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2018 18:23:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479117 - in head/graphics/jbig2dec: . files
Message-ID:  <201809061823.w86INLqG032814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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