ports/151980: [PATCH] sysutils/py27-zfs: exclude Python 3
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 6 07:40:09 UTC 2010
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list