[SVN-Commit] r1623 - in trunk: . mail/thunderbird www/firefox www/firefox-nightly www/seamonkey
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Jul 18 13:57:16 UTC 2014
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}
More information about the freebsd-gecko
mailing list