Date: Tue, 7 Oct 2014 09:22:28 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370279 - head/Mk Message-ID: <201410070922.s979MSgH066268@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Oct 7 09:22:27 2014 New Revision: 370279 URL: https://svnweb.freebsd.org/changeset/ports/370279 QAT: https://qat.redports.org/buildarchive/r370279/ Log: Remove unused configure-autotools target from Mk/bsd.autotools.mk and Mk/bsd.port.mk Approved by: portmgr (bapt) Modified: head/Mk/bsd.autotools.mk head/Mk/bsd.port.mk Modified: head/Mk/bsd.autotools.mk ============================================================================== --- head/Mk/bsd.autotools.mk Tue Oct 7 09:07:33 2014 (r370278) +++ head/Mk/bsd.autotools.mk Tue Oct 7 09:22:27 2014 (r370279) @@ -39,10 +39,6 @@ Autotools_Include_MAINTAINER= autotools@ # LIBTOOLIZE_ARGS=... # - Extra arguments passed to libtoolize during configure step # -# AUTOTOOLSFILES=<list-of-files> -# - A list of files to further patch with derived information -# post-patching to reduce churn during component updates -# #--------------------------------------------------------------------------- #--------------------------------------------------------------------------- @@ -292,22 +288,3 @@ run-autotools-libtoolize: @${DO_NADA} . endif .endif - -#--------------------------------------------------------------------------- -# Reduce patch churn by auto-substituting data from AUTOTOOLS_VARS -# into the correct places. Code shamelessly stolen from PLIST_SUB. - -AUTOTOOLSFILES?= # default to empty -AUTOTOOLS_VARS?= # empty if not already set - -.if !target(configure-autotools) -configure-autotools:: -. if ${AUTOTOOLS_VARS}!="" && ${AUTOTOOLSFILES} != "" - @for file in ${AUTOTOOLSFILES}; do \ - ${REINPLACE_CMD} ${AUTOTOOLS_VARS:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${WRKSRC}/$${file} ; \ - done -. else - @${DO_NADA} -. endif -.endif Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Oct 7 09:07:33 2014 (r370278) +++ head/Mk/bsd.port.mk Tue Oct 7 09:22:27 2014 (r370279) @@ -5992,7 +5992,7 @@ _PATCH_SEQ= ask-license patch-message p pre-patch-script do-patch charsetfix-post-patch post-patch post-patch-script _CONFIGURE_DEP= patch _CONFIGURE_SEQ= build-depends lib-depends configure-message run-autotools-fixup \ - configure-autotools pre-configure pre-configure-script \ + pre-configure pre-configure-script \ run-autotools do-autoreconf patch-libtool do-configure \ post-configure post-configure-script _BUILD_DEP= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410070922.s979MSgH066268>