ports/117617: [update] devel/py-bison: require pyrex 0.9.6.2

Carl Johan Gustavsson cjg at bsdmail.org
Sun Oct 28 23:10:03 UTC 2007


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list