Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  6 Nov 2010 15:36:54 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mm@FreeBSD.org
Subject:   ports/151980: [PATCH] sysutils/py27-zfs: exclude Python 3
Message-ID:  <20101106073654.050942AEC9F2@sunpoet.net>
Resent-Message-ID: <201011060740.oA67e8LG037347@freefall.freebsd.org>

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

>Number:         151980
>Category:       ports
>Synopsis:       [PATCH] sysutils/py27-zfs: exclude Python 3
>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:   Sat Nov 06 07:40:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Oct 23 16:01:16 CST 2010
>Description:
py-zfs does not build with Python 3. Therefore, we limit USE_PYTHON to 2.4-2.7.

Port maintainer (mm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py27-zfs-1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/py-zfs/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	11 Jul 2010 10:16:10 -0000	1.1
+++ Makefile	6 Nov 2010 07:31:30 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	mm@FreeBSD.org
 COMMENT=	Python ZFS library
 
-USE_PYTHON=	2.4+
+USE_PYTHON=	2.4-2.7
 MAKEFILE=	${FILESDIR}/Makefile.lib
 MAKE_ARGS+=	PYTHON_INCLUDEDIR="${PYTHON_INCLUDEDIR}" \
 		PYTHON_LDFLAGS="-L${LOCALBASE}/lib -l${PYTHON_VERSION}"
--- py27-zfs-1.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?20101106073654.050942AEC9F2>