Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2003 18:54:22 +0200 (CEST)
From:      Koop Mast <einekoai@chello.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58082: Update: gnumeric2 fix python (2.2 and lower) detection
Message-ID:  <20031015165422.6582C21C3@rainbow-runner.nl>
Resent-Message-ID: <200310151700.h9FH0Q2W092028@freefall.freebsd.org>

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

>Number:         58082
>Category:       ports
>Synopsis:       Update: gnumeric2 fix python (2.2 and lower) detection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 15 10:00:26 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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