From nobody@FreeBSD.org  Sat Jun  1 02:56:36 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 65282B8B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  1 Jun 2013 02:56:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 568C08EB
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  1 Jun 2013 02:56:36 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r512uZTe088798
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 1 Jun 2013 02:56:35 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r512uZKh088797;
	Sat, 1 Jun 2013 02:56:35 GMT
	(envelope-from nobody)
Message-Id: <201306010256.r512uZKh088797@oldred.FreeBSD.org>
Date: Sat, 1 Jun 2013 02:56:35 GMT
From: dikshie <dikshie@sfc.wide.ad.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports/math/py-graphtool's Makefile fix
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179161
>Category:       ports
>Synopsis:       ports/math/py-graphtool's Makefile fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    feld
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 01 03:00:00 UTC 2013
>Closed-Date:    Sat Nov 02 23:45:42 UTC 2013
>Last-Modified:  Sat Nov 02 23:45:42 UTC 2013
>Originator:     dikshie
>Release:        9.1
>Organization:
Keio University
>Environment:
FreeBSD sfc-monitor.ai3.net 9.1-STABLE FreeBSD 9.1-STABLE #135 r251184: Sat Jun  1 04:00:07 JST 2013     dikshie@sfc-monitor.ai3.net:/usr/obj/usr/src/sys/MONITOR  amd64
>Description:
catch up with cgal library and make it broken (does not work).  
(it needs deep investigation with upstream developer).   
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-06-01 11:51:36.000000000 +0900
+++ Makefile	2013-06-01 11:52:37.000000000 +0900
@@ -16,7 +16,7 @@
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy
 LIB_DEPENDS=	boost_python:${PORTSDIR}/devel/boost-python-libs \
 		boost_graph:${PORTSDIR}/devel/boost-libs \
-		CGAL.5:${PORTSDIR}/math/cgal
+		CGAL.10:${PORTSDIR}/math/cgal
 
 USE_BZIP2=	yes
 USE_GCC=	4.6+
@@ -26,6 +26,8 @@
 
 CONFIGURE_ENV=	PYTHON_VERSION=${PYTHON_VER}
 
+BROKEN=		does not work
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "powerpc"


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Sat Jun 1 03:00:09 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179161 
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 1 03:00:11 UTC 2013 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179161 
Responsible-Changed-From-To: freebsd-python->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Jun 22 15:23:50 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179161 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Sun Sep 22 09:09:28 CDT 2013 
Responsible-Changed-Why:  
Back to the heap due to timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179161 
Responsible-Changed-From-To: freebsd-ports-bugs->feld 
Responsible-Changed-By: feld 
Responsible-Changed-When: Sat Nov 2 23:44:26 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179161 
State-Changed-From-To: open->closed 
State-Changed-By: feld 
State-Changed-When: Sat Nov 2 23:45:41 UTC 2013 
State-Changed-Why:  
Already appears to have been committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179161 
>Unformatted:
