ports/58082: Update: gnumeric2 fix python (2.2 and lower) detection

Koop Mast einekoai at chello.nl
Wed Oct 15 17:00:28 UTC 2003


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



More information about the freebsd-ports-bugs mailing list