svn commit: r368450 - head/devel/kBuild
Tijl Coosemans
tijl at FreeBSD.org
Thu Sep 18 13:10:53 UTC 2014
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
More information about the svn-ports-all
mailing list