aboutsummaryrefslogtreecommitdiff
path: root/www/firefox/files
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-12-16 09:37:45 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-12-16 09:37:45 +0000
commitab9e0736d58c185d565cde65e8aaf50c38226ea9 (patch)
tree01d43647787c90ec24d8ded6c52221b97251323d /www/firefox/files
parent7304c3ca9cdb66eb0c6e852e98d8a93cf66a0a0d (diff)
downloadports-ab9e0736d58c185d565cde65e8aaf50c38226ea9.tar.gz
ports-ab9e0736d58c185d565cde65e8aaf50c38226ea9.zip
gecko: drop FreeBSD 8.x and 9.0 support
Notes
Notes: svn path=/head/; revision=403852
Diffstat (limited to 'www/firefox/files')
-rw-r--r--www/firefox/files/patch-media-libstagefright-foundation-AString.cpp16
-rw-r--r--www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp16
2 files changed, 0 insertions, 32 deletions
diff --git a/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp b/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp
deleted file mode 100644
index 530902b13393..000000000000
--- a/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp~
-+++ media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp
-@@ -23,6 +23,13 @@
- #include "ADebug.h"
- #include "AString.h"
-
-+#ifdef __FreeBSD__
-+# include <osreldate.h>
-+# if __FreeBSD_version < 900506
-+# undef tolower
-+# endif
-+#endif
-+
- namespace stagefright {
-
- // static
diff --git a/www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp b/www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
deleted file mode 100644
index eeb58e7baa20..000000000000
--- a/www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp~
-+++ media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
-@@ -21,6 +21,13 @@ Scott McMurray
- #include "constants.hpp"
- #include <cstring>
-
-+#ifdef __FreeBSD__
-+# include <osreldate.h>
-+# if __FreeBSD_version < 900506
-+# define getchar boost_getchar
-+# endif
-+#endif
-+
- namespace boost {
- namespace detail {
- //This only works on unsigned data types