From owner-freebsd-gnome@FreeBSD.ORG Sat Nov 25 21:10:08 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44F7C16A4D4; Sat, 25 Nov 2006 21:10:08 +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 CB6F343D66; Sat, 25 Nov 2006 21:09:10 +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 90950FED8B6; Sun, 26 Nov 2006 00:09:56 +0300 (MSK) Received: from localhost.my.domain (wizard.vlink.ru [85.172.168.67]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id 816A710098F3; Sun, 26 Nov 2006 00:09:55 +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 kAPL9stc001317; Sun, 26 Nov 2006 00:09:55 +0300 (MSK) (envelope-from dsh@localhost.my.domain) Received: (from dsh@localhost) by localhost.my.domain (8.13.8/8.13.8/Submit) id kAPL9sr5001313; Sun, 26 Nov 2006 00:09:54 +0300 (MSK) (envelope-from dsh) Date: Sun, 26 Nov 2006 00:09:54 +0300 (MSK) Message-Id: <200611252109.kAPL9sr5001313@localhost.my.domain> To: FreeBSD-gnats-submit@freebsd.org From: Denis Shaposhnikov X-send-pr-version: 3.113 X-GNATS-Notify: X-Virus-Scanned: ClamAV using ClamSMTP Cc: gnome@freebsd.org Subject: Update port: x11-toolkits/py-gtk2 (fix build with python 2.5) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Shaposhnikov List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2006 21:10:08 -0000 >Submitter-Id: current-users >Originator: Denis Shaposhnikov >Organization: >Confidential: no >Synopsis: Update port: x11-toolkits/py-gtk2 (fix build with python 2.5) >Severity: serious >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 7.0-CURRENT i386 >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: --- /usr/ports/x11-toolkits/py-gtk2/Makefile Wed Oct 18 22:56:36 2006 +++ py-gtk2/Makefile Fri Nov 24 20:55:30 2006 @@ -31,6 +31,7 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + PYTHON=${PYTHON_CMD} \ LIBS="-lintl" CONFIGURE_ARGS= --disable-docs LDFLAGS+= -L${LOCALBASE}/lib