Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2007 16:55:30 GMT
From:      Pontus Stenetorp <ninjin@kth.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117568: New Pyrex version breaks py-fastaudio
Message-ID:  <200710271655.l9RGtUdL084274@www.freebsd.org>
Resent-Message-ID: <200710271700.l9RH07vI015523@freefall.freebsd.org>

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

>Number:         117568
>Category:       ports
>Synopsis:       New Pyrex version breaks py-fastaudio
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 27 17:00:06 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Pontus Stenetorp
>Release:        FreeBSD 6.2-STABLE
>Organization:
>Environment:
FreeBSD sanshou.yasai 6.2-STABLE FreeBSD 6.2-STABLE #2: Fri Jun  1 01:10:02 CEST 2007     ninjin@sanshou.yasai:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Pyrex version 0.9.6 introduces bugs that break py-fastaudio. These are fixed in later versions of Pyrex. A dependency for a newer version of Pyrex 0.9.6 has been added in order to fix this.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.old	Sat Oct 20 23:52:33 2007
+++ Makefile	Sat Oct 27 18:36:29 2007
@@ -19,7 +19,7 @@
 MAINTAINER=	ninjin@kth.se
 COMMENT=	Python bindings for the PortAudio multi-platform audio library
 
-BUILD_DEPENDS=	pyrexc:${PORTSDIR}/devel/pyrex
+BUILD_DEPENDS=	pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
 LIB_DEPENDS=	portaudio:${PORTSDIR}/audio/portaudio \
 		sndfile:${PORTSDIR}/audio/libsndfile
 


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



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