Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] scryer-prolog: update to 0.9.1
Date: Sat, 24 Jun 2023 17:56:23 +0200	[thread overview]
Message-ID: <20230624155623.E084vtxBsjOQQcF4UoHgEa5Y1OAHJTe7-Euxv5HBUK0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37478@inbox.vuxu.org>

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

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages scry
https://github.com/void-linux/void-packages/pull/37478

scryer-prolog: update to 0.9.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b6563c47d881fa6ad2ff4b044fb560b9f4291fa9 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 24 Jun 2023 11:56:07 -0400
Subject: [PATCH] scryer-prolog: update to 0.9.1

---
 srcpkgs/scryer-prolog/template | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/scryer-prolog/template b/srcpkgs/scryer-prolog/template
index 3bf5b11120fc..6bdba3e996f2 100644
--- a/srcpkgs/scryer-prolog/template
+++ b/srcpkgs/scryer-prolog/template
@@ -1,28 +1,25 @@
 # Template file for 'scryer-prolog'
 pkgname=scryer-prolog
-version=0.8.123
-revision=3
+version=0.9.1
+revision=1
 build_style=cargo
 hostmakedepends="m4 pkg-config"
-makedepends="gmp-devel mpfr-devel libmpc-devel"
+makedepends="gmp-devel libmpc-devel libsodium-devel mpfr-devel openssl-devel"
 short_desc="Modern Prolog implementation written mostly in Rust"
 maintainer="Hans-J. Schmid <knock@myopendoor.de>"
 license="BSD-3-Clause"
 homepage="https://github.com/mthom/scryer-prolog"
-distfiles="https://github.com/mthom/scryer-prolog/archive/v${version}.tar.gz"
-checksum=4370bc2200e3e56d411326801219bc5fc37a422febdb6cd3548ed3f65b5a44aa
-nocross="executes gmp header https://gitlab.com/tspiteri/gmp-mpfr-sys/-/blob/v1.2.2/build.rs#L1278"
+distfiles="https://github.com/mthom/scryer-prolog/archive/refs/tags/v${version}.tar.gz"
+checksum=e69109af51f81568cec1137842cd438cb675f9fb966ba90b6a4ee85b469cd37d
+nocross="executes gmp header https://gitlab.com/tspiteri/gmp-mpfr-sys/-/blob/v1.5.3/build.rs#L1309"
 export CARGO_FEATURE_USE_SYSTEM_LIBS=1
 
 case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686*|arm*|aarch64*) ;;
+	x86_64*|aarch64*) ;;
+	i686*|arm*) broken="upstream dropped 32 bit support" ;;
 	*) broken="ftbfs in ring" ;;
 esac
 
-post_patch() {
-	cargo update --package lexical-core:0.4.6 --precise 0.4.8
-}
-
 post_install() {
 	vlicense LICENSE
 }

  parent reply	other threads:[~2023-06-24 15:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 21:49 [PR PATCH] scryer-prolog: update to 0.9.0 cinerea0
2022-06-10  0:44 ` cinerea0
2022-09-08  2:15 ` github-actions
2022-09-19 14:40 ` cinerea0
2022-11-30  2:56 ` [PR PATCH] [Updated] " cinerea0
2023-03-01  5:18 ` scryer-prolog: update to 0.9.1 github-actions
2023-03-12  0:25 ` cinerea0
2023-06-11  2:09 ` github-actions
2023-06-24 15:24 ` [PR PATCH] [Updated] " cinerea0
2023-06-24 15:51 ` cinerea0
2023-06-24 15:56 ` cinerea0 [this message]
2023-06-24 16:33 ` cinerea0
2023-06-24 18:56 ` [PR PATCH] [Merged]: " classabbyamp

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=20230624155623.E084vtxBsjOQQcF4UoHgEa5Y1OAHJTe7-Euxv5HBUK0@z \
    --to=cinerea0@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).