From owner-svn-ports-all@FreeBSD.ORG Sun Oct 5 20:18:01 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 18BDDB52; Sun, 5 Oct 2014 20:18:01 +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 EC8C33DA; Sun, 5 Oct 2014 20:18:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95KI0Ll088984; Sun, 5 Oct 2014 20:18:00 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95KI0V0088963; Sun, 5 Oct 2014 20:18:00 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410052018.s95KI0V0088963@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 5 Oct 2014 20:17:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370111 - in head/graphics: graphviz gts gts/files pygts 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: Sun, 05 Oct 2014 20:18:01 -0000 Author: tijl Date: Sun Oct 5 20:17:59 2014 New Revision: 370111 URL: https://svnweb.freebsd.org/changeset/ports/370111 QAT: https://qat.redports.org/buildarchive/r370111/ Log: graphics/gts: - Convert to USES=libtool and bump dependent ports - Convert to USES=pathfix - Add INSTALL_TARGET=install-strip Deleted: head/graphics/gts/files/patch-gts.pc.in head/graphics/gts/files/patch-ltmain.sh Modified: head/graphics/graphviz/Makefile head/graphics/gts/Makefile head/graphics/gts/pkg-plist head/graphics/pygts/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sun Oct 5 20:12:23 2014 (r370110) +++ head/graphics/graphviz/Makefile Sun Oct 5 20:17:59 2014 (r370111) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.38.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ Modified: head/graphics/gts/Makefile ============================================================================== --- head/graphics/gts/Makefile Sun Oct 5 20:12:23 2014 (r370110) +++ head/graphics/gts/Makefile Sun Oct 5 20:17:59 2014 (r370111) @@ -3,7 +3,7 @@ PORTNAME= gts PORTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF @@ -14,9 +14,10 @@ LICENSE= LGPL20 CONFLICTS= pcb-[0-9]* -USES= pkgconfig -USE_GNOME= glib20 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool pathfix pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes OPTIONS_DEFINE= NETPBM @@ -26,18 +27,14 @@ NETPBM_DESC= Build with libnetpbm suppo NETPBM_LIB_DEPENDS= libnetpbm.so:${PORTSDIR}/graphics/netpbm CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib .include -post-extract: +post-patch: .if ! ${PORT_OPTIONS:MNETPBM} @${REINPLACE_CMD} -e 's|netpbm="true"|netpbm="false"|' \ ${WRKSRC}/configure .endif -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-release \$$(LT_RELEASE)||g ; s|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' - .include Modified: head/graphics/gts/pkg-plist ============================================================================== --- head/graphics/gts/pkg-plist Sun Oct 5 20:12:23 2014 (r370110) +++ head/graphics/gts/pkg-plist Sun Oct 5 20:17:59 2014 (r370111) @@ -11,8 +11,9 @@ bin/stl2gts bin/transform include/gts.h include/gtsconfig.h +lib/libgts-0.7.so.5 +lib/libgts-0.7.so.5.0.1 lib/libgts.a lib/libgts.so -lib/libgts.so.5 libdata/pkgconfig/gts.pc share/aclocal/gts.m4 Modified: head/graphics/pygts/Makefile ============================================================================== --- head/graphics/pygts/Makefile Sun Oct 5 20:12:23 2014 (r370110) +++ head/graphics/pygts/Makefile Sun Oct 5 20:17:59 2014 (r370111) @@ -3,7 +3,7 @@ PORTNAME= pygts PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics python MASTER_SITES= SF