Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 13:10:52 +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: r368450 - head/devel/kBuild
Message-ID:  <201409181310.s8IDAqKU026554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 13:10:52 2014
New Revision: 368450
URL: http://svnweb.freebsd.org/changeset/ports/368450
QAT: https://qat.redports.org/buildarchive/r368450/

Log:
  Convert to USES=autoreconf:build

Modified:
  head/devel/kBuild/Makefile

Modified: head/devel/kBuild/Makefile
==============================================================================
--- head/devel/kBuild/Makefile	Thu Sep 18 13:09:48 2014	(r368449)
+++ head/devel/kBuild/Makefile	Thu Sep 18 13:10:52 2014	(r368450)
@@ -15,8 +15,7 @@ COMMENT=	Makefile framework
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
 
-USE_AUTOTOOLS=	automake autoconf
-USES=		gmake makeinfo
+USES=		autoreconf:build gmake makeinfo
 
 CONFLICTS_INSTALL=	kBuild-devel-[0-9]*
 
@@ -57,10 +56,6 @@ post-patch:
 		${REINPLACE_CMD} -e 's|gcc|${CC}|g' $$f ; \
 	done
 
-# Override autotools
-run-autotools:
-do-configure:
-
 do-build:
 	cd ${WRKSRC} && ${SETENV} ${KBUILD_ENV} ./kBuild/env.sh --full ${MAKE_CMD} -f bootstrap.gmk
 	cd ${WRKSRC} && ${RM} -rf out



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