From 9aafe503d08e2766f5343cca1c13e96a47c6bd4c Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Tue, 20 Nov 2012 23:01:15 +0000 Subject: - Update firefox and thunderbird to 17.0 - Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes --- www/firefox/files/patch-bug784776 | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 www/firefox/files/patch-bug784776 (limited to 'www/firefox/files/patch-bug784776') diff --git a/www/firefox/files/patch-bug784776 b/www/firefox/files/patch-bug784776 deleted file mode 100644 index 3fe665e7140c..000000000000 --- a/www/firefox/files/patch-bug784776 +++ /dev/null @@ -1,33 +0,0 @@ ---- gfx/layers/opengl/ImageLayerOGL.cpp~ -+++ gfx/layers/opengl/ImageLayerOGL.cpp -@@ -936,7 +936,7 @@ ShadowImageLayerOGL::CleanupResources() - { - if (mSharedHandle) { - gl()->ReleaseSharedHandle(mShareType, mSharedHandle); -- mSharedHandle = NULL; -+ mSharedHandle = 0; - } - - mYUVTexture[0].Release(); ---- intl/locale/src/unix/nsDateTimeFormatUnix.cpp~ -+++ intl/locale/src/unix/nsDateTimeFormatUnix.cpp -@@ -100,7 +100,7 @@ void nsDateTimeFormatUnix::LocalePreferr - struct tm *tmc; - int i; - -- tt = time((time_t)NULL); -+ tt = time(NULL); - tmc = localtime(&tt); - - tmc->tm_hour=22; // put the test sample hour to 22:00 which is 10PM ---- ipc/glue/CrossProcessMutex_unimplemented.cpp~ -+++ ipc/glue/CrossProcessMutex_unimplemented.cpp -@@ -40,7 +40,7 @@ CrossProcessMutexHandle - CrossProcessMutex::ShareToProcess(base::ProcessHandle aHandle) - { - NS_RUNTIMEABORT("Cross-process mutices not allowed on this platform - woah! We should've aborted by now!"); -- return NULL; -+ return 0; - } - - } -- cgit v1.2.3