Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 Sep 2011 17:29:37 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/160477: [PATCH] devel/gobject-introspection: restrict USE_PYTHON range
Message-ID:  <20110905092937.ABFC55405@sunpoet.net>
Resent-Message-ID: <201109050940.p859e0qq081634@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110905092937.ABFC55405>