From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 09:35:16 2014 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 69E2C346; Wed, 1 Oct 2014 09:35:16 +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 566D76E1; Wed, 1 Oct 2014 09:35:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s919ZG0e078815; Wed, 1 Oct 2014 09:35:16 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s919ZGc0078814; Wed, 1 Oct 2014 09:35:16 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410010935.s919ZGc0078814@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 09:35:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369708 - head/sysutils/cmockery2 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: Wed, 01 Oct 2014 09:35:16 -0000 Author: tijl Date: Wed Oct 1 09:35:15 2014 New Revision: 369708 URL: https://svnweb.freebsd.org/changeset/ports/369708 QAT: https://qat.redports.org/buildarchive/r369708/ Log: - Convert to USES=autoreconf - Remove :build from USES=libtool because this port does not need /usr/local/bin/libtool Modified: head/sysutils/cmockery2/Makefile Modified: head/sysutils/cmockery2/Makefile ============================================================================== --- head/sysutils/cmockery2/Makefile Wed Oct 1 09:31:33 2014 (r369707) +++ head/sysutils/cmockery2/Makefile Wed Oct 1 09:35:15 2014 (r369708) @@ -16,10 +16,8 @@ LICENSE= APACHE20 WRKSRC= ${WRKDIR}/cmockery2-${PORTVERSION} -USES= libtool:build pkgconfig -USE_AUTOTOOLS= automake autoconf aclocal libtoolize autoheader -AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes +USES= autoreconf libtool pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip