From owner-svn-ports-branches@FreeBSD.ORG Thu Jan 16 17:43:26 2014 Return-Path: Delivered-To: svn-ports-branches@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 3184EAC2; Thu, 16 Jan 2014 17:43:26 +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 1D7AF149D; Thu, 16 Jan 2014 17:43:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GHhP71017222; Thu, 16 Jan 2014 17:43:25 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GHhPle017221; Thu, 16 Jan 2014 17:43:25 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201401161743.s0GHhPle017221@svn.freebsd.org> From: Mark Felder Date: Thu, 16 Jan 2014 17:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339948 - branches/2014Q1/multimedia/plexmediaserver X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 17:43:26 -0000 Author: feld Date: Thu Jan 16 17:43:25 2014 New Revision: 339948 URL: http://svnweb.freebsd.org/changeset/ports/339948 QAT: https://qat.redports.org/buildarchive/r339948/ Log: MFH: r339923 Mark BROKEN on 10.0+. Bundled python missing patch Approved by: swills (mentor, implicit) Approved by: portmgr (erwin) Modified: branches/2014Q1/multimedia/plexmediaserver/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/multimedia/plexmediaserver/Makefile ============================================================================== --- branches/2014Q1/multimedia/plexmediaserver/Makefile Thu Jan 16 17:39:22 2014 (r339947) +++ branches/2014Q1/multimedia/plexmediaserver/Makefile Thu Jan 16 17:43:25 2014 (r339948) @@ -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