svn commit: r476981 - head/audio/mixxx
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Aug 12 09:38:04 UTC 2018
Author: amdmi3
Date: Sun Aug 12 09:38:02 2018
New Revision: 476981
URL: https://svnweb.freebsd.org/changeset/ports/476981
Log:
- Pet portlint
- Update WWW
Approved by: portmgr blanket
Modified:
head/audio/mixxx/Makefile
head/audio/mixxx/pkg-descr
Modified: head/audio/mixxx/Makefile
==============================================================================
--- head/audio/mixxx/Makefile Sun Aug 12 09:08:02 2018 (r476980)
+++ head/audio/mixxx/Makefile Sun Aug 12 09:38:02 2018 (r476981)
@@ -14,6 +14,8 @@ COMMENT= DJ mixing application
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
IGNORE= it will be updated to mixxx 2.1.0. FLAVOR needs portmgr approval
LIB_DEPENDS= libchromaprint.so:audio/chromaprint \
@@ -29,9 +31,6 @@ LIB_DEPENDS= libchromaprint.so:audio/chromaprint \
libprotobuf.so:devel/protobuf
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-BROKEN_aarch64= fails to compile: Exception("invalid machine type")
-BROKEN_powerpc64= fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack
USES= qt:4 scons iconv pkgconfig
USE_QT= corelib gui network opengl script scripttools sql sql-sqlite3 \
Modified: head/audio/mixxx/pkg-descr
==============================================================================
--- head/audio/mixxx/pkg-descr Sun Aug 12 09:08:02 2018 (r476980)
+++ head/audio/mixxx/pkg-descr Sun Aug 12 09:38:02 2018 (r476981)
@@ -2,4 +2,4 @@ Mixxx is software for DJ'ing. You can use wave based a
and MP3 files as audio input. Mixxx can be controlled through the GUI and
with external controllers including MIDI devices, joysticks, and more.
-WWW: http://www.mixxx.org/
+WWW: https://www.mixxx.org/
More information about the svn-ports-head
mailing list