svn commit: r523689 - head/devel/py-libzfs
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jan 20 20:33:27 UTC 2020
Author: pkubaj
Date: Mon Jan 20 20:33:27 2020
New Revision: 523689
URL: https://svnweb.freebsd.org/changeset/ports/523689
Log:
devel/py-libzfs: fix build on GCC architectures
Builds fine with GCC9.
MFH: 2020Q1 (fix build blanket)
Modified:
head/devel/py-libzfs/Makefile
Modified: head/devel/py-libzfs/Makefile
==============================================================================
--- head/devel/py-libzfs/Makefile Mon Jan 20 20:28:40 2020 (r523688)
+++ head/devel/py-libzfs/Makefile Mon Jan 20 20:33:27 2020 (r523689)
@@ -11,11 +11,6 @@ COMMENT= Python libzfs bindings
LICENSE= BSD2CLAUSE
-BROKEN_mips= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle
-BROKEN_mips64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle
-BROKEN_FreeBSD_11_powerpc64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle
-BROKEN_FreeBSD_12_powerpc64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle
-
RUN_DEPENDS= ${PY_ENUM34}
USE_GITHUB= yes
@@ -24,7 +19,7 @@ GH_PROJECT= py-libzfs
GH_TAGNAME= 2991805
HAS_CONFIGURE= yes
-USES= python
+USES= compiler:c11 python
USE_PYTHON= autoplist distutils cython
CONFIGURE_ENV= freebsd_src=${SRC_BASE}
More information about the svn-ports-all
mailing list