Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2007 23:39:27 GMT
From:      Carl Johan Gustavsson <cjg@bsdmail.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117619: [update] devel/py-sdl_mixer: unbreak build, require pyrex 0.9.6.2
Message-ID:  <200710282339.l9SNdRA3086055@www.freebsd.org>
Resent-Message-ID: <200710282350.l9SNo2nc032074@freefall.freebsd.org>

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

>Number:         117619
>Category:       ports
>Synopsis:       [update] devel/py-sdl_mixer: 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:50:02 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:42:26.000000000 +0100
+++ Makefile	2007-10-28 23:42:44.000000000 +0100
@@ -16,7 +16,7 @@
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Pysdl_mixer is a python interface to SDL's sdl_mixer
 
-BUILD_DEPENDS=	pyrexc:${PORTSDIR}/devel/pyrex
+BUILD_DEPENDS=	pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
 LIB_DEPENDS=	openal.0:${PORTSDIR}/audio/openal
 
 DIST_SUBDIR=	python


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



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