Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2007 23:03:33 GMT
From:      Carl Johan Gustavsson <cjg@bsdmail.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117617: [update] devel/py-bison: require pyrex 0.9.6.2
Message-ID:  <200710282303.l9SN3XRP081526@www.freebsd.org>
Resent-Message-ID: <200710282310.l9SNA2lD029701@freefall.freebsd.org>

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

>Number:         117617
>Category:       ports
>Synopsis:       [update] devel/py-bison: require pyrex 0.9.6.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 28 23:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Gustavsson
>Release:        7.0-BETA1
>Organization:
-
>Environment:
FreeBSD sleipner.home.swe 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 24 20:48:35 CEST 2007     carl@sleipner.home.swe:/usr/home/carl/usr.obj/usr/src/sys/SLEIPNER_7  i386

>Description:
py-bison does not build with pyrex 0.9.6.2 due to a bug in that release. It builds fine with pyrex 0.9.6.2 so we depend on that version.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2007-10-28 23:36:26.000000000 +0100
+++ Makefile	2007-10-28 23:37:41.000000000 +0100
@@ -17,7 +17,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python-based parsing at the speed of C
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex
+BUILD_DEPENDS=	pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
 
 USE_BISON=	run
 USE_PYTHON=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



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