Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2013 02:56:35 GMT
From:      dikshie <dikshie@sfc.wide.ad.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179161: ports/math/py-graphtool's Makefile fix
Message-ID:  <201306010256.r512uZKh088797@oldred.FreeBSD.org>
Resent-Message-ID: <201306010300.r51301QY023193@freefall.freebsd.org>

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

>Number:         179161
>Category:       ports
>Synopsis:       ports/math/py-graphtool's Makefile fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 01 03:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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