From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 1 03:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E002CBAD for ; Sat, 1 Jun 2013 03:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AD1DB8FA for ; Sat, 1 Jun 2013 03:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r51301X7023194 for ; Sat, 1 Jun 2013 03:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r51301QY023193; Sat, 1 Jun 2013 03:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 1 Jun 2013 03:00:01 GMT Resent-Message-Id: <201306010300.r51301QY023193@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dikshie Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 65282B8B for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179161: ports/math/py-graphtool's Makefile fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2013 03:00:01 -0000 >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 .if ${ARCH} == "powerpc" >Release-Note: >Audit-Trail: >Unformatted: