svn commit: r502468 - head/graphics/libprojectm

Yuri Victorovich yuri at FreeBSD.org
Fri May 24 13:54:10 UTC 2019


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 at 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


More information about the svn-ports-all mailing list