From owner-svn-ports-all@FreeBSD.ORG Thu Sep 18 13:10:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6C9867F; Thu, 18 Sep 2014 13:10:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C285D159; Thu, 18 Sep 2014 13:10:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IDAqI5026555; Thu, 18 Sep 2014 13:10:52 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IDAqKU026554; Thu, 18 Sep 2014 13:10:52 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409181310.s8IDAqKU026554@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Sep 2014 13:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368450 - head/devel/kBuild X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 13:10:53 -0000 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