From dsh@vlink.ru  Sat Nov 25 21:02:55 2006
Return-Path: <dsh@vlink.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 58C9716A407;
	Sat, 25 Nov 2006 21:02:55 +0000 (UTC)
	(envelope-from dsh@vlink.ru)
Received: from rigel.internal.vlink.ru (rigel.internal.vlink.ru [85.172.168.9])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 38BFF43D83;
	Sat, 25 Nov 2006 21:01:41 +0000 (GMT)
	(envelope-from dsh@vlink.ru)
Received: from smtp.smtp.vlink.ru (clamav.smtp.vlink.ru [192.168.4.1])
	by deliver.smtp.vlink.ru (Postfix) with ESMTP id 73DC6FECF57;
	Sun, 26 Nov 2006 00:02:24 +0300 (MSK)
Received: from localhost.my.domain (wizard.vlink.ru [85.172.168.67])
	by smtp.smtp.vlink.ru (Postfix) with ESMTP id 4951A1009807;
	Sun, 26 Nov 2006 00:02:24 +0300 (MSK)
Received: from localhost.my.domain (localhost [127.0.0.1])
	by localhost.my.domain (8.13.8/8.13.8) with ESMTP id kAPL2NU8001125;
	Sun, 26 Nov 2006 00:02:23 +0300 (MSK)
	(envelope-from dsh@localhost.my.domain)
Received: (from dsh@localhost)
	by localhost.my.domain (8.13.8/8.13.8/Submit) id kAPL2M1i001121;
	Sun, 26 Nov 2006 00:02:22 +0300 (MSK)
	(envelope-from dsh)
Message-Id: <200611252102.kAPL2M1i001121@localhost.my.domain>
Date: Sun, 26 Nov 2006 00:02:22 +0300 (MSK)
From: Denis Shaposhnikov <dsh@vlink.ru>
Reply-To: Denis Shaposhnikov <dsh@vlink.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gnome@freebsd.org, dsh@vlink.ru
Subject: Update port: graphics/py-cairo (fix build with python 2.5)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105851
>Category:       ports
>Synopsis:       Update port: graphics/py-cairo (fix build with python 2.5)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 25 21:10:12 GMT 2006
>Closed-Date:    Sat Nov 25 22:46:45 GMT 2006
>Last-Modified:  Sat Nov 25 22:46:45 GMT 2006
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Nov 25 21:10:35 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105851 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Sat Nov 25 22:46:26 UTC 2006 
State-Changed-Why:  
We, FreeBSD GNOME Team, have agreed that the solution should be done by in the 
python ports side. The freebsd-python maintainers will need to find a scalable 
solution. Close as kind of in duplicate of ports/104560. 

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