Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2020 12:40:31 +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: r522566 - head/devel/py-libzfs
Message-ID:  <202001101240.00ACeVpF041422@repo.freebsd.org>

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



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