Date: Sat, 12 Nov 2016 13:57:46 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425954 - head/security/nacl Message-ID: <201611121357.uACDvkPn043994@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= johans@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611121357.uACDvkPn043994>