Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 20:17:59 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
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
Message-ID:  <201410052018.s95KI0V0088963@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
-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 <bsd.port.mk>

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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410052018.s95KI0V0088963>