From owner-svn-ports-head@FreeBSD.ORG Sat Oct 4 00:04:31 2014 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 6A5ECC09; Sat, 4 Oct 2014 00:04:31 +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 5683AF4A; Sat, 4 Oct 2014 00:04:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9404Vrk074990; Sat, 4 Oct 2014 00:04:31 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9404VbD074989; Sat, 4 Oct 2014 00:04:31 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201410040004.s9404VbD074989@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 4 Oct 2014 00:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369942 - head/graphics/libpgf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 04 Oct 2014 00:04:31 -0000 Author: jhale Date: Sat Oct 4 00:04:30 2014 New Revision: 369942 URL: https://svnweb.freebsd.org/changeset/ports/369942 QAT: https://qat.redports.org/buildarchive/r369942/ Log: - Convert to USES=autoreconf Modified: head/graphics/libpgf/Makefile Modified: head/graphics/libpgf/Makefile ============================================================================== --- head/graphics/libpgf/Makefile Fri Oct 3 22:11:03 2014 (r369941) +++ head/graphics/libpgf/Makefile Sat Oct 4 00:04:30 2014 (r369942) @@ -12,18 +12,13 @@ COMMENT= Progressive Graphics Format (PG LICENSE= LGPL21 -USES= dos2unix libtool -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf +USES= autoreconf dos2unix libtool USE_LDCONFIG= yes DOS2UNIX_FILES= configure.ac -AUTOMAKE_ARGS= --add-missing --copy -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME} -pre-configure: - @cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS - .include