Remove unused configure-autotools target from Mk/bsd.autotools.mk and

Mk/bsd.port.mk

Approved by:	portmgr (bapt)
This commit is contained in:
Tijl Coosemans 2014-10-07 09:22:27 +00:00
parent 758e1872cb
commit a4155c67ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370279
2 changed files with 1 additions and 24 deletions

View file

@ -39,10 +39,6 @@ Autotools_Include_MAINTAINER= autotools@FreeBSD.org
# 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

View file

@ -5992,7 +5992,7 @@ _PATCH_SEQ= ask-license patch-message patch-depends pathfix dos2unix fix-sheban
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