View | Details | Raw Unified | Return to bug 239437
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	mixxx
4
PORTNAME=	mixxx
5
DISTVERSIONPREFIX=	release-
5
DISTVERSIONPREFIX=	release-
6
DISTVERSION=	2.2.1
6
DISTVERSION=	2.2.1
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	audio
8
CATEGORIES=	audio
9
9
10
MAINTAINER=	acm@FreeBSD.org
10
MAINTAINER=	acm@FreeBSD.org
Lines 14-20 Link Here
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
BROKEN_aarch64=		fails to compile: Exception("invalid machine type")
16
BROKEN_aarch64=		fails to compile: Exception("invalid machine type")
17
BROKEN_powerpc64=	fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack
18
17
19
BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2
18
BUILD_DEPENDS=	lv2>=1.14.0:audio/lv2
20
LIB_DEPENDS=	libchromaprint.so:audio/chromaprint \
19
LIB_DEPENDS=	libchromaprint.so:audio/chromaprint \
Lines 48-54 Link Here
48
CONFLICTS=	mixxx20* mixxx21*
47
CONFLICTS=	mixxx20* mixxx21*
49
48
50
MAKE_ARGS=	qtdir="${PREFIX}" install_root="${PREFIX}" \
49
MAKE_ARGS=	qtdir="${PREFIX}" install_root="${PREFIX}" \
51
		build=release optimize=native ${GUI} battery=0 vamp=1 modplug=1
50
		build=release optimize=off ${GUI} battery=0 vamp=1 modplug=1
52
LATE_INSTALL_ARGS=	--install-sandbox=${STAGEDIR}
51
LATE_INSTALL_ARGS=	--install-sandbox=${STAGEDIR}
53
52
54
GUI=		qt5=1
53
GUI=		qt5=1
(-)files/patch-plugins_soundsourcem4a_soundsourcem4a.h (+11 lines)
Line 0 Link Here
1
--- plugins/soundsourcem4a/soundsourcem4a.h.orig	2019-07-24 21:50:49 UTC
2
+++ plugins/soundsourcem4a/soundsourcem4a.h
3
@@ -5,6 +5,8 @@
4
 
5
 #include "util/readaheadsamplebuffer.h"
6
 
7
+#include <sys/types.h>
8
+
9
 #ifdef __MP4V2__
10
 #include <mp4v2/mp4v2.h>
11
 #else

Return to bug 239437