Skip site navigation (1)Skip section navigation (2)
Date:      19 Oct 2004 12:57:46 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/72873: Update:  graphics/gts  0.7.2 -> 0.7.3
Message-ID:  <20041019125746.19745.qmail@phoenix.smluc.org>
Resent-Message-ID: <200410191300.i9JD0h8g053194@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72873
>Category:       ports
>Synopsis:       Update:  graphics/gts  0.7.2 -> 0.7.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 13:00:43 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD fenris 4.10-STABLE FreeBSD 4.10-STABLE #1: Sat Sep 25 14:06:08 EDT 2004 root@:/usr/src/sys/compile/FENRIS i386


>Description:

willing to adopt this orphan

from the webpage:

New features/important changes include:
	* Autodetection and support for glib >= 2.4 (but glib >= 
	  1.2.8 is still supported): glib >= 2.0 and < 2.4 is not 
	  supported (send me patches!).
	* pkgconfig preliminary support.
	* Mingwin support.
	* Changes to the interface of gts_graph_read(). 
Bug fixes:
	* Constrained Delaunay Triangulation guess selection.
	* Boolean operations: Now uses SOS for 
	  segment/triangle intersections. 

>How-To-Repeat:
>Fix:

--- graphics_gts.patch begins here ---
Index: graphics/gts/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gts/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- graphics/gts/Makefile	9 Jun 2004 08:39:20 -0000	1.14
+++ graphics/gts/Makefile	19 Oct 2004 12:44:21 -0000
@@ -7,15 +7,15 @@
 #
 
 PORTNAME=	gts
-PORTVERSION=	0.7.2
+PORTVERSION=	0.7.3
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	erik@smluc.org
 COMMENT=	GNU Triangulated Surface Library
 
-USE_GNOME=	glib12 gnometarget
+USE_GNOME=	glib20 gnometarget
 USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
@@ -33,10 +33,4 @@
 	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|-release \$$(LT_RELEASE)||g'
 
-.if !defined(NOPORTDOCS)
-post-install:
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
-.endif
-
 .include <bsd.port.mk>
Index: graphics/gts/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gts/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- graphics/gts/distinfo	9 Jun 2004 08:39:20 -0000	1.5
+++ graphics/gts/distinfo	19 Oct 2004 12:44:21 -0000
@@ -1,2 +1,2 @@
-MD5 (gts-0.7.2.tar.gz) = 2724a8ad6843b3d491d336b13e685720
-SIZE (gts-0.7.2.tar.gz) = 944499
+MD5 (gts-0.7.3.tar.gz) = c02209e38229eb2abb1370dadd0020b4
+SIZE (gts-0.7.3.tar.gz) = 844990
Index: graphics/gts/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gts/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- graphics/gts/pkg-plist	9 Jun 2004 08:39:20 -0000	1.5
+++ graphics/gts/pkg-plist	19 Oct 2004 12:44:21 -0000
@@ -11,5 +11,6 @@
 include/gtsconfig.h
 lib/libgts.a
 lib/libgts.so
-lib/libgts.so.2
+lib/libgts.so.3
+lib/pkgconfig/gts.pc
 share/aclocal/gts.m4
--- graphics_gts.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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