diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-17 03:55:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-17 03:55:06 +0000 |
commit | d9f88c11431875bca071c49716be68a3105891ef (patch) | |
tree | 44e77f2825f05afa825f1b7e02454f88265001f0 /math/qhull | |
parent | 5f226c54118e23f1867fb85bd3b5736e9731fdb8 (diff) |
Notes
Diffstat (limited to 'math/qhull')
-rw-r--r-- | math/qhull/Makefile | 6 | ||||
-rw-r--r-- | math/qhull/distinfo | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/math/qhull/Makefile b/math/qhull/Makefile index d4ddbc802564..351379e9bd6b 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -6,7 +6,7 @@ PORTNAME= qhull PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.qhull.org/download/ DISTNAME= ${PORTNAME}-2003.1 @@ -14,6 +14,10 @@ DISTNAME= ${PORTNAME}-2003.1 MAINTAINER= stephen@missouri.edu COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces +PATCH_SITES= http://www.qhull.org/download/ +PATCHFILES= poly.c-qh_gethash.patch +PATCH_DIST_STRIP= -p2 + USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/math/qhull/distinfo b/math/qhull/distinfo index d87977456382..c0b55a2e89b5 100644 --- a/math/qhull/distinfo +++ b/math/qhull/distinfo @@ -1,3 +1,6 @@ MD5 (qhull-2003.1.tar.gz) = 48228e26422bff85ef1f45df5b6e3314 SHA256 (qhull-2003.1.tar.gz) = 68725c96603a426da748d38d0f83e7a9dd6a0bfc483525debe04001846475b0b SIZE (qhull-2003.1.tar.gz) = 724313 +MD5 (poly.c-qh_gethash.patch) = 2545ef6e268e41e31d52685c08c778e5 +SHA256 (poly.c-qh_gethash.patch) = fb42b86fa80e1d4e671043a07ff3bdf4ad641094f93630241877fce096916737 +SIZE (poly.c-qh_gethash.patch) = 684 |