svn commit: r523690 - branches/2020Q1/devel/py-libzfs

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 20 20:47:44 UTC 2020


Author: pkubaj
Date: Mon Jan 20 20:47:43 2020
New Revision: 523690
URL: https://svnweb.freebsd.org/changeset/ports/523690

Log:
  MFH: r523689 r522566
  
  devel/py-libzfs: fix build on GCC architectures
  
  Builds fine with GCC9.
  
  devel/py-libzfs: unbreak on powerpc64 elfv2
  
  Builds fine.
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q1/devel/py-libzfs/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/devel/py-libzfs/Makefile
==============================================================================
--- branches/2020Q1/devel/py-libzfs/Makefile	Mon Jan 20 20:33:27 2020	(r523689)
+++ branches/2020Q1/devel/py-libzfs/Makefile	Mon Jan 20 20:47:43 2020	(r523690)
@@ -11,10 +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_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
@@ -23,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-branches mailing list