Mon Mar 4 15:55:19 2019 UTC ()
Fix build with lang/rust-1.33.0. Bump PKGREVISION


(ryoon)
diff -r1.14 -r1.15 pkgsrc/www/firefox60/Makefile
diff -r1.6 -r1.7 pkgsrc/www/firefox60/distinfo
diff -r0 -r1.1 pkgsrc/www/firefox60/patches/patch-servo_components_style__traits_lib.rs
diff -r0 -r1.1 pkgsrc/www/firefox60/patches/patch-servo_components_style_lib.rs

cvs diff -r1.14 -r1.15 pkgsrc/www/firefox60/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/www/firefox60/Attic/Makefile 2019/02/26 11:23:53 1.14
+++ pkgsrc/www/firefox60/Attic/Makefile 2019/03/04 15:55:18 1.15
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/02/26 11:23:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2019/03/04 15:55:18 ryoon Exp $
 
 FIREFOX_VER=		${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=		60.5
@@ -6,6 +6,7 @@
 
 DISTNAME=	firefox-${FIREFOX_VER}.source
 PKGNAME=	firefox${MOZ_BRANCH:C/\..*$//}-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
+PKGREVISION=	1
 CATEGORIES=	www
 MASTER_SITES+=	${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=	.tar.xz

cvs diff -r1.6 -r1.7 pkgsrc/www/firefox60/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/www/firefox60/Attic/distinfo 2019/02/26 13:47:39 1.6
+++ pkgsrc/www/firefox60/Attic/distinfo 2019/03/04 15:55:18 1.7
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2019/02/26 13:47:39 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2019/03/04 15:55:18 ryoon Exp $
 
 SHA1 (firefox-60.5.2esr.source.tar.xz) = a6fd649d5a9e3943fb3e67a5e45f856a154b0483
 RMD160 (firefox-60.5.2esr.source.tar.xz) = ba8bb525e8a307c97f4ec4b1e20ab14781a83097
@@ -32,7 +32,9 @@
 SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = 0141dd1372c13ea1fce6e2f5ffb65e0cb0f3a13e
 SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = a69bc7b7096b410582e725f9dbec57fee90d6686
 SHA1 (patch-modules_pdfium_update.sh) = b0bf091325c9322c54880de067871354cd689038
+SHA1 (patch-servo_components_style__traits_lib.rs) = b07dfc91bae3f94b7da0c5dab523a6901b9b1bf7
 SHA1 (patch-servo_components_style_build__gecko.rs) = fca2260a70b496fc010f165ff4d68788b7e28632
+SHA1 (patch-servo_components_style_lib.rs) = 1df2f6580da3c4a2fadd7ddcead000fa3c8a6a14
 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 5b6d2e5c9f685d32894898d3ef3aec09a1a1e5ce
 SHA1 (patch-toolkit_library_moz.build) = ecb6125e996d5496335c58ecd3433ad3214f29f0
 SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57

File Added: pkgsrc/www/firefox60/patches/Attic/patch-servo_components_style__traits_lib.rs
$NetBSD: patch-servo_components_style__traits_lib.rs,v 1.1 2019/03/04 15:55:18 ryoon Exp $

--- servo/components/style_traits/lib.rs.orig	2019-02-21 19:22:50.000000000 +0000
+++ servo/components/style_traits/lib.rs
@@ -9,8 +9,6 @@
 #![crate_name = "style_traits"]
 #![crate_type = "rlib"]
 
-#![deny(unsafe_code, missing_docs)]
-
 extern crate app_units;
 #[macro_use] extern crate bitflags;
 #[macro_use] extern crate cssparser;

File Added: pkgsrc/www/firefox60/patches/Attic/patch-servo_components_style_lib.rs
$NetBSD: patch-servo_components_style_lib.rs,v 1.1 2019/03/04 15:55:18 ryoon Exp $

--- servo/components/style/lib.rs.orig	2019-02-21 19:22:50.000000000 +0000
+++ servo/components/style/lib.rs
@@ -23,8 +23,6 @@
 //! [cssparser]: ../cssparser/index.html
 //! [selectors]: ../selectors/index.html
 
-#![deny(missing_docs)]
-
 extern crate app_units;
 extern crate arrayvec;
 extern crate atomic_refcell;