From kwm@rainbow-runner.nl  Wed Oct 15 09:54:28 2003
Return-Path: <kwm@rainbow-runner.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 02A5D16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Oct 2003 09:54:28 -0700 (PDT)
Received: from rainbow-runner.nl (c7057.upc-c.chello.nl [212.187.7.57])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9E1A543FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Oct 2003 09:54:26 -0700 (PDT)
	(envelope-from kwm@rainbow-runner.nl)
Received: by rainbow-runner.nl (Postfix, from userid 1001)
	id 6582C21C3; Wed, 15 Oct 2003 18:54:22 +0200 (CEST)
Message-Id: <20031015165422.6582C21C3@rainbow-runner.nl>
Date: Wed, 15 Oct 2003 18:54:22 +0200 (CEST)
From: Koop Mast <einekoai@chello.nl>
Reply-To: Koop Mast <einekoai@chello.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update: math/gnumeric2 fix python (2.2 and lower) detection
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58082
>Category:       ports
>Synopsis:       Update: math/gnumeric2 fix python (2.2 and lower) detection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 15 10:00:26 PDT 2003
>Closed-Date:    Wed Oct 15 14:24:02 PDT 2003
>Last-Modified:  Wed Oct 15 14:24:02 PDT 2003
>Originator:     Koop Mast
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD prisma.rainbow-runner.nl 5.1-CURRENT FreeBSD 5.1-CURRENT #5: Sat Oct 11 05:31:30 CEST 2003 root@prisma.rainbow-runner.nl:/usr/obj/usr/src/sys/RainBow i386


	
>Description:
	When a user has PYTHON_VERSION= set in make.conf and no other python
	installed. Gnumeric2 configure can't find the python.
	This is because only the lang/python port installes python next to
	python2.3.
	
>How-To-Repeat:
	
>Fix:

	

--- patch-gnumeric2.diff begins here ---
--- Makefile.orig	Wed Oct 15 18:33:53 2003
+++ Makefile	Wed Oct 15 18:42:49 2003
@@ -30,7 +30,8 @@
 CONFIGURE_ARGS=	--without-guile --with-bonobo --with-gnome-db
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
 		LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
-		DEFS="-I${X11BASE}/include/gal-2.0"
+		DEFS="-I${X11BASE}/include/gal-2.0" \
+		python_prog=${PYTHON_VERSION}
 
 PLIST_SUB=	VERSION=${PORTVERSION}-bonobo
 
--- patch-gnumeric2.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Wed Oct 15 14:23:51 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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