From owner-svn-ports-all@freebsd.org Sun Feb 28 10:51:21 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CB21567882; Sun, 28 Feb 2021 10:51:21 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DpKvF1JDxz3R5K; Sun, 28 Feb 2021 10:51:21 +0000 (UTC) (envelope-from pkubaj@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 1FD627487; Sun, 28 Feb 2021 10:51:21 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11SApLZg032548; Sun, 28 Feb 2021 10:51:21 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11SApLd0032547; Sun, 28 Feb 2021 10:51:21 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202102281051.11SApLd0032547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 28 Feb 2021 10:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566756 - head/astro/opencpn X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/astro/opencpn X-SVN-Commit-Revision: 566756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2021 10:51:21 -0000 Author: pkubaj Date: Sun Feb 28 10:51:20 2021 New Revision: 566756 URL: https://svnweb.freebsd.org/changeset/ports/566756 Log: astro/opencpn: explicitly disable amd64 and arm SIMD to build with clang Modified: head/astro/opencpn/Makefile Modified: head/astro/opencpn/Makefile ============================================================================== --- head/astro/opencpn/Makefile Sun Feb 28 10:50:34 2021 (r566755) +++ head/astro/opencpn/Makefile Sun Feb 28 10:51:20 2021 (r566756) @@ -2,6 +2,7 @@ PORTNAME= opencpn PORTVERSION= 5.2.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= astro geography @@ -19,8 +20,8 @@ LIB_DEPENDS= libportaudio.so:audio/portaudio \ libtinyxml.so:textproc/tinyxml \ liblz4.so:archivers/liblz4 -USES= cmake gettext-tools gl gnome libarchive localbase pkgconfig \ - sqlite xorg +USES= cmake compiler:c++11-lang gettext-tools gl gnome libarchive \ + localbase pkgconfig sqlite xorg USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= ${GH_PROJECT} @@ -47,9 +48,7 @@ DOCS_CMAKE_OFF= -DOCPN_BUNDLE_DOCS:STRING="OFF" .include .if ${ARCH:Mpowerpc64*} -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c++11-lang +CMAKE_ARGS+= -DHAVE_MSSE=OFF -DHAVE_MSSE2=OFF -DHAVE_MSSE3=OFF -DHAVE_MAVX2=OFF -DHAVE_MFPU_NEON=OFF .endif .include