From owner-freebsd-python@FreeBSD.ORG Thu Oct 19 09:48:58 2006 Return-Path: X-Original-To: python@hub.freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D84116A416; Thu, 19 Oct 2006 09:48:58 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B03643D94; Thu, 19 Oct 2006 09:48:50 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from freefall.freebsd.org (alexbl@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9J9mo2b021251; Thu, 19 Oct 2006 09:48:50 GMT (envelope-from alexbl@freefall.freebsd.org) Received: (from alexbl@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9J9mo5M021247; Thu, 19 Oct 2006 09:48:50 GMT (envelope-from alexbl) Date: Thu, 19 Oct 2006 09:48:50 GMT From: Alexander Botero-Lowry Message-Id: <200610190948.k9J9mo5M021247@freefall.freebsd.org> To: alexbl@FreeBSD.org, python@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/104560: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 09:48:58 -0000 Synopsis: [patch] x11-toolkits/py-gtk2 does not configure with python2.5 Responsible-Changed-From-To: python->gnome Responsible-Changed-By: alexbl Responsible-Changed-When: Thu Oct 19 09:47:56 UTC 2006 Responsible-Changed-Why: Actuallity, since Python 2.4 is the default, a link is made to bin/python. When a non-default version is installed no link is made. This is the expected behavior, and so the best solution is the original patch supplied by the submitter. http://www.freebsd.org/cgi/query-pr.cgi?pr=104560