From owner-svn-ports-head@FreeBSD.ORG Sat Mar 29 19:57:12 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F274D497; Sat, 29 Mar 2014 19:57:11 +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 DF7126D9; Sat, 29 Mar 2014 19:57:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TJvBAX054199; Sat, 29 Mar 2014 19:57:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TJvBle054198; Sat, 29 Mar 2014 19:57:11 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403291957.s2TJvBle054198@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 29 Mar 2014 19:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349586 - head/devel/libgpkg 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.17 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, 29 Mar 2014 19:57:12 -0000 Author: sunpoet Date: Sat Mar 29 19:57:11 2014 New Revision: 349586 URL: http://svnweb.freebsd.org/changeset/ports/349586 QAT: https://qat.redports.org/buildarchive/r349586/ Log: - Add missing USE_LDCONFIG - Use USES=tar:bzip2 - Do not silence installation message Modified: head/devel/libgpkg/Makefile Modified: head/devel/libgpkg/Makefile ============================================================================== --- head/devel/libgpkg/Makefile Sat Mar 29 19:53:32 2014 (r349585) +++ head/devel/libgpkg/Makefile Sat Mar 29 19:57:11 2014 (r349586) @@ -17,8 +17,8 @@ LICENSE= APACHE20 OPTIONS_DEFINE= GEOS OPTIONS_DEFAULT=GEOS -USE_BZIP2= yes -USES= cmake +USE_LDCONFIG= yes +USES= cmake tar:bzip2 WRKSRC= ${WRKDIR}/luciad-libgpkg-efe52f76ad35 @@ -27,6 +27,6 @@ GEOS_CMAKE_ON= -DGPKG_GEOS=ON GEOS_LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos post-install: - @${INSTALL_LIB} ${WRKSRC}/gpkg/libgpkg.a ${STAGEDIR}${PREFIX}/lib/ + ${INSTALL_LIB} ${WRKSRC}/gpkg/libgpkg.a ${STAGEDIR}${PREFIX}/lib/ .include