Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2019 13:54:09 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502468 - head/graphics/libprojectm
Message-ID:  <201905241354.x4ODs940098281@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri May 24 13:54:09 2019
New Revision: 502468
URL: https://svnweb.freebsd.org/changeset/ports/502468

Log:
  graphics/libprojectm: Only builds with default options PULSEAUDIO=ON JACK=OFF
  
  The new version 3.1.1-rc4 appears to have options reworked, but 3.1.1 itselfdoesn't build for unrelated reasons that were reported to the upstream.
  Also add USES=sdl
  
  PR:		238086
  Reported by:	Grzegorz Junka <list1@gjunka.com>

Modified:
  head/graphics/libprojectm/Makefile

Modified: head/graphics/libprojectm/Makefile
==============================================================================
--- head/graphics/libprojectm/Makefile	Fri May 24 13:02:12 2019	(r502467)
+++ head/graphics/libprojectm/Makefile	Fri May 24 13:54:09 2019	(r502468)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libftgl.so:graphics/ftgl \
 RUN_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
 
 USES=		autoreconf:build compiler:c++11-lang gl gmake libtool \
-		localbase:ldflags pkgconfig qt:5
+		localbase:ldflags pkgconfig qt:5 sdl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	projectM-visualizer
@@ -41,7 +41,10 @@ OPTIONS_DEFAULT=	PULSEAUDIO
 OPTIONS_SUB=		yes
 
 PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
+PULSEAUDIO_BROKEN_OFF=	Erroneously requires pulseaudio, expected to be fixed in 3.1.1
+
 JACK_LIB_DEPENDS=	libjack.so:audio/jack
+JACK_BROKEN=		Missing: bin/projectM-jack, expected to be fixed in 3.1.1
 
 pre-configure:
 	@cd ${WRKSRC}/ && ${SH} autogen.sh



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