From owner-svn-ports-all@FreeBSD.ORG Sun May 10 09:38:25 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71364541; Sun, 10 May 2015 09:38:25 +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 5F896173E; Sun, 10 May 2015 09:38:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4A9cPaU017557; Sun, 10 May 2015 09:38:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4A9cPM8017556; Sun, 10 May 2015 09:38:25 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201505100938.t4A9cPM8017556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 10 May 2015 09:38:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385935 - head/devel/lfcxml 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.20 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: Sun, 10 May 2015 09:38:25 -0000 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 post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcxml.so.1.0.0