pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox60
Module Name: pkgsrc
Committed By: wiz
Date: Fri Mar 15 09:59:26 UTC 2019
Modified Files:
pkgsrc/www/firefox60: distinfo
pkgsrc/www/firefox60/patches: patch-xpcom_build_BinaryPath.h
Log Message:
firefox60: fix patch
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/firefox60/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/www/firefox60/patches/patch-xpcom_build_BinaryPath.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox60/distinfo
diff -u pkgsrc/www/firefox60/distinfo:1.7 pkgsrc/www/firefox60/distinfo:1.8
--- pkgsrc/www/firefox60/distinfo:1.7 Mon Mar 4 15:55:18 2019
+++ pkgsrc/www/firefox60/distinfo Fri Mar 15 09:59:26 2019
@@ -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_moz.configure) = 40e
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
Index: pkgsrc/www/firefox60/patches/patch-xpcom_build_BinaryPath.h
diff -u pkgsrc/www/firefox60/patches/patch-xpcom_build_BinaryPath.h:1.2 pkgsrc/www/firefox60/patches/patch-xpcom_build_BinaryPath.h:1.3
--- pkgsrc/www/firefox60/patches/patch-xpcom_build_BinaryPath.h:1.2 Tue Feb 26 11:23:53 2019
+++ pkgsrc/www/firefox60/patches/patch-xpcom_build_BinaryPath.h Fri Mar 15 09:59:26 2019
@@ -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 @@ $NetBSD: patch-xpcom_build_BinaryPath.h,
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