From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 25 21:10:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B42C16A403 for ; Sat, 25 Nov 2006 21:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7A843D5F for ; Sat, 25 Nov 2006 21:09:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAPLAEEl054622 for ; Sat, 25 Nov 2006 21:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAPLAEqe054621; Sat, 25 Nov 2006 21:10:14 GMT (envelope-from gnats) Resent-Date: Sat, 25 Nov 2006 21:10:14 GMT Resent-Message-Id: <200611252110.kAPLAEqe054621@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Shaposhnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4781116A403; Sat, 25 Nov 2006 21:06:35 +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 0621443D46; Sat, 25 Nov 2006 21:05:44 +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 4F80EFED25A; Sun, 26 Nov 2006 00:06:33 +0300 (MSK) Received: from localhost.my.domain (wizard.vlink.ru [85.172.168.67]) by smtp.smtp.vlink.ru (Postfix) with ESMTP id 18FBC10098B8; Sun, 26 Nov 2006 00:06:33 +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 kAPL6WIM001234; Sun, 26 Nov 2006 00:06:32 +0300 (MSK) (envelope-from dsh@localhost.my.domain) Received: (from dsh@localhost) by localhost.my.domain (8.13.8/8.13.8/Submit) id kAPL6WRM001230; Sun, 26 Nov 2006 00:06:32 +0300 (MSK) (envelope-from dsh) Message-Id: <200611252106.kAPL6WRM001230@localhost.my.domain> Date: Sun, 26 Nov 2006 00:06:32 +0300 (MSK) From: Denis Shaposhnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gnome@FreeBSD.org, dsh@vlink.ru Subject: ports/105852: Update port: devel/py-gobject (fix build with python 2.5) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Denis Shaposhnikov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2006 21:10:17 -0000 >Number: 105852 >Category: ports >Synopsis: Update port: devel/py-gobject (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: Sat Nov 25 21:10:14 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@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/devel/py-gobject/Makefile py-gobject/Makefile --- /usr/ports/devel/py-gobject/Makefile Sat Nov 18 23:38:02 2006 +++ py-gobject/Makefile Fri Nov 24 20:55:31 2006 @@ -23,6 +23,7 @@ USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs +CONFIGURE_ENV+= PYTHON=${PYTHON_CMD} CONFLICTS= py*-gtk-0* >Release-Note: >Audit-Trail: >Unformatted: