pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: snj
Date: Tue Mar 7 22:28:01 UTC 2017
Modified Files:
pkgsrc/www/firefox: distinfo
Added Files:
pkgsrc/www/firefox/patches:
patch-ipc_chromium_src_base_message__pump__libevent.cc
Log Message:
bring back patch-ipc_chromium_src_base_message__pump__libevent.cc to
fix build on netbsd-7
To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r0 -r1.8 \
pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.274 pkgsrc/www/firefox/distinfo:1.275
--- pkgsrc/www/firefox/distinfo:1.274 Tue Mar 7 20:45:43 2017
+++ pkgsrc/www/firefox/distinfo Tue Mar 7 22:28:00 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.274 2017/03/07 20:45:43 ryoon Exp $
+$NetBSD: distinfo,v 1.275 2017/03/07 22:28:00 snj Exp $
SHA1 (firefox-52.0.source.tar.xz) = 991aea082084438e08f2da59bbebf47b8e9b1741
RMD160 (firefox-52.0.source.tar.xz) = cd65f848fd82f94b4050281e2f75930b99eb1aed
@@ -47,6 +47,7 @@ SHA1 (patch-image_decoders_nsJPEGDecoder
SHA1 (patch-intl_hyphenation_glue_hnjalloc.h) = abe01bea5872a57f3d00bbbf89f958621f08a655
SHA1 (patch-intl_unicharutil_util_moz.build) = 2e604c8695b490657ee14cae01ca84d7bd51236c
SHA1 (patch-ipc_chromium_src_base_atomicops.h) = 24b63a6e51d9ab27f2788ee02f2ffa7e1c36f29a
+SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 99b9f3f9dd88f1c8008d2fb6058450695394f5cf
SHA1 (patch-ipc_chromium_src_base_platform__thread.h) = c81930280bd76a00fbad37aad02fb8451d80b1ee
SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 45409f2152d5ffc376c18c0c9bc696e08e3910ce
SHA1 (patch-ipc_chromium_src_base_process__util.h) = 4b24c3467866a601d68bb83f44e5fd38fb27188d
Added files:
Index: pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc
diff -u /dev/null pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc:1.8
--- /dev/null Tue Mar 7 22:28:01 2017
+++ pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc Tue Mar 7 22:28:01 2017
@@ -0,0 +1,22 @@
+$NetBSD: patch-ipc_chromium_src_base_message__pump__libevent.cc,v 1.8 2017/03/07 22:28:01 snj Exp $
+
+Allow older libevent
+
+--- ipc/chromium/src/base/message_pump_libevent.cc.orig 2017-02-27 08:10:53.000000000 -0800
++++ ipc/chromium/src/base/message_pump_libevent.cc 2017-03-07 14:06:51.000000000 -0800
+@@ -22,6 +22,7 @@
+
+ // This macro checks that the _EVENT_SIZEOF_* constants defined in
+ // ipc/chromiume/src/third_party/<platform>/event2/event-config.h are correct.
++#if 0
+ #if defined(_EVENT_SIZEOF_SHORT)
+ #define CHECK_EVENT_SIZEOF(TYPE, type) \
+ static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \
+@@ -40,6 +41,7 @@ CHECK_EVENT_SIZEOF(PTHREAD_T, pthread_t)
+ CHECK_EVENT_SIZEOF(SHORT, short);
+ CHECK_EVENT_SIZEOF(SIZE_T, size_t);
+ CHECK_EVENT_SIZEOF(VOID_P, void*);
++#endif
+
+ // Lifecycle of struct event
+ // Libevent uses two main data structures:
Home |
Main Index |
Thread Index |
Old Index