From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 10 17:30:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5AFC16A4CE for ; Fri, 10 Dec 2004 17:30:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC3F443D2F for ; Fri, 10 Dec 2004 17:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBAHUM8u001516 for ; Fri, 10 Dec 2004 17:30:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBAHUMFo001513; Fri, 10 Dec 2004 17:30:22 GMT (envelope-from gnats) Resent-Date: Fri, 10 Dec 2004 17:30:22 GMT Resent-Message-Id: <200412101730.iBAHUMFo001513@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, Hendrik Scholz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 850FB16A4CE for ; Fri, 10 Dec 2004 17:23:30 +0000 (GMT) Received: from mail.wormulon.net (plant.wormulon.net [81.169.153.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 312C143D1D for ; Fri, 10 Dec 2004 17:23:30 +0000 (GMT) (envelope-from hscholz@mail.wormulon.net) Received: from localhost (localhost [127.0.0.1]) by mail.wormulon.net (Postfix) with ESMTP id 6B0AA559B4; Fri, 10 Dec 2004 18:23:29 +0100 (CET) Received: from mail.wormulon.net ([127.0.0.1]) by localhost (plant.wormulon.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06801-07; Fri, 10 Dec 2004 18:23:25 +0100 (CET) Received: by mail.wormulon.net (Postfix, from userid 1001) id D7C325594D; Fri, 10 Dec 2004 18:23:25 +0100 (CET) Message-Id: <20041210172325.D7C325594D@mail.wormulon.net> Date: Fri, 10 Dec 2004 18:23:25 +0100 (CET) From: Hendrik Scholz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Hendrik Scholz Subject: ports/74924: pointyhat-fix: cad/fandango X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hendrik Scholz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 17:30:23 -0000 >Number: 74924 >Category: ports >Synopsis: pointyhat-fix: cad/fandango >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 10 17:30:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: FreeBSD 5.2.1-RELEASE-p9 i386 >Organization: >Environment: System: FreeBSD plant.wormulon.net 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Aug 13 11:32:22 CEST 2004 hscholz@h2012.ka.strato.de:/usr/src/sys/i386/compile/PLANT i386 >Description: cad/fandango doesn't build due to Python dependency problem. Change: chase Python update (lang/python is 2.4 now) Reported by: pointyhat http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2004112319/fandango-0.2.6.log >How-To-Repeat: >Fix: --- fandango-python23.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/cad/fandango/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 25 May 2004 13:49:16 -0000 1.7 +++ Makefile 10 Dec 2004 17:21:40 -0000 @@ -3,7 +3,7 @@ # Date created: Feb 17, 2004 # Whom: ijliao # -# $FreeBSD$ +# $FreeBSD: ports/cad/fandango/Makefile,v 1.7 2004/05/25 13:49:16 vs Exp $ # PORTNAME= fandango @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A python scripted 3D CAD application -LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python +LIB_DEPENDS= python2.3.1:${PORTSDIR}/lang/python23 USE_GL= yes USE_GNOME= gnometarget --- fandango-python23.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: