From owner-svn-ports-head@freebsd.org Mon Aug 24 06:42:42 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C98E53B1996; Mon, 24 Aug 2020 06:42:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZjH64vfbz4Ckw; Mon, 24 Aug 2020 06:42:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C31414738; Mon, 24 Aug 2020 06:42:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07O6ggJM008058; Mon, 24 Aug 2020 06:42:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07O6gg1d008057; Mon, 24 Aug 2020 06:42:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202008240642.07O6gg1d008057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Mon, 24 Aug 2020 06:42:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546048 - head/lang/rust-nightly X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/lang/rust-nightly X-SVN-Commit-Revision: 546048 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2020 06:42:42 -0000 Author: tobik Date: Mon Aug 24 06:42:42 2020 New Revision: 546048 URL: https://svnweb.freebsd.org/changeset/ports/546048 Log: lang/rust-nightly: Disable DOCS It is currently broken: error: unresolved link to `crate::os::unix::ffi::OsStrExt` --> library/std/src/ffi/mod.rs:134:22 | 134 | //! [unix.OsStrExt]: crate::os::unix::ffi::OsStrExt | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = note: `-D broken-intra-doc-links` implied by `-D warnings` = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::unix::ffi::OsStrExt::from_bytes` --> library/std/src/ffi/mod.rs:135:21 | 135 | //! [`from_bytes`]: crate::os::unix::ffi::OsStrExt::from_bytes | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::unix::ffi::OsStrExt::as_bytes` --> library/std/src/ffi/mod.rs:136:19 | 136 | //! [`as_bytes`]: crate::os::unix::ffi::OsStrExt::as_bytes | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::unix::ffi::OsStringExt` --> library/std/src/ffi/mod.rs:131:25 | 131 | //! [unix.OsStringExt]: crate::os::unix::ffi::OsStringExt | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::unix::ffi::OsStringExt::from_vec` --> library/std/src/ffi/mod.rs:132:19 | 132 | //! [`from_vec`]: crate::os::unix::ffi::OsStringExt::from_vec | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::unix::ffi::OsStringExt::into_vec` --> library/std/src/ffi/mod.rs:133:19 | 133 | //! [`into_vec`]: crate::os::unix::ffi::OsStringExt::into_vec | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::windows::ffi::OsStrExt` --> library/std/src/ffi/mod.rs:138:25 | 138 | //! [windows.OsStrExt]: crate::os::windows::ffi::OsStrExt | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::windows::ffi::OsStrExt::encode_wide` --> library/std/src/ffi/mod.rs:139:22 | 139 | //! [`encode_wide`]: crate::os::windows::ffi::OsStrExt::encode_wide | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::windows::ffi::OsStringExt` --> library/std/src/ffi/mod.rs:141:28 | 141 | //! [windows.OsStringExt]: crate::os::windows::ffi::OsStringExt | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::windows::ffi::OsStringExt::from_wide` --> library/std/src/ffi/mod.rs:142:20 | 142 | //! [`from_wide`]: crate::os::windows::ffi::OsStringExt::from_wide | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::unix::fs::PermissionsExt` --> library/std/src/fs.rs:176:25 | 176 | /// [`PermissionsExt`]: crate::os::unix::fs::PermissionsExt | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::unix::fs::symlink` --> library/std/src/fs.rs:1741:37 | 1741 | /// [`std::os::unix::fs::symlink`]: crate::os::unix::fs::symlink | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::windows::fs::symlink_file` --> library/std/src/fs.rs:1742:45 | 1742 | /// [`std::os::windows::fs::symlink_file`]: crate::os::windows::fs::symlink_file | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: unresolved link to `crate::os::windows::fs::symlink_dir` --> library/std/src/fs.rs:1743:22 | 1743 | /// [`symlink_dir`]: crate::os::windows::fs::symlink_dir | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unresolved link | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` error: aborting due to 14 previous errors error: Could not document `std`. Modified: head/lang/rust-nightly/Makefile Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Mon Aug 24 06:23:51 2020 (r546047) +++ head/lang/rust-nightly/Makefile Mon Aug 24 06:42:42 2020 (r546048) @@ -16,6 +16,8 @@ MASTERDIR= ${.CURDIR}/../rust PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo +OPTIONS_EXCLUDE= DOCS + # Get latest from top level 'date' key in # https://static.rust-lang.org/dist/channel-rust-nightly.toml NIGHTLY_DATE= 2020-08-18