From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 19:27:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7678C561; Sun, 26 Jan 2014 19:27:58 +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 621E012EF; Sun, 26 Jan 2014 19:27:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QJRw96092814; Sun, 26 Jan 2014 19:27:58 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QJRwm4092813; Sun, 26 Jan 2014 19:27:58 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201401261927.s0QJRwm4092813@svn.freebsd.org> From: John Marino Date: Sun, 26 Jan 2014 19:27:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341261 - 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: Sun, 26 Jan 2014 19:27:58 -0000 Author: marino Date: Sun Jan 26 19:27:57 2014 New Revision: 341261 URL: http://svnweb.freebsd.org/changeset/ports/341261 QAT: https://qat.redports.org/buildarchive/r341261/ Log: multimedia/plexmedia: Use OPSYS with OSVERSION OSVERSION is FreeBSD-specific. This port has broken multiple times on dports recently because of this, so nipping it in bud. Modified: head/multimedia/plexmediaserver/Makefile Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Sun Jan 26 19:22:46 2014 (r341260) +++ head/multimedia/plexmediaserver/Makefile Sun Jan 26 19:27:57 2014 (r341261) @@ -29,6 +29,7 @@ ONLY_FOR_ARCHS= amd64 .include +.if ${OPSYS} == FreeBSD .if ${OSVERSION} < 900000 IGNORE= supplied binaries compiled for FreeBSD 9 .endif @@ -37,6 +38,7 @@ IGNORE= supplied binaries compiled for F 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 +.endif do-install: @(cd ${WRKSRC} && ${COPYTREE_SHARE} Resources ${STAGEDIR}/${SCRIPT_PATH})