Index: head/graphics/jbig2dec/Makefile =================================================================== --- head/graphics/jbig2dec/Makefile (revision 479116) +++ head/graphics/jbig2dec/Makefile (revision 479117) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= jbig2dec PORTVERSION= 0.15 CATEGORIES= graphics devel MASTER_SITES= LOCAL/sunpoet:tests MAINTAINER= sunpoet@FreeBSD.org COMMENT= Decoder implementation of the JBIG2 image compression format LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= PNG TESTS OPTIONS_DEFAULT=PNG TESTS_DESC= Download and use test-images for post-build testing 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 SHEBANG_FILES= test_jbig2dec.py python_CMD= ${PYTHON_CMD} PNG_CONFIGURE_OFF= --without-libpng PNG_CONFIGURE_ON= --with-libpng=${LOCALBASE} PNG_LIB_DEPENDS= libpng.so:graphics/png TESTS_DISTFILES= jb2streams${EXTRACT_SUFX}:tests TESTS_TEST_TARGET= check-TESTS TESTS_USES= python:build shebangfix post-patch: @${RM} ${WRKSRC}/getopt* ${WRKSRC}/sha1.h @${REINPLACE_CMD} -E 's|SHA1_Final\( *([^,]+), *([^\)]+)\)|SHA1_Final(\2, \1)|' ${WRKSRC}/jbig2dec.c ${WRKSRC}/sha1.c post-patch-TESTS-off: @${REINPLACE_CMD} -e '/^TESTS = / s| test_jbig2dec.py||' ${WRKSRC}/Makefile.am pre-configure: @cd ${WRKSRC}/ && ${SH} autogen.sh .include Index: head/graphics/jbig2dec/files/patch-autogen.sh =================================================================== --- head/graphics/jbig2dec/files/patch-autogen.sh (nonexistent) +++ head/graphics/jbig2dec/files/patch-autogen.sh (revision 479117) @@ -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 Property changes on: head/graphics/jbig2dec/files/patch-autogen.sh ___________________________________________________________________ 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