svn commit: r425795 - in head/multimedia/plexhometheater: . files

Jan Beich jbeich at FreeBSD.org
Wed Nov 9 12:44:36 UTC 2016


Author: jbeich
Date: Wed Nov  9 12:44:34 2016
New Revision: 425795
URL: https://svnweb.freebsd.org/changeset/ports/425795

Log:
  multimedia/plexhometheater: oops, back out r425788
  
  `outputptr` is modified a few lines later which leads to undefined behavior.
  
  Pointy hat to:	@jbeich

Deleted:
  head/multimedia/plexhometheater/files/patch-xbmc_cores_dvdplayer_DVDPlayerAudioResampler.cpp
Modified:
  head/multimedia/plexhometheater/Makefile   (contents, props changed)

Modified: head/multimedia/plexhometheater/Makefile
==============================================================================
--- head/multimedia/plexhometheater/Makefile	Wed Nov  9 12:39:57 2016	(r425794)
+++ head/multimedia/plexhometheater/Makefile	Wed Nov  9 12:44:34 2016	(r425795)
@@ -61,6 +61,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqli
 		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
 		xdpyinfo:x11/xdpyinfo
 
+BROKEN=		Fails to build against libsamplerate-0.1.9
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	plexinc
 GH_PROJECT=	plex-home-theater-public


More information about the svn-ports-all mailing list