Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 09:38:03 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476981 - head/audio/mixxx
Message-ID:  <201808120938.w7C9c3de053589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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