Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2014 15:12:13 +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: r372998 - head/multimedia/gstreamer-plugins
Message-ID:  <201411211512.sALFCDMJ035380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Nov 21 15:12:13 2014
New Revision: 372998
URL: https://svnweb.freebsd.org/changeset/ports/372998
QAT: https://qat.redports.org/buildarchive/r372998/

Log:
  multimedia/gstreamer-plugins: use OPSYS with OSVERSION

Modified:
  head/multimedia/gstreamer-plugins/Makefile
  head/multimedia/gstreamer-plugins/Makefile.common

Modified: head/multimedia/gstreamer-plugins/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins/Makefile	Fri Nov 21 14:54:11 2014	(r372997)
+++ head/multimedia/gstreamer-plugins/Makefile	Fri Nov 21 15:12:13 2014	(r372998)
@@ -159,9 +159,11 @@ post-patch:
 		${WRKSRC}/configure
 
 # workaround a crash in clang 3.3 crash llvm bug # 15840
+.if ${OPSYS} == FreeBSD
 .if ((${OSVERSION} >= 901504 && ${OSVERSION} < 902502) || \
      (${OSVERSION} >= 1000037 && ${OSVERSION} < 1000056))
 USE_GCC=	any
 .endif
+.endif
 
 .include <bsd.port.post.mk>

Modified: head/multimedia/gstreamer-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer-plugins/Makefile.common	Fri Nov 21 14:54:11 2014	(r372997)
+++ head/multimedia/gstreamer-plugins/Makefile.common	Fri Nov 21 15:12:13 2014	(r372998)
@@ -536,7 +536,7 @@ gst_twolame_DIST=		ugly
 
 # gst_v4l2
 gst_gst_v4l2_LIB_DEPENDS+=	libv4l2.so:${PORTSDIR}/multimedia/libv4l
-.if ${OSVERSION} >= 800000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 800000
 gst_gst_v4l2_RUN_DEPENDS+=	webcamd:${PORTSDIR}/multimedia/webcamd
 .endif
 gst_gst_v4l2_PLIST_FILES=	${GST_LIB_DIR}/libgstvideo4linux2.la \



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