From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 5 09:40:01 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FFD51065672 for ; Mon, 5 Sep 2011 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 150938FC21 for ; Mon, 5 Sep 2011 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p859e0J3081635 for ; Mon, 5 Sep 2011 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p859e0qq081634; Mon, 5 Sep 2011 09:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 5 Sep 2011 09:40:00 GMT Resent-Message-Id: <201109050940.p859e0qq081634@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9B8C106566C; Mon, 5 Sep 2011 09:29:56 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 989A08FC12; Mon, 5 Sep 2011 09:29:56 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id ABFC55405; Mon, 5 Sep 2011 17:29:37 +0800 (CST) Message-Id: <20110905092937.ABFC55405@sunpoet.net> Date: Mon, 5 Sep 2011 17:29:37 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gnome@FreeBSD.org Subject: ports/160477: [PATCH] devel/gobject-introspection: restrict USE_PYTHON range 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: Mon, 05 Sep 2011 09:40:01 -0000 >Number: 160477 >Category: ports >Synopsis: [PATCH] devel/gobject-introspection: restrict USE_PYTHON range >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 05 09:40:00 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Restrict USE_PYTHON range Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- gobject-introspection-0.10.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gobject-introspection/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 30 Jul 2011 09:20:18 -0000 1.15 +++ Makefile 5 Sep 2011 09:28:42 -0000 @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 ltverhack -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_BISON= build USE_GETTEXT= yes USE_AUTOTOOLS= libtool --- gobject-introspection-0.10.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: