Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2007 11:48:34 GMT
From:      Pontus Stenetorp <ninjin@kth.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/117372: Current Pyrex version contains bugs and breaks depending ports
Message-ID:  <200710211148.l9LBmYNZ071125@www.freebsd.org>
Resent-Message-ID: <200710211150.l9LBo2jD003325@freefall.freebsd.org>

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

>Number:         117372
>Category:       ports
>Synopsis:       Current Pyrex version contains bugs and breaks depending ports
>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 21 11:50:01 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:
The current version of Pyrex, 0.9.6. Contains bugs mentioned in the change log for Pyrex 0.9.6.1. These bug(s) result in breaking ports dependent on Pyrex. These issues has been resolved in Pyrex 0.9.6.1 and later. The most recent version of Pyrex is 0.9.6.3 but it won't build and a patch has been issued to the developer of Pyrex, I have therefore chosen to update to version 0.9.6.2 which have been tested and fixes the above mentioned issues with depending ports (for example py-fastaudio which I maintain).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur pyrexold/Makefile pyrex/Makefile
--- pyrexold/Makefile	Wed Oct 17 23:00:54 2007
+++ pyrex/Makefile	Sat Oct 20 18:10:12 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pyrex
-PORTVERSION=	0.9.6
+PORTVERSION=	0.9.6.2
 CATEGORIES=	devel lang python
 MASTER_SITES=	http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. oldtar
diff -ur pyrexold/distinfo pyrex/distinfo
--- pyrexold/distinfo	Mon Oct  8 08:47:37 2007
+++ pyrex/distinfo	Sat Oct 20 18:16:09 2007
@@ -1,3 +1,3 @@
-MD5 (Pyrex-0.9.6.tar.gz) = e79be6e30a5abe35f6cded60ae8b23f1
-SHA256 (Pyrex-0.9.6.tar.gz) = be53be53e71072a9503d87c853aec2495f6a0f8bea00276b9116c6a1c4ce15c4
-SIZE (Pyrex-0.9.6.tar.gz) = 221611
+MD5 (Pyrex-0.9.6.2.tar.gz) = 58c1c56fd4e27decd11b4e5f53eb6511
+SHA256 (Pyrex-0.9.6.2.tar.gz) = 0d515fb66ff887d31bb16d13de4653124ba591f4928430d163698ec902d14631
+SIZE (Pyrex-0.9.6.2.tar.gz) = 224477
diff -ur pyrexold/pkg-plist pyrex/pkg-plist
--- pyrexold/pkg-plist	Mon Oct  8 08:47:37 2007
+++ pyrex/pkg-plist	Sat Oct 20 23:08:43 2007
@@ -78,6 +78,9 @@
 %%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.py
 %%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.pyc
 %%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.pyo
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/setup.py
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/setup.pyc
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/setup.pyo
 %%PYTHON_SITELIBDIR%%/Pyrex/Mac/MacSystem.py
 %%PYTHON_SITELIBDIR%%/Pyrex/Mac/MacSystem.pyc
 %%PYTHON_SITELIBDIR%%/Pyrex/Mac/MacSystem.pyo


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



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