From owner-svn-ports-head@FreeBSD.ORG Sun May 10 10:34:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E704C7; Sun, 10 May 2015 10:34:40 +0000 (UTC) Received: from mailrelay111.isp.belgacom.be (mailrelay111.isp.belgacom.be [195.238.20.138]) by mx1.freebsd.org (Postfix) with ESMTP id AB6DC1D0E; Sun, 10 May 2015 10:34:39 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=o+amxqHLy7+dd/uQ+LUqZyoNQm/aGJUjZTPtnbq5Ku0= c=1 sm=2 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=rQMse_ALbN-556V5oj4A:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2C8BgCTM09V//KPsFtcgw9UUQ3GQ4YFAoEbTQEBAQEBAYELhCEBAQQ6HB4FEAsOBgQJJQ8qHgYTiDABCMZPAQEBAQEBAQMBAQEBAQEBFwSLOYRSMweELQEElluGRJZYI4N5PDGCRgEBAQ Received: from 242.143-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.143.242]) by relay.skynet.be with ESMTP; 10 May 2015 12:34:39 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t4AAYb7i001857; Sun, 10 May 2015 12:34:37 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 10 May 2015 12:34:37 +0200 From: Tijl Coosemans To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r385935 - head/devel/lfcxml Message-ID: <20150510123437.6cf2d9eb@kalimero.tijl.coosemans.org> In-Reply-To: <201505100938.t4A9cPM8017556@svn.freebsd.org> References: <201505100938.t4A9cPM8017556@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 10:34:40 -0000 On Sun, 10 May 2015 09:38:25 +0000 (UTC) Kurt Jaeger wrote: > Author: pi > Date: Sun May 10 09:38:24 2015 > New Revision: 385935 > URL: https://svnweb.freebsd.org/changeset/ports/385935 > > Log: > devel/lfcxml: remove USE_AUTOTOOLS, add USES=autoreconf > > Modified: > head/devel/lfcxml/Makefile > > Modified: head/devel/lfcxml/Makefile > ============================================================================== > --- head/devel/lfcxml/Makefile Sun May 10 08:53:42 2015 (r385934) > +++ head/devel/lfcxml/Makefile Sun May 10 09:38:24 2015 (r385935) > @@ -14,12 +14,11 @@ LICENSE= GPLv3 > > LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase > > +USES= autoreconf libtool > GNU_CONFIGURE= yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > -USES= libtool > USE_LDCONFIG= yes > -USE_AUTOTOOLS= autoconf:env :env means it's only a build dependency so you would replace it with autoreconf:build, but I think this port doesn't need autoconf at all so it can just be removed. You can also replace post-stage with INSTALL_TARGET=install-strip.