From owner-svn-ports-all@FreeBSD.ORG Thu Sep 18 15:04:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF665A79; Thu, 18 Sep 2014 15:04:23 +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 CAFED1FD; Thu, 18 Sep 2014 15:04:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IF4Nmh086728; Thu, 18 Sep 2014 15:04:23 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IF4N5q086727; Thu, 18 Sep 2014 15:04:23 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201409181504.s8IF4N5q086727@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 18 Sep 2014 15:04:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368472 - head/devel/argp-standalone 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 15:04:24 -0000 Author: bapt Date: Thu Sep 18 15:04:23 2014 New Revision: 368472 URL: http://svnweb.freebsd.org/changeset/ports/368472 QAT: https://qat.redports.org/buildarchive/r368472/ Log: Convert to USES=autoreconf Modified: head/devel/argp-standalone/Makefile Modified: head/devel/argp-standalone/Makefile ============================================================================== --- head/devel/argp-standalone/Makefile Thu Sep 18 15:02:30 2014 (r368471) +++ head/devel/argp-standalone/Makefile Thu Sep 18 15:04:23 2014 (r368472) @@ -12,12 +12,9 @@ MASTER_SITE_SUBDIR= sem MAINTAINER= sem@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC -USES= libtool +USES= autoreconf libtool USE_CSTD= gnu89 GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoconf automake libtoolize -AUTOMAKE_ARGS= -c -a -ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal USE_LDCONFIG= yes INSTALL_TARGET= install-strip