From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 1 10:10:16 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 733D816A415 for ; Fri, 1 Dec 2006 10:10:16 +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 4767A43CA8 for ; Fri, 1 Dec 2006 10:10:01 +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 kB1AAEa1025697 for ; Fri, 1 Dec 2006 10: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 kB1AAEeb025696; Fri, 1 Dec 2006 10:10:14 GMT (envelope-from gnats) Resent-Date: Fri, 1 Dec 2006 10:10:14 GMT Resent-Message-Id: <200612011010.kB1AAEeb025696@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 2807816A407; Fri, 1 Dec 2006 10:07:02 +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 AC08343C9D; Fri, 1 Dec 2006 10:06:48 +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 kB1A71O0025400; Fri, 1 Dec 2006 10:07:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kB1A71O9025399; Fri, 1 Dec 2006 10:07:01 GMT (envelope-from gnats) Message-Id: <200612011007.kB1A71O9025399@freefall.freebsd.org> Date: Fri, 1 Dec 2006 10:07:01 GMT From: Denis Shaposhnikov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: linimon@FreeBSD.org Subject: ports/106119: 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 10:10:16 -0000 >Number: 106119 >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: Fri Dec 01 10: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: