From owner-svn-ports-head@freebsd.org Sat Nov 12 13:57:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF533C3D624; Sat, 12 Nov 2016 13:57:47 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A12B013E4; Sat, 12 Nov 2016 13:57:47 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACDvkGK043995; Sat, 12 Nov 2016 13:57:46 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACDvkPn043994; Sat, 12 Nov 2016 13:57:46 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201611121357.uACDvkPn043994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 12 Nov 2016 13:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425954 - head/security/nacl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2016 13:57:47 -0000 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