From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 21 11:50:02 2007 Return-Path: <owner-freebsd-ports-bugs@FreeBSD.ORG> Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CCD216A418 for <freebsd-ports-bugs@hub.freebsd.org>; Sun, 21 Oct 2007 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53EE613C48D for <freebsd-ports-bugs@hub.freebsd.org>; Sun, 21 Oct 2007 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9LBo2e9003326 for <freebsd-ports-bugs@freefall.freebsd.org>; Sun, 21 Oct 2007 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9LBo2jD003325; Sun, 21 Oct 2007 11:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 21 Oct 2007 11:50:02 GMT Resent-Message-Id: <200710211150.l9LBo2jD003325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pontus Stenetorp <ninjin@kth.se> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C70616A417 for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Oct 2007 11:48:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 47EC713C48D for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Oct 2007 11:48:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9LBmYBh071128 for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Oct 2007 11:48:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l9LBmYNZ071125; Sun, 21 Oct 2007 11:48:34 GMT (envelope-from nobody) Message-Id: <200710211148.l9LBmYNZ071125@www.freebsd.org> Date: Sun, 21 Oct 2007 11:48:34 GMT From: Pontus Stenetorp <ninjin@kth.se> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/117372: Current Pyrex version contains bugs and breaks depending ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports <freebsd-ports-bugs.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs> List-Post: <mailto:freebsd-ports-bugs@freebsd.org> List-Help: <mailto:freebsd-ports-bugs-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs>, <mailto:freebsd-ports-bugs-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 21 Oct 2007 11:50:02 -0000 >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: