svn commit: r508806 - in head/audio/mixxx: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Aug 13 01:32:49 UTC 2019


Author: acm
Date: Tue Aug 13 01:32:48 2019
New Revision: 508806
URL: https://svnweb.freebsd.org/changeset/ports/508806

Log:
  - Fix build on non-x86
  - Fix build on powerpc64
  
  PR:		239437
  Submitted by:	pkubaj

Added:
  head/audio/mixxx/files/patch-plugins_soundsourcem4a_soundsourcem4a.h   (contents, props changed)
Modified:
  head/audio/mixxx/Makefile

Modified: head/audio/mixxx/Makefile
==============================================================================
--- head/audio/mixxx/Makefile	Tue Aug 13 00:39:16 2019	(r508805)
+++ head/audio/mixxx/Makefile	Tue Aug 13 01:32:48 2019	(r508806)
@@ -4,7 +4,7 @@
 PORTNAME=	mixxx
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	2.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 
 MAINTAINER=	acm at FreeBSD.org
@@ -14,7 +14,6 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to compile: Exception("invalid machine type")
-BROKEN_powerpc64=	fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack
 
 BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2
 LIB_DEPENDS=	libchromaprint.so:audio/chromaprint \
@@ -48,7 +47,7 @@ USE_QT=		buildtools concurrent core dbus gui network o
 CONFLICTS=	mixxx20* mixxx21*
 
 MAKE_ARGS=	qtdir="${PREFIX}" install_root="${PREFIX}" \
-		build=release optimize=native ${GUI} battery=0 vamp=1 modplug=1
+		build=release optimize=off ${GUI} battery=0 vamp=1 modplug=1
 LATE_INSTALL_ARGS=	--install-sandbox=${STAGEDIR}
 
 GUI=		qt5=1

Added: head/audio/mixxx/files/patch-plugins_soundsourcem4a_soundsourcem4a.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mixxx/files/patch-plugins_soundsourcem4a_soundsourcem4a.h	Tue Aug 13 01:32:48 2019	(r508806)
@@ -0,0 +1,11 @@
+--- plugins/soundsourcem4a/soundsourcem4a.h.orig	2019-07-19 22:36:09 UTC
++++ plugins/soundsourcem4a/soundsourcem4a.h
+@@ -5,6 +5,8 @@
+ 
+ #include "util/readaheadsamplebuffer.h"
+ 
++#include <sys/types.h>
++
+ #ifdef __MP4V2__
+ #include <mp4v2/mp4v2.h>
+ #else


More information about the svn-ports-all mailing list