From owner-svn-ports-all@FreeBSD.ORG Wed Oct 1 11:22:42 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 90BEDA18; Wed, 1 Oct 2014 11:22:42 +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 7D97B384; Wed, 1 Oct 2014 11:22:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BMg3m030789; Wed, 1 Oct 2014 11:22:42 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BMgKv030788; Wed, 1 Oct 2014 11:22:42 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011122.s91BMgKv030788@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 11:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369715 - head/devel/liballium 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 11:22:42 -0000 Author: tijl Date: Wed Oct 1 11:22:41 2014 New Revision: 369715 URL: https://svnweb.freebsd.org/changeset/ports/369715 QAT: https://qat.redports.org/buildarchive/r369715/ Log: - Convert to USES=autoreconf - Remove :build from USES=libtool because this port does not need /usr/local/bin/libtool Modified: head/devel/liballium/Makefile Modified: head/devel/liballium/Makefile ============================================================================== --- head/devel/liballium/Makefile Wed Oct 1 11:10:12 2014 (r369714) +++ head/devel/liballium/Makefile Wed Oct 1 11:22:41 2014 (r369715) @@ -16,24 +16,17 @@ GH_COMMIT= 0c9b50f GH_TAGNAME= ${GH_COMMIT} GNU_CONFIGURE= yes -USES= libtool:build pkgconfig tar:bzip2 pathfix -USE_AUTOTOOLS= autoconf aclocal automake +USES= autoreconf libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes PLIST_SUB+= PKGNAME=${PKGNAME} -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \ ${WRKSRC}/Makefile.am -pre-configure: - @(cd ${WRKSRC}; ./autogen.sh) - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}