Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2004 18:23:25 +0100 (CET)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Hendrik Scholz <hendrik@scholz.net>
Subject:   ports/74924: pointyhat-fix: cad/fandango 
Message-ID:  <20041210172325.D7C325594D@mail.wormulon.net>
Resent-Message-ID: <200412101730.iBAHUMFo001513@freefall.freebsd.org>

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

>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:



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