ports/106118: Update port: graphics/py-cairo (fix build with python 2.5)

Denis Shaposhnikov dsh at vlink.ru
Fri Dec 1 10:10:16 UTC 2006


>Number:         106118
>Category:       ports
>Synopsis:       Update port: graphics/py-cairo (fix build with python 2.5)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 01 10:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD localhost.my.domain 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Fri Nov 24 22:26:16 MSK 2006 dsh at localhost.my.domain:/var/FreeBSD/obj/var/FreeBSD/src/sys/MYNERIC i386
	
>Description:

Hi! This patch fixes build and install with nondefault python port.

>How-To-Repeat:

Add

  PYTHON_VERSION=	python2.5

to /etc/make.conf and try to install the port.

>Fix:

diff -Nru --exclude=.svn /usr/ports/graphics/py-cairo/Makefile py-cairo/Makefile
--- /usr/ports/graphics/py-cairo/Makefile       Sat Oct 14 12:35:17 2006
+++ py-cairo/Makefile   Fri Nov 24 20:55:32 2006
@@ -26,6 +26,7 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --without-pygtk
 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
+               PYTHON=${PYTHON_CMD} \
                LDFLAGS="-L${X11BASE}/lib"

 .include <bsd.port.pre.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list