From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 16:45:02 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 E4A0BCA3; Tue, 17 Feb 2015 16:45:02 +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 CFD4AE7A; Tue, 17 Feb 2015 16:45:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HGj2ve011769; Tue, 17 Feb 2015 16:45:02 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HGj23r011768; Tue, 17 Feb 2015 16:45:02 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201502171645.t1HGj23r011768@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Tue, 17 Feb 2015 16:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379182 - head/net-im/libstrophe 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: Tue, 17 Feb 2015 16:45:03 -0000 Author: arved Date: Tue Feb 17 16:45:01 2015 New Revision: 379182 URL: https://svnweb.freebsd.org/changeset/ports/379182 QAT: https://qat.redports.org/buildarchive/r379182/ Log: Use USES autoconf Submitted by: mat Modified: head/net-im/libstrophe/Makefile Modified: head/net-im/libstrophe/Makefile ============================================================================== --- head/net-im/libstrophe/Makefile Tue Feb 17 16:44:00 2015 (r379181) +++ head/net-im/libstrophe/Makefile Tue Feb 17 16:45:01 2015 (r379182) @@ -17,14 +17,10 @@ GH_ACCOUNT= strophe GH_PROJECT= libstrophe GH_COMMIT= 2093aac GH_TAGNAME= ${GH_COMMIT} -USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env -USES= libtool pkgconfig +USES= libtool pkgconfig autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig USE_OPENSSL= yes USE_LDCONFIG= yes -pre-configure: - cd ${WRKSRC}; ./bootstrap.sh - .include