pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox60 firefox60: fix patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd1f7c1896fd
branches:  trunk
changeset: 321023:cd1f7c1896fd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 15 09:59:26 2019 +0000

description:
firefox60: fix patch

diffstat:

 www/firefox60/distinfo                               |  4 ++--
 www/firefox60/patches/patch-xpcom_build_BinaryPath.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r ef9dcc940707 -r cd1f7c1896fd www/firefox60/distinfo
--- a/www/firefox60/distinfo    Fri Mar 15 09:59:19 2019 +0000
+++ b/www/firefox60/distinfo    Fri Mar 15 09:59:26 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2019/03/04 15:55:18 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2019/03/15 09:59:26 wiz Exp $
 
 SHA1 (firefox-60.5.2esr.source.tar.xz) = a6fd649d5a9e3943fb3e67a5e45f856a154b0483
 RMD160 (firefox-60.5.2esr.source.tar.xz) = ba8bb525e8a307c97f4ec4b1e20ab14781a83097
@@ -41,5 +41,5 @@
 SHA1 (patch-toolkit_mozapps_installer_packager.mk) = 6f557fb732f0b9dabf059ffac0400d3db4e79e47
 SHA1 (patch-toolkit_xre_glxtest.cpp) = e02b1073fe1a6f36872b10883455c8be59ff81e9
 SHA1 (patch-xpcom_base_nscore.h) = 3f131370b9665a0af55cab7f8f54723ebbc389fa
-SHA1 (patch-xpcom_build_BinaryPath.h) = fcaca939aca30a4ae07414cd5e6b1497ac3a1178
+SHA1 (patch-xpcom_build_BinaryPath.h) = 595569235ddcd1a1caaaa0c94796dd3b9535d391
 SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp) = 0792c2c626d906e71c5183994cb32bf8cdb3e239
diff -r ef9dcc940707 -r cd1f7c1896fd www/firefox60/patches/patch-xpcom_build_BinaryPath.h
--- a/www/firefox60/patches/patch-xpcom_build_BinaryPath.h      Fri Mar 15 09:59:19 2019 +0000
+++ b/www/firefox60/patches/patch-xpcom_build_BinaryPath.h      Fri Mar 15 09:59:26 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-xpcom_build_BinaryPath.h,v 1.2 2019/02/26 11:23:53 ryoon Exp $
+$NetBSD: patch-xpcom_build_BinaryPath.h,v 1.3 2019/03/15 09:59:26 wiz Exp $
 
 --- xpcom/build/BinaryPath.h.orig      2019-02-13 14:19:45.000000000 +0000
 +++ xpcom/build/BinaryPath.h
@@ -26,7 +26,7 @@
      return NS_ERROR_FAILURE;
    }
  
-++#elif (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME))
++#elif (defined(__NetBSD__) && !defined(KERN_PROC_PATHNAME))
 +  static nsresult Get(char aResult[MAXPATHLEN])
 +  {
 +    char path[] = "@PREFIX@/lib/firefox60/firefox60";



Home | Main Index | Thread Index | Old Index