From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 28 23:10:03 2007 Return-Path: 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 95AE916A468 for ; Sun, 28 Oct 2007 23:10:03 +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 75A3E13C481 for ; Sun, 28 Oct 2007 23:10:03 +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 l9SNA2fE029702 for ; Sun, 28 Oct 2007 23:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9SNA2lD029701; Sun, 28 Oct 2007 23:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 28 Oct 2007 23:10:02 GMT Resent-Message-Id: <200710282310.l9SNA2lD029701@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, Carl Johan Gustavsson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F88C16A417 for ; Sun, 28 Oct 2007 23:04:10 +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 60A5213C48E for ; Sun, 28 Oct 2007 23:04:10 +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 l9SN3YrW081527 for ; Sun, 28 Oct 2007 23:03:34 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l9SN3XRP081526; Sun, 28 Oct 2007 23:03:33 GMT (envelope-from nobody) Message-Id: <200710282303.l9SN3XRP081526@www.freebsd.org> Date: Sun, 28 Oct 2007 23:03:33 GMT From: Carl Johan Gustavsson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/117617: [update] devel/py-bison: require pyrex 0.9.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 23:10:03 -0000 >Number: 117617 >Category: ports >Synopsis: [update] devel/py-bison: 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:10: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: py-bison does not build with pyrex 0.9.6.2 due to a bug in that release. It builds fine with pyrex 0.9.6.2 so we depend on that version. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2007-10-28 23:36:26.000000000 +0100 +++ Makefile 2007-10-28 23:37:41.000000000 +0100 @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python-based parsing at the speed of C -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex USE_BISON= run USE_PYTHON= yes >Release-Note: >Audit-Trail: >Unformatted: