regen patches

This commit is contained in:
jasper 2011-05-02 15:08:28 +00:00
parent 570f6645ae
commit 5c75eb2873
4 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.20 2011/04/15 11:43:46 landry Exp $
$OpenBSD: patch-configure_in,v 1.21 2011/05/02 15:08:28 jasper Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=648721
--- configure.in.orig Sat Mar 19 00:33:33 2011
+++ configure.in Mon Apr 11 10:48:46 2011
--- configure.in.orig Thu Apr 14 07:28:22 2011
+++ configure.in Mon May 2 17:07:42 2011
@@ -2676,7 +2676,8 @@ ia64*-hpux*)
;;
@ -12,7 +12,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=648721
DSO_CFLAGS=''
DSO_PIC_CFLAGS='-fPIC'
DSO_LDOPTS='-shared -fPIC'
@@ -4524,7 +4525,7 @@ if test "$ac_cv_thread_keyword" = yes; then
@@ -4525,7 +4526,7 @@ if test "$ac_cv_thread_keyword" = yes; then
:
;;
*)
@ -21,7 +21,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=648721
;;
esac
fi
@@ -5791,14 +5792,7 @@ dnl ==================================================
@@ -5792,14 +5793,7 @@ dnl ==================================================
# The GNOME component is built if one of
# gnome-vfs, gio, gconf or libnotify is available.

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-toolkit_components_startup_src_nsAppStartup_cpp,v 1.1 2011/04/19 09:16:33 landry Exp $
$OpenBSD: patch-toolkit_components_startup_src_nsAppStartup_cpp,v 1.2 2011/05/02 15:08:28 jasper Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=633193
http://hg.mozilla.org/projects/cedar/rev/c5fcc4d54945
--- toolkit/components/startup/src/nsAppStartup.cpp.orig Thu Feb 3 21:12:14 2011
+++ toolkit/components/startup/src/nsAppStartup.cpp Thu Feb 10 16:19:26 2011
--- toolkit/components/startup/src/nsAppStartup.cpp.orig Thu Apr 14 07:28:47 2011
+++ toolkit/components/startup/src/nsAppStartup.cpp Mon May 2 17:07:41 2011
@@ -26,6 +26,7 @@
* Benjamin Smedberg <bsmedberg@covad.net>
* Daniel Brooks <db48x@db48x.net>
@ -23,7 +23,7 @@ http://hg.mozilla.org/projects/cedar/rev/c5fcc4d54945
static NS_DEFINE_CID(kAppShellCID, NS_APPSHELL_CID);
#ifdef MOZ_ENABLE_LIBXUL
extern PRTime gXRE_mainTimestamp;
@@ -641,6 +647,25 @@ CalculateProcessCreationTimestamp()
@@ -645,6 +651,25 @@ CalculateProcessCreationTimestamp()
}
PRTime starttime = static_cast<PRTime>(proc->kp_proc.p_un.__p_starttime.tv_sec) * PR_USEC_PER_SEC;
starttime += proc->kp_proc.p_un.__p_starttime.tv_usec;

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-toolkit_library_Makefile_in,v 1.6 2011/04/09 11:05:06 landry Exp $
$OpenBSD: patch-toolkit_library_Makefile_in,v 1.7 2011/05/02 15:08:28 jasper Exp $
https://bugzilla.mozilla.org/show_bug.cgi?id=648726
https://bugzilla.mozilla.org/show_bug.cgi?id=648730
--- toolkit/library/Makefile.in.orig Sat Mar 19 00:34:11 2011
+++ toolkit/library/Makefile.in Sat Apr 9 11:34:06 2011
--- toolkit/library/Makefile.in.orig Thu Apr 14 07:28:48 2011
+++ toolkit/library/Makefile.in Mon May 2 17:07:43 2011
@@ -187,6 +187,12 @@ OS_LIBS += \
$(NULL)
endif
@ -16,7 +16,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=648730
ifeq ($(OS_ARCH),Darwin)
ifdef MOZ_SYDNEYAUDIO
EXTRA_DSO_LDOPTS += \
@@ -278,6 +284,11 @@ export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UT
@@ -281,6 +287,11 @@ export:: $(RDF_UTIL_SRC_CPPSRCS) $(INTL_UNICHARUTIL_UT
ifdef MOZ_ENABLE_LIBXUL
include $(srcdir)/libxul-rules.mk

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.1 2011/03/30 21:39:14 landry Exp $
$OpenBSD: patch-toolkit_mozapps_installer_packager_mk,v 1.2 2011/05/02 15:08:28 jasper Exp $
install headers/idl/sdk libs only if xulrunner
--- toolkit/mozapps/installer/packager.mk.orig Wed Feb 23 06:53:52 2011
+++ toolkit/mozapps/installer/packager.mk Sat Feb 26 09:25:37 2011
@@ -625,7 +625,7 @@ endif
--- toolkit/mozapps/installer/packager.mk.orig Thu Apr 14 07:28:48 2011
+++ toolkit/mozapps/installer/packager.mk Mon May 2 17:07:41 2011
@@ -629,7 +629,7 @@ endif
$(NSINSTALL) -D $(DESTDIR)$(bindir)
$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)