Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2016 12:44:34 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425795 - in head/multimedia/plexhometheater: . files
Message-ID:  <201611091244.uA9CiYqN069305@repo.freebsd.org>

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



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