Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2007 15:42:33 GMT
From:      Carl Johan Gustavsson <cjg@bsdmail.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117565: [maintainer update] audio/py-speex: unbreak build
Message-ID:  <200710271542.l9RFgXmV073129@www.freebsd.org>
Resent-Message-ID: <200710271550.l9RFo1Di011705@freefall.freebsd.org>

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

>Number:         117565
>Category:       ports
>Synopsis:       [maintainer update] audio/py-speex: unbreak build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 27 15:50: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 is broken if built with pyrex relaese 0.9.6 due to a bug in that release. It builds fine with pyrex 0.9.6.2 so depend on version greater or equal to that.
>How-To-Repeat:
Build py-speex with pyrex version 0.9.6 installed.
>Fix:
Apply attached diff.

Patch attached with submission follows:

--- Makefile.orig	2007-10-27 17:38:12.000000000 +0200
+++ Makefile	2007-10-27 17:25:51.000000000 +0200
@@ -16,7 +16,7 @@
 MAINTAINER=	cjg@bsdmail.org
 COMMENT=	Python bindings for the Speex compressor/decompressor audio codec
 
-BUILD_DEPENDS=	pyrexc:${PORTSDIR}/devel/pyrex
+BUILD_DEPENDS=	pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
 LIB_DEPENDS=	speex.1:${PORTSDIR}/audio/speex
 
 PLIST_FILES=	lib/%%PYTHON_VERSION%%/site-packages/speex.so


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



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