Date: Wed, 21 Jun 2017 21:46:10 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444080 - head/sysutils/passwordsafe Message-ID: <201706212146.v5LLkABR050972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Jun 21 21:46:10 2017 New Revision: 444080 URL: https://svnweb.freebsd.org/changeset/ports/444080 Log: Also fails the exact same way on aarch64 as armv6. Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/passwordsafe/Makefile Modified: head/sysutils/passwordsafe/Makefile ============================================================================== --- head/sysutils/passwordsafe/Makefile Wed Jun 21 21:25:25 2017 (r444079) +++ head/sysutils/passwordsafe/Makefile Wed Jun 21 21:46:10 2017 (r444080) @@ -13,7 +13,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libxerces-c-3.1.so:textproc/xerces-c3 BUILD_DEPENDS= zip:archivers/zip -NOT_FOR_ARCHS= armv6 +NOT_FOR_ARCHS= aarch64 armv6 NOT_FOR_ARCHS_REASON= Cannot determine whether the target CPU is big or little endian - please fix PwsPlatform.h CONFLICTS= pwsafe-[0-9]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706212146.v5LLkABR050972>