Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 09:38:12 +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: r478437 - head/audio/mixxx20
Message-ID:  <201808300938.w7U9cCch017537@repo.freebsd.org>

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



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