1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Unbreak by upgrading to 1.6.

PR:		direct mail
Submitted by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
This commit is contained in:
Thierry Thomas 2005-11-20 09:29:25 +00:00
parent ea5f3d2798
commit 6180bf7ba2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148833
4 changed files with 6 additions and 18 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= triangle
PORTVERSION= 1.5
PORTVERSION= 1.6
CATEGORIES= math
MASTER_SITES= http://cm.bell-labs.com/netlib/voronoi/
DISTNAME= ${PORTNAME}
@ -15,9 +15,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator
BROKEN= Size mismatch
NO_CDROM= Triangle must not be sold for profit
NO_CDROM= "Triangle must not be sold for profit"
NO_WRKSUBDIR= yes
USE_ZIP= yes

View File

@ -1,2 +1,3 @@
MD5 (triangle-1.5/triangle.zip) = b21af03259aba872c32daf923a96aa00
SIZE (triangle-1.5/triangle.zip) = 157525
MD5 (triangle-1.6/triangle.zip) = 10aff8d7950f5e0e2fb6dd2e340be2c9
SHA256 (triangle-1.6/triangle.zip) = 1766327add038495fa3499e9b7cc642179229750f7201b94f8e1b7bee76f8480
SIZE (triangle-1.6/triangle.zip) = 158528

View File

@ -1,11 +0,0 @@
--- ./showme.c.orig Wed Apr 28 05:13:34 2004
+++ ./showme.c Sat Oct 16 23:00:09 2004
@@ -106,6 +106,8 @@
#include <X11/Xutil.h>
#include <X11/Xatom.h>
+#include <stdlib.h>
+
/* The following obscenity seems to be necessary to ensure that this program */
/* will port to Dec Alphas running OSF/1, because their stdio.h file commits */
/* the unpardonable sin of including stdlib.h. Hence, malloc(), free(), and */

View File

@ -8,4 +8,4 @@ especially those generated by Triangle, my two-dimensional quality mesh
generator and Delaunay triangulator.
Show Me can also write PostScript images to files.
WWW: http://www-2.cs.cmu.edu/~quake/triangle.html
WWW: http://www.cs.cmu.edu/~quake/triangle.html