Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 13:32:21 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 09e8de05c7b5 - main - audio/mixxx*: don't use -march=native
Message-ID:  <202111011332.1A1DWLV3032030@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09e8de05c7b5230f7dfbc22f985ec39359be3780

commit 09e8de05c7b5230f7dfbc22f985ec39359be3780
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-01 13:30:50 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-01 13:30:50 +0000

    audio/mixxx*: don't use -march=native
    
    Breaks runtime for package users.
---
 audio/mixxx/Makefile   | 4 ++--
 audio/mixxx22/Makefile | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 6c05d667cd70..6f4789bc34e0 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	mixxx
 DISTVERSION=	2.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 
 MAINTAINER=	acm@FreeBSD.org
@@ -47,7 +47,7 @@ USE_QT=		buildtools concurrent core dbus gui linguisttools_build network \
 CONFLICTS=	mixxx22*
 
 CMAKE_ARGS+=	-DINSTALL_USER_UDEV_RULES:BOOL=OFF \
-		-DOPTIMIZE:STRING=native \
+		-DOPTIMIZE:STRING=portable \
 		-DBATTERY:BOOL=OFF \
 		-DFAAD:BOOL=OFF \
 		-DMODPLUG:BOOL=ON \
diff --git a/audio/mixxx22/Makefile b/audio/mixxx22/Makefile
index 5750dbf9778c..5f7eb8480162 100644
--- a/audio/mixxx22/Makefile
+++ b/audio/mixxx22/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	mixxx
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	2.2.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 PKGNAMESUFFIX?=	22
 
@@ -45,7 +45,7 @@ USE_QT=		buildtools concurrent core dbus gui network opengl script scripttools \
 CONFLICTS=	mixxx-*
 
 MAKE_ARGS=	qtdir="${PREFIX}" install_root="${PREFIX}" \
-		build=release optimize=native ${GUI} battery=0 vamp=1 modplug=1 mad=1
+		build=release optimize=portable ${GUI} battery=0 vamp=1 modplug=1 mad=1
 LATE_INSTALL_ARGS=	--install-sandbox=${STAGEDIR}
 
 GUI=		qt5=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011332.1A1DWLV3032030>