ports/142894: Extra patch needed to math/qhull

Stephen Montgomery-Smith stephen at missouri.edu
Sat Jan 16 22:20:02 UTC 2010


>Number:         142894
>Category:       ports
>Synopsis:       Extra patch needed to math/qhull
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 16 22:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cauchy 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Jan 9 19:36:19 CST 2010 stephen at cauchy:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

According to http://www.qhull.org/, a serious bug was found.
>How-To-Repeat:
	
>Fix:

diff -ur /usr/ports/math/qhull/Makefile qhull/Makefile
--- /usr/ports/math/qhull/Makefile	2009-08-02 14:34:41.000000000 -0500
+++ qhull/Makefile	2010-01-16 16:15:01.000000000 -0600
@@ -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 @@
 MAINTAINER=	stephen at 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 -ur /usr/ports/math/qhull/distinfo qhull/distinfo
--- /usr/ports/math/qhull/distinfo	2005-11-25 09:48:10.000000000 -0600
+++ qhull/distinfo	2010-01-16 16:11:10.000000000 -0600
@@ -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


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



More information about the freebsd-ports-bugs mailing list