From hscholz@mail.wormulon.net  Fri Dec 10 17:23:30 2004
Return-Path: <hscholz@mail.wormulon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 850FB16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <hendrik@scholz.net>
Reply-To: Hendrik Scholz <hendrik@scholz.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Hendrik Scholz <hendrik@scholz.net>
Subject: pointyhat-fix: cad/fandango 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74924
>Category:       ports
>Synopsis:       pointyhat-fix: cad/fandango
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 17:30:22 GMT 2004
>Closed-Date:    Fri Dec 17 09:00:22 GMT 2004
>Last-Modified:  Fri Dec 17 09:00:22 GMT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 17 09:00:21 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74924 
>Unformatted:
