Date: Sun, 26 Jan 2014 19:27:58 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341261 - head/multimedia/plexmediaserver Message-ID: <201401261927.s0QJRwm4092813@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> +.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})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261927.s0QJRwm4092813>