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:   ryoon
Date:           Mon Mar  4 15:55:19 UTC 2019

Modified Files:
        pkgsrc/www/firefox60: Makefile distinfo
Added Files:
        pkgsrc/www/firefox60/patches:
            patch-servo_components_style__traits_lib.rs
            patch-servo_components_style_lib.rs

Log Message:
Fix build with lang/rust-1.33.0. Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/firefox60/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/firefox60/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/firefox60/patches/patch-servo_components_style__traits_lib.rs \
    pkgsrc/www/firefox60/patches/patch-servo_components_style_lib.rs

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/Makefile
diff -u pkgsrc/www/firefox60/Makefile:1.14 pkgsrc/www/firefox60/Makefile:1.15
--- pkgsrc/www/firefox60/Makefile:1.14  Tue Feb 26 11:23:53 2019
+++ pkgsrc/www/firefox60/Makefile       Mon Mar  4 15:55:18 2019
@@ -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 @@ MOZ_BRANCH_MINOR=       .2esr
 
 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

Index: pkgsrc/www/firefox60/distinfo
diff -u pkgsrc/www/firefox60/distinfo:1.6 pkgsrc/www/firefox60/distinfo:1.7
--- pkgsrc/www/firefox60/distinfo:1.6   Tue Feb 26 13:47:39 2019
+++ pkgsrc/www/firefox60/distinfo       Mon Mar  4 15:55:18 2019
@@ -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_mo
 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

Added files:

Index: pkgsrc/www/firefox60/patches/patch-servo_components_style__traits_lib.rs
diff -u /dev/null pkgsrc/www/firefox60/patches/patch-servo_components_style__traits_lib.rs:1.1
--- /dev/null   Mon Mar  4 15:55:19 2019
+++ pkgsrc/www/firefox60/patches/patch-servo_components_style__traits_lib.rs    Mon Mar  4 15:55:18 2019
@@ -0,0 +1,13 @@
+$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;
Index: pkgsrc/www/firefox60/patches/patch-servo_components_style_lib.rs
diff -u /dev/null pkgsrc/www/firefox60/patches/patch-servo_components_style_lib.rs:1.1
--- /dev/null   Mon Mar  4 15:55:19 2019
+++ pkgsrc/www/firefox60/patches/patch-servo_components_style_lib.rs    Mon Mar  4 15:55:18 2019
@@ -0,0 +1,13 @@
+$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;



Home | Main Index | Thread Index | Old Index