Date: Thu, 4 Sep 2014 15:30:21 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367282 - head/multimedia/gstreamer1-plugins Message-ID: <201409041530.s84FULi3084653@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Sep 4 15:30:21 2014 New Revision: 367282 URL: http://svnweb.freebsd.org/changeset/ports/367282 QAT: https://qat.redports.org/buildarchive/r367282/ Log: Fix opencv detection, fixes gstreamer1-plugins-opencv build. Modified: head/multimedia/gstreamer1-plugins/Makefile Modified: head/multimedia/gstreamer1-plugins/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins/Makefile Thu Sep 4 15:28:51 2014 (r367281) +++ head/multimedia/gstreamer1-plugins/Makefile Thu Sep 4 15:30:21 2014 (r367282) @@ -127,7 +127,7 @@ DEFAULT_DVD_DEVICE=/dev/cd0 post-patch: .if ${DIST}=="bad" # custom rule to fix opencv detection in configure - @${REINPLACE_CMD} -e 's|opencv <= 2.4.6.1|opencv <= 2.4.7|g' \ + @${REINPLACE_CMD} -e 's|opencv <= 2.4.8|opencv <= 2.4.9|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \ ${WRKSRC}/ext/resindvd/resindvdbin.c \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409041530.s84FULi3084653>