Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2010 16:18:44 -0600 (CST)
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/142894: Extra patch needed to math/qhull
Message-ID:  <201001162218.o0GMIiZ0046553@cauchy.math.missouri.edu>
Resent-Message-ID: <201001162220.o0GMK1DL056940@freefall.freebsd.org>

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

>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@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@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:



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