[Midnightbsd-cvs] mports [21997] trunk/www/libxul/files: add more patches

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 23 15:43:09 EDT 2016


Revision: 21997
          http://svnweb.midnightbsd.org/mports/?rev=21997
Author:   laffer1
Date:     2016-10-23 15:43:09 -0400 (Sun, 23 Oct 2016)
Log Message:
-----------
add more patches

Added Paths:
-----------
    trunk/www/libxul/files/patch-media-libstagefright-moz.build
    trunk/www/libxul/files/patch-xpcom-base-nsMemoryInfoDumper.cpp

Added: trunk/www/libxul/files/patch-media-libstagefright-moz.build
===================================================================
--- trunk/www/libxul/files/patch-media-libstagefright-moz.build	                        (rev 0)
+++ trunk/www/libxul/files/patch-media-libstagefright-moz.build	2016-10-23 19:43:09 UTC (rev 21997)
@@ -0,0 +1,11 @@
+--- media/libstagefright/moz.build.orig	2016-10-22 18:11:15.712551539 -0400
++++ media/libstagefright/moz.build	2016-10-22 18:11:58.629647563 -0400
+@@ -24,7 +24,7 @@
+     DEFINES['off64_t'] = 'off_t'
+     LOCAL_INCLUDES += [ 'ports/darwin/include' ]
+ elif CONFIG['OS_TARGET'] in ('DragonFly', 'FreeBSD', 'OpenBSD', 'NetBSD',
+-        'GNU/kFreeBSD'):
++        'GNU/kFreeBSD', 'MidnightBSD'):
+     if CONFIG['OS_TARGET'] != 'NetBSD':
+         DEFINES['ENODATA'] = '-0x80000003'
+     if CONFIG['OS_TARGET'] == 'OpenBSD':


Property changes on: trunk/www/libxul/files/patch-media-libstagefright-moz.build
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/libxul/files/patch-xpcom-base-nsMemoryInfoDumper.cpp
===================================================================
--- trunk/www/libxul/files/patch-xpcom-base-nsMemoryInfoDumper.cpp	                        (rev 0)
+++ trunk/www/libxul/files/patch-xpcom-base-nsMemoryInfoDumper.cpp	2016-10-23 19:43:09 UTC (rev 21997)
@@ -0,0 +1,11 @@
+--- xpcom/base/nsMemoryInfoDumper.cpp.orig	2016-10-23 15:41:16.947596090 -0400
++++ xpcom/base/nsMemoryInfoDumper.cpp	2016-10-23 15:41:48.738476444 -0400
+@@ -38,7 +38,7 @@
+ #define MOZ_SUPPORTS_FIFO 1
+ #endif
+ 
+-#if defined(XP_LINUX) || defined(__FreeBSD__)
++#if defined(XP_LINUX) || defined(__FreeBSD__) || defined(__MidnightBSD__)
+ #define MOZ_SUPPORTS_RT_SIGNALS 1
+ #endif
+ 


Property changes on: trunk/www/libxul/files/patch-xpcom-base-nsMemoryInfoDumper.cpp
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list