Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2007 23:29:33 GMT
From:      Carl Johan Gustavsson <cjg@bsdmail.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117618: [update] devel/py-pcs: unbreak build, require pyrex 0.9.6.2
Message-ID:  <200710282329.l9SNTXFx084822@www.freebsd.org>
Resent-Message-ID: <200710282340.l9SNe1av031809@freefall.freebsd.org>

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

>Number:         117618
>Category:       ports
>Synopsis:       [update] devel/py-pcs: unbreak build, 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:40: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:
The port does not build with pyrex release 0.9.6 due to a bug in that release. It builds fine with pyrex 0.9.6.2 so depend on that version.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2007-10-28 23:13:42.000000000 +0100
+++ Makefile	2007-10-28 23:14:12.000000000 +0100
@@ -15,7 +15,7 @@
 MAINTAINER=	gnn@FreeBSD.org
 COMMENT=	Protocol Construction Set
 
-BUILD_DEPENDS=	pyrexc:${PORTSDIR}/devel/pyrex
+BUILD_DEPENDS=	pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes


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



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