From owner-svn-ports-head@FreeBSD.ORG Tue Jun 10 22:52:52 2014 Return-Path: Delivered-To: svn-ports-head@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 515AE692; Tue, 10 Jun 2014 22:52:52 +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 3E7642C1D; Tue, 10 Jun 2014 22:52:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AMqqG0070242; Tue, 10 Jun 2014 22:52:52 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AMqqDM070241; Tue, 10 Jun 2014 22:52:52 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406102252.s5AMqqDM070241@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 10 Jun 2014 22:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357398 - head/sysutils/geomgui 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 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, 10 Jun 2014 22:52:52 -0000 Author: amdmi3 Date: Tue Jun 10 22:52:51 2014 New Revision: 357398 URL: http://svnweb.freebsd.org/changeset/ports/357398 QAT: https://qat.redports.org/buildarchive/r357398/ Log: - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax - Switch to USES=libtool Approved by: portmgr blanket Modified: head/sysutils/geomgui/Makefile Modified: head/sysutils/geomgui/Makefile ============================================================================== --- head/sysutils/geomgui/Makefile Tue Jun 10 22:19:23 2014 (r357397) +++ head/sysutils/geomgui/Makefile Tue Jun 10 22:52:51 2014 (r357398) @@ -7,24 +7,21 @@ CATEGORIES= sysutils MASTER_SITES= http://tinkering.hambrew.net/geomgui/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= xride -USE_BZIP2= yes MAINTAINER= xride@FreeBSD.org COMMENT= Viewer for kernel geom layer -LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS= libgvc.so:${PORTSDIR}/graphics/graphviz -USE_AUTOTOOLS= libtool USE_GNOME= gtk20 librsvg2 -USES= iconv pkgconfig +USES= iconv pkgconfig libtool tar:bzip2 GNU_CONFIGURE= yes -MAN1= geomgui.1 -PLIST_FILES= bin/geomgui +PLIST_FILES= bin/geomgui \ + man/man1/geomgui.1.gz -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \ + ${WRKSRC}/Makefile.in .include