ports/179161: ports/math/py-graphtool's Makefile fix
dikshie
dikshie at sfc.wide.ad.jp
Sat Jun 1 03:00:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list