Wed Jan 27 13:44:28 2016 UTC ()
Fix "ignoring" error for patching. Reported by pgoyette@


(ryoon)
diff -r1.231 -r1.232 pkgsrc/www/firefox/distinfo
diff -r1.13 -r1.14 pkgsrc/www/firefox/patches/patch-ao
diff -r1.17 -r1.18 pkgsrc/www/firefox/patches/patch-as

cvs diff -r1.231 -r1.232 pkgsrc/www/firefox/distinfo (expand / switch to context diff)
--- pkgsrc/www/firefox/distinfo 2016/01/27 00:08:26 1.231
+++ pkgsrc/www/firefox/distinfo 2016/01/27 13:44:27 1.232
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.231 2016/01/27 00:08:26 ryoon Exp $
+$NetBSD: distinfo,v 1.232 2016/01/27 13:44:27 ryoon Exp $
 
 SHA1 (firefox-44.0.source.tar.xz) = 47189b0a15087dd8f27999f5d920ad204fde8dca
 RMD160 (firefox-44.0.source.tar.xz) = 7942b5a565f2b2e50a5d38c9f88dc30640a162fd
 SHA512 (firefox-44.0.source.tar.xz) = d7a2d3ee595dbf356795ba8029e298d8a69645e11d9201307008ad3a0d15b586cbc119d2273a83843621024d20cd67c7d490228f1c4c09b467cb5dcbd288a864
 Size (firefox-44.0.source.tar.xz) = 182370528 bytes
 SHA1 (patch-aa) = 0fb7310a484c89572122ea98da72e8e37af4467c
-SHA1 (patch-ao) = ca7e6723a10b9f6e3306cd12557e1856727edee9
-SHA1 (patch-as) = 05f31f318155e0f927e13754c0fec5f4d50a39dc
+SHA1 (patch-ao) = fef085ff0df6f2fa2e54dca473e849eb7bc2cf84
+SHA1 (patch-as) = d5d7f8250a9cd462f25d529c2a79c59a1bba9db2
 SHA1 (patch-bf) = 75c971043e9f693203d6bd670b2c20c4952a7756
 SHA1 (patch-browser_installer_package-manifest.in) = 7c4f1822cd78a5ed465b954f4b62514c64ad7b84
 SHA1 (patch-build_autoconf_compiler-opts.m4) = ccdc06a2b07b7664f9cb91bcc4fb29052dda8b07

cvs diff -r1.13 -r1.14 pkgsrc/www/firefox/patches/Attic/patch-ao (expand / switch to context diff)
--- pkgsrc/www/firefox/patches/Attic/patch-ao 2014/03/20 21:02:00 1.13
+++ pkgsrc/www/firefox/patches/Attic/patch-ao 2016/01/27 13:44:27 1.14
@@ -1,8 +1,8 @@
-$NetBSD: patch-ao,v 1.13 2014/03/20 21:02:00 ryoon Exp $
+$NetBSD: patch-ao,v 1.14 2016/01/27 13:44:27 ryoon Exp $
 
---- toolkit/mozapps/installer/packager.mk.orig	2014-03-15 05:19:37.000000000 +0000
+--- toolkit/mozapps/installer/packager.mk.orig	2016-01-23 23:23:49.000000000 +0000
 +++ toolkit/mozapps/installer/packager.mk
-@@ -775,7 +775,7 @@ endif
+@@ -132,7 +132,7 @@ endif
  	$(NSINSTALL) -D $(DESTDIR)$(bindir)
  	$(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
  	ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)

cvs diff -r1.17 -r1.18 pkgsrc/www/firefox/patches/Attic/patch-as (expand / switch to context diff)
--- pkgsrc/www/firefox/patches/Attic/patch-as 2015/09/23 06:44:42 1.17
+++ pkgsrc/www/firefox/patches/Attic/patch-as 2016/01/27 13:44:27 1.18
@@ -1,10 +1,10 @@
-$NetBSD: patch-as,v 1.17 2015/09/23 06:44:42 ryoon Exp $
+$NetBSD: patch-as,v 1.18 2016/01/27 13:44:27 ryoon Exp $
 
 Treat DragonFly like FreeBSD.
 
---- js/src/configure.in.orig	2015-08-24 21:53:09.000000000 +0000
+--- js/src/configure.in.orig	2016-01-23 23:23:39.000000000 +0000
 +++ js/src/configure.in
-@@ -2190,8 +2190,7 @@ AC_LANG_CPLUSPLUS
+@@ -2123,8 +2123,7 @@ AC_LANG_CPLUSPLUS
  
  MOZ_CXX11
  
@@ -14,7 +14,7 @@
  dnl ===============================================================
  if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then
    AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE)
-@@ -3029,7 +3028,7 @@ if test "$MOZ_MEMORY"; then
+@@ -2960,7 +2959,7 @@ if test "$MOZ_MEMORY"; then
    *-darwin*)
      AC_DEFINE(MOZ_MEMORY_DARWIN)
      ;;
@@ -23,7 +23,7 @@
      AC_DEFINE(MOZ_MEMORY_BSD)
      ;;
    *-android*|*-linuxandroid*)
-@@ -3879,6 +3878,16 @@ MOZ_SUBCONFIGURE_ICU()
+@@ -3808,6 +3807,16 @@ MOZ_SUBCONFIGURE_ICU()
  dnl ========================================================
  dnl JavaScript shell
  dnl ========================================================