ports/117619: [update] devel/py-sdl_mixer: unbreak build, require pyrex 0.9.6.2

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


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



More information about the freebsd-ports-bugs mailing list