svn commit: r425954 - head/security/nacl

Johan van Selst johans at FreeBSD.org
Sat Nov 12 13:57:47 UTC 2016


Author: johans
Date: Sat Nov 12 13:57:46 2016
New Revision: 425954
URL: https://svnweb.freebsd.org/changeset/ports/425954

Log:
  Use ONLY_FOR_ARCHS. It is unlikely other archs will be supported in the future.

Modified:
  head/security/nacl/Makefile

Modified: head/security/nacl/Makefile
==============================================================================
--- head/security/nacl/Makefile	Sat Nov 12 13:37:32 2016	(r425953)
+++ head/security/nacl/Makefile	Sat Nov 12 13:57:46 2016	(r425954)
@@ -7,7 +7,7 @@ PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://hyperelliptic.org/nacl/
 
-MAINTAINER= 	johans at FreeBSD.org
+MAINTAINER=	johans at FreeBSD.org
 COMMENT=	High speed cryptography library
 
 USES=		tar:bzip2
@@ -15,14 +15,10 @@ ALL_TARGET=	do
 USE_BINUTILS=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-BROKEN_aarch64=		Does not build: /proc/cpuinfo: No such file or directory
-BROKEN_mips64=		Does not build: /proc/cpuinfo: No such file or directory
-BROKEN_powerpc=		Does not compile on powerpc
-BROKEN_powerpc64=	Does not build
-BROKEN_sparc64=		Does not compile on sparc64
+ONLY_FOR_ARCHS=	i386 amd64
 
 HOSTNAME_CMD?=	/bin/hostname -s
-MYARCH=		${ARCH:S/i386/x86/:S/powerpc/ppc/}
+MYARCH=		${ARCH:S/i386/x86/}
 
 post-patch:
 	@${REINPLACE_CMD} -i -e "s|$$| -fPIC|" ${WRKSRC}/okcompilers/c


More information about the svn-ports-head mailing list