svn commit: r444080 - head/sysutils/passwordsafe

Mark Linimon linimon at FreeBSD.org
Wed Jun 21 21:46:11 UTC 2017


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]*


More information about the svn-ports-all mailing list