Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 20:47:44 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r523690 - branches/2020Q1/devel/py-libzfs
Message-ID:  <202001202047.00KKlifT021207@repo.freebsd.org>

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



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