Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 20:33:27 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523689 - head/devel/py-libzfs
Message-ID:  <202001202033.00KKXRDk014569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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