pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

firefox-hg: fix patch context.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Mar 19 17:18:32 2016 +0100
Changeset:	efb4a6d8d15ffafabf8c701c00d5104b220b27c6

Modified Files:
	firefox-hg/distinfo
	firefox-hg/patches/patch-config_Makefile.in

Log Message:
firefox-hg: fix patch context.

Now less failures when building;
ld: libxul.so: hidden symbol `gr_seg_destroy' isn't defined
more missing gr_* symbols and c99_cabs.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=efb4a6d8d15ffafabf8c701c00d5104b220b27c6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 firefox-hg/distinfo                         |  2 +-
 firefox-hg/patches/patch-config_Makefile.in | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/firefox-hg/distinfo b/firefox-hg/distinfo
index 57e952b..0df0d3a 100644
--- a/firefox-hg/distinfo
+++ b/firefox-hg/distinfo
@@ -11,7 +11,7 @@ SHA1 (patch-browser_installer_package-manifest.in) = 5a96a90a2c14c419ccab4de2e68
 SHA1 (patch-build_autoconf_nss.m4) = 53e8c6844fc0095237ee07df3ab3791edd248fc2
 SHA1 (patch-build_gyp.mozbuild) = 2842da0783d344dd12e86adde447f7cda6191518
 SHA1 (patch-build_moz.configure_old.configure) = 9311d41ee8766f04f1925c970928747dd166b2e5
-SHA1 (patch-config_Makefile.in) = 7ba9f8760ef6f3b22a78946ab336ef6cdb35eee3
+SHA1 (patch-config_Makefile.in) = 3e9d4267eaddd35a9f865ff47cc6f79da7ccf7a1
 SHA1 (patch-config_rules.mk) = debd5acd52f4f7593ea4e54dd0fdad91eeb46839
 SHA1 (patch-config_system-headers) = 8324b6229bd88453ff6426b013b58bf7c6216faf
 SHA1 (patch-dom_base_moz.build) = c0d68528c487a9f06fed2a886ceafd7d904cc8a5
diff --git a/firefox-hg/patches/patch-config_Makefile.in b/firefox-hg/patches/patch-config_Makefile.in
index 8a8055d..8ffe3f9 100644
--- a/firefox-hg/patches/patch-config_Makefile.in
+++ b/firefox-hg/patches/patch-config_Makefile.in
@@ -1,13 +1,13 @@
 $NetBSD: patch-config_Makefile.in,v 1.1 2014/09/29 10:46:24 thomasklausner Exp $
 
---- config/Makefile.in.orig	2016-03-18 22:27:09.000000000 +0000
+--- config/Makefile.in.orig	2016-03-19 10:59:50.000000000 +0000
 +++ config/Makefile.in
-@@ -73,6 +73,8 @@ $(STL_WRAPPERS_SENTINEL): $(srcdir)/make
- 	$(PYTHON) $(srcdir)/nsinstall.py -t stl_wrappers $(DIST)
- 	touch $(STL_WRAPPERS_SENTINEL)
- 
+@@ -46,6 +46,8 @@ export:: $(export-preqs)
+ 		-DMOZ_SYSTEM_ZLIB=$(MOZ_SYSTEM_ZLIB) \
+ 		-DMOZ_SYSTEM_PNG=$(MOZ_SYSTEM_PNG) \
+ 		-DMOZ_SYSTEM_JPEG=$(MOZ_SYSTEM_JPEG) \
 +		-DMOZ_NATIVE_GRAPHITE2=$(MOZ_NATIVE_GRAPHITE2) \
 +		-DMOZ_NATIVE_HARFBUZZ=$(MOZ_NATIVE_HARFBUZZ) \
- export:: $(STL_WRAPPERS_SENTINEL)
- 
- GARBAGE += $(STL_WRAPPERS_SENTINEL)
+ 		-DMOZ_SYSTEM_LIBEVENT=$(MOZ_SYSTEM_LIBEVENT) \
+ 		-DMOZ_SYSTEM_LIBVPX=$(MOZ_SYSTEM_LIBVPX) \
+ 		-DMOZ_SYSTEM_ICU=$(MOZ_SYSTEM_ICU) \


Home | Main Index | Thread Index | Old Index