svn commit: r522566 - head/devel/py-libzfs

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 10 12:40:31 UTC 2020


Author: pkubaj
Date: Fri Jan 10 12:40:30 2020
New Revision: 522566
URL: https://svnweb.freebsd.org/changeset/ports/522566

Log:
  devel/py-libzfs: unbreak on powerpc64 elfv2
  
  Builds fine.

Modified:
  head/devel/py-libzfs/Makefile

Modified: head/devel/py-libzfs/Makefile
==============================================================================
--- head/devel/py-libzfs/Makefile	Fri Jan 10 11:13:33 2020	(r522565)
+++ head/devel/py-libzfs/Makefile	Fri Jan 10 12:40:30 2020	(r522566)
@@ -13,7 +13,8 @@ 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
+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}
 


More information about the svn-ports-all mailing list