Index: branches/2020Q1/devel/py-libzfs/Makefile =================================================================== --- branches/2020Q1/devel/py-libzfs/Makefile (revision 523689) +++ branches/2020Q1/devel/py-libzfs/Makefile (revision 523690) @@ -1,38 +1,34 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= libzfs PORTVERSION= 1.0.20191113 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org 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_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 GH_ACCOUNT= freenas 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} MAKE_ENV= FREEBSD_SRC=${SRC_BASE} .include .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source files in ${SRC_BASE} .endif .include Index: branches/2020Q1 =================================================================== --- branches/2020Q1 (revision 523689) +++ branches/2020Q1 (revision 523690) Property changes on: branches/2020Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r522566,523689