svn commit: r478437 - head/audio/mixxx20

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 30 09:38:13 UTC 2018


Author: amdmi3
Date: Thu Aug 30 09:38:12 2018
New Revision: 478437
URL: https://svnweb.freebsd.org/changeset/ports/478437

Log:
  - Update WWW
  - Pet portlint
  
  Approved by:	portmgr blanket

Modified:
  head/audio/mixxx20/Makefile
  head/audio/mixxx20/pkg-descr

Modified: head/audio/mixxx20/Makefile
==============================================================================
--- head/audio/mixxx20/Makefile	Thu Aug 30 09:08:13 2018	(r478436)
+++ head/audio/mixxx20/Makefile	Thu Aug 30 09:38:12 2018	(r478437)
@@ -14,6 +14,9 @@ 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
+
 LIB_DEPENDS=	libchromaprint.so:audio/chromaprint \
 		libFLAC.so:audio/flac \
 		libid3tag.so:audio/libid3tag \
@@ -27,9 +30,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/mixxx20/pkg-descr
==============================================================================
--- head/audio/mixxx20/pkg-descr	Thu Aug 30 09:08:13 2018	(r478436)
+++ head/audio/mixxx20/pkg-descr	Thu Aug 30 09:38:12 2018	(r478437)
@@ -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-all mailing list