From owner-svn-ports-head@FreeBSD.ORG Thu Jan 16 15:46:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29B078C9; Thu, 16 Jan 2014 15:46:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15CC0185A; Thu, 16 Jan 2014 15:46:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GFk03g065393; Thu, 16 Jan 2014 15:46:00 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GFk0rV065391; Thu, 16 Jan 2014 15:46:00 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201401161546.s0GFk0rV065391@svn.freebsd.org> From: Mark Felder Date: Thu, 16 Jan 2014 15:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339923 - head/multimedia/plexmediaserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 15:46:01 -0000 Author: feld Date: Thu Jan 16 15:46:00 2014 New Revision: 339923 URL: http://svnweb.freebsd.org/changeset/ports/339923 QAT: https://qat.redports.org/buildarchive/r339923/ Log: Mark BROKEN on 10.0+. Bundled python missing patch Approved by: swills (mentor, implicit) MFH: 2014Q1 Modified: head/multimedia/plexmediaserver/Makefile Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Thu Jan 16 15:43:27 2014 (r339922) +++ head/multimedia/plexmediaserver/Makefile Thu Jan 16 15:46:00 2014 (r339923) @@ -34,6 +34,7 @@ IGNORE= supplied binaries compiled for F .endif .if ${OSVERSION} >= 1000054 +BROKEN= Waiting for Plex to include Python patch http://bugs.python.org/issue18178 RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x .endif