Date: Fri, 18 Jul 2014 13:57:09 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1623 - in trunk: . mail/thunderbird www/firefox www/firefox-nightly www/seamonkey Message-ID: <201407181357.s6IDv9lW090192@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jul 18 13:57:08 2014
New Revision: 1623
Log:
require recent gstreamer1-libav i386 crashfix
Modified:
trunk/Gecko_ChangeLog
trunk/mail/thunderbird/Makefile
trunk/www/firefox-nightly/Makefile
trunk/www/firefox/Makefile
trunk/www/seamonkey/Makefile
Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog Fri Jul 18 12:58:35 2014 (r1622)
+++ trunk/Gecko_ChangeLog Fri Jul 18 13:57:08 2014 (r1623)
@@ -5,6 +5,7 @@
- fix thunderbird build with -jN [2]
- respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2]
- define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey
+- require recent gstreamer1-libav i386 crashfix
PR: ports/165263 [1]
PR: ports/184630 [2]
Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile Fri Jul 18 12:58:35 2014 (r1622)
+++ trunk/mail/thunderbird/Makefile Fri Jul 18 13:57:08 2014 (r1623)
@@ -101,7 +101,7 @@
.endif
.if ${PORT_OPTIONS:MGSTREAMER}
-BUILD_DEPENDS+= gstreamer1-libav>=1.2.4:${PORTSDIR}/multimedia/gstreamer1-libav
+BUILD_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
.endif
.if ${PORT_OPTIONS:MENIGMAIL}
Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile Fri Jul 18 12:58:35 2014 (r1622)
+++ trunk/www/firefox-nightly/Makefile Fri Jul 18 13:57:08 2014 (r1623)
@@ -95,7 +95,7 @@
.endif
.if ${PORT_OPTIONS:MGSTREAMER}
-BUILD_DEPENDS+= gstreamer1-libav>=1.2.4:${PORTSDIR}/multimedia/gstreamer1-libav
+BUILD_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
.endif
.if ! ${PORT_OPTIONS:MMACH}
Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile Fri Jul 18 12:58:35 2014 (r1622)
+++ trunk/www/firefox/Makefile Fri Jul 18 13:57:08 2014 (r1623)
@@ -81,7 +81,7 @@
.endif
.if ${PORT_OPTIONS:MGSTREAMER}
-BUILD_DEPENDS+= gstreamer1-libav>=1.2.4:${PORTSDIR}/multimedia/gstreamer1-libav
+BUILD_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
.endif
post-extract:
Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile Fri Jul 18 12:58:35 2014 (r1622)
+++ trunk/www/seamonkey/Makefile Fri Jul 18 13:57:08 2014 (r1623)
@@ -108,7 +108,7 @@
.endif
.if ${PORT_OPTIONS:MGSTREAMER}
-BUILD_DEPENDS+= gstreamer1-libav>=1.2.4:${PORTSDIR}/multimedia/gstreamer1-libav
+BUILD_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav
.endif
.if ! ${PORT_OPTIONS:MMAILNEWS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407181357.s6IDv9lW090192>
