From owner-svn-ports-head@freebsd.org Tue Sep 25 23:11:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB0D51092CD8; Tue, 25 Sep 2018 23:11:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7090C852A5; Tue, 25 Sep 2018 23:11:39 +0000 (UTC) (envelope-from jhale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69C6470E9; Tue, 25 Sep 2018 23:11:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8PNBdiK038012; Tue, 25 Sep 2018 23:11:39 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8PNBd13038011; Tue, 25 Sep 2018 23:11:39 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201809252311.w8PNBd13038011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 25 Sep 2018 23:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480707 - head/security/py-python-nss X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/security/py-python-nss X-SVN-Commit-Revision: 480707 X-SVN-Commit-Repository: ports 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.27 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: Tue, 25 Sep 2018 23:11:39 -0000 Author: jhale Date: Tue Sep 25 23:11:39 2018 New Revision: 480707 URL: https://svnweb.freebsd.org/changeset/ports/480707 Log: Fix build on mips* and powerpc64 PR: 231715 Submitted by: Piotr Kubaj Sponsored by: IntegriCloud Modified: head/security/py-python-nss/Makefile Modified: head/security/py-python-nss/Makefile ============================================================================== --- head/security/py-python-nss/Makefile Tue Sep 25 22:37:02 2018 (r480706) +++ head/security/py-python-nss/Makefile Tue Sep 25 23:11:39 2018 (r480707) @@ -15,14 +15,10 @@ LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.lgpl LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.gpl LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.mpl -BROKEN_mips= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions -BROKEN_mips64= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions -BROKEN_powerpc64= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions - LIB_DEPENDS= libnspr4.so:devel/nspr \ libnss3.so:security/nss -USES= python tar:bzip2 +USES= compiler:c11 python tar:bzip2 USE_PYTHON= autoplist distutils PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include" \