diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-04-03 20:27:48 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-04-03 20:27:48 +0000 |
commit | 513d21d8384e61cc02b820137587b3680ffbb51c (patch) | |
tree | fc7673f01258f369254c78eaa2111a667c2fd1f7 /www/seamonkey/files/patch-bug817481 | |
parent | Restore default options from before conversion to OptionsNG. (diff) |
- update thunderbird, firefox-esr, linux-thunderbird and linux-firefox to
17.0.5
- update firefox to 20.0
- update seamonkey and linux-seamonkey to 2.17
- update nspr to 4.9.6
- remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of
thunderbird
- prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier
are advised to upgrade - http://www.freebsd.org/security/
- add vuln.xml entry
Security: 94976433-9c74-11e2-a9fc-d43d7e0c7c02
Approved by: portmgr (miwi)
In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'www/seamonkey/files/patch-bug817481')
-rw-r--r-- | www/seamonkey/files/patch-bug817481 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/seamonkey/files/patch-bug817481 b/www/seamonkey/files/patch-bug817481 deleted file mode 100644 index 691ae70e31aa..000000000000 --- a/www/seamonkey/files/patch-bug817481 +++ /dev/null @@ -1,26 +0,0 @@ -commit 93d56d2 -Author: Makoto Kato <m_kato@ga2.so-net.ne.jp> -Date: Mon Dec 3 17:01:16 2012 +0900 - - Bug 817481 - Build failure on WebRTC unit test with --with-system-libvpx. r=jesup ---- - media/webrtc/signaling/test/Makefile.in | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git media/webrtc/signaling/test/Makefile.in media/webrtc/signaling/test/Makefile.in -index 81a38ff..e10e869 100644 ---- mozilla/media/webrtc/signaling/test/Makefile.in -+++ mozilla/media/webrtc/signaling/test/Makefile.in -@@ -34,6 +34,12 @@ LIBS += \ - endif - endif - -+ifdef MOZ_NATIVE_LIBVPX -+LIBS += \ -+ $(MOZ_LIBVPX_LIBS) \ -+ $(NULL) -+endif -+ - ifeq (gtk2,$(MOZ_WIDGET_TOOLKIT)) - LIBS += \ - $(XLIBS) \ |