diff options
author | wen <wen@FreeBSD.org> | 2010-01-17 11:55:06 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-01-17 11:55:06 +0800 |
commit | 09bd4f091e55c11ed5410c4c0cb7d3d84c1dfae2 (patch) | |
tree | ec285a0bf8bbf4cc4083b0acdc6f527fd6d22082 /math/qhull5 | |
parent | c03230cef07cba56579f151322c64b7172fe2e17 (diff) | |
download | freebsd-ports-gnome-09bd4f091e55c11ed5410c4c0cb7d3d84c1dfae2.tar.gz freebsd-ports-gnome-09bd4f091e55c11ed5410c4c0cb7d3d84c1dfae2.tar.zst freebsd-ports-gnome-09bd4f091e55c11ed5410c4c0cb7d3d84c1dfae2.zip |
- Add extra patch according to http://www.qhull.org/
PR: ports/142894
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Diffstat (limited to 'math/qhull5')
-rw-r--r-- | math/qhull5/Makefile | 6 | ||||
-rw-r--r-- | math/qhull5/distinfo | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index d4ddbc802564..351379e9bd6b 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/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/qhull5/distinfo b/math/qhull5/distinfo index d87977456382..c0b55a2e89b5 100644 --- a/math/qhull5/distinfo +++ b/math/qhull5/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 |