Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Update mdbook-linkcheck and add OPENSSL_NO_VENDOR to rust build helper
Date: Sun, 31 May 2020 05:07:25 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22459@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

There is a new pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages linkcheck
https://github.com/void-linux/void-packages/pull/22459

Update mdbook-linkcheck and add OPENSSL_NO_VENDOR to rust build helper


A patch file from https://github.com/void-linux/void-packages/pull/22459.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linkcheck-22459.patch --]
[-- Type: text/x-diff, Size: 2263 bytes --]

From 63c268e74959df538d36bfafa1cb095bc5bf0567 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 31 May 2020 00:02:37 -0300
Subject: [PATCH 1/2] common/build-helper/rust.sh: force native SSL lib

The OPENSSL_NO_VENDOR environment variable forces the openssl-sys crate
to use the system's SSL library instead of building its own.
---
 common/build-helper/rust.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/build-helper/rust.sh b/common/build-helper/rust.sh
index cc4de30bc3a..a62503583f3 100644
--- a/common/build-helper/rust.sh
+++ b/common/build-helper/rust.sh
@@ -35,3 +35,6 @@ export LIBSSH2_SYS_USE_PKG_CONFIG=1
 # sodium-sys
 export SODIUM_LIB_DIR="${XBPS_CROSS_BASE}/usr/include"
 export SODIUM_INC_DIR="${XBPS_CROSS_BASE}/usr/lib"
+
+# openssl-sys
+export OPENSSL_NO_VENDOR=1

From 5cccfd4844211ee99ebf3b4c1b00b81225b9fa4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 31 May 2020 00:05:02 -0300
Subject: [PATCH 2/2] mdbook-linkcheck: update to 0.6.0

---
 srcpkgs/mdbook-linkcheck/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mdbook-linkcheck/template b/srcpkgs/mdbook-linkcheck/template
index f94ec7c0b63..3facb44a84a 100644
--- a/srcpkgs/mdbook-linkcheck/template
+++ b/srcpkgs/mdbook-linkcheck/template
@@ -1,18 +1,16 @@
 # Template file for 'mdbook-linkcheck'
 pkgname=mdbook-linkcheck
-version=0.5.1
+version=0.6.0
 revision=1
 build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
 short_desc="Backend for mdBook which will check links for you"
-maintainer="Érico Nogueira <ericonr@disroot.com>"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://crates.io/crates/mdbook-linkcheck"
-distfiles="https://github.com/Michael-F-Bryan/mdbook-linkcheck/archive/v${version}.tar.gz"
-checksum=e3717082347c7cabcd99ff7d4bff25aeb7c535eb3582b6e97066cc02f8a399bb
-
-case "$XBPS_TARGET_MACHINE" in
-	ppc*) broken="ftbfs in ring";;
-esac
+distfiles="https://github.com/Michael-F-Bryan/${pkgname}/archive/v${version}.tar.gz"
+checksum=66133be90c0f325d96bed7f052c6d1516b11e817ba62df85e1d2c37774847a30
 
 post_install() {
 	vlicense LICENSE

             reply	other threads:[~2020-05-31  3:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-31  3:07 ericonr [this message]
2020-05-31 19:03 ` [PR PATCH] [Merged]: [nomerge?] " q66

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22459@inbox.vuxu.org \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).