Github messages for voidlinux
 help / color / mirror / Atom feed
From: smorimoto <smorimoto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] coq: update to 8.12.1
Date: Thu, 19 Nov 2020 13:56:28 +0100	[thread overview]
Message-ID: <20201119125628.Qp48DEn-3eK0_VoR5SPuqGfi76LUkQmCkFXTE3mYf6c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26431@inbox.vuxu.org>

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

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

https://github.com/smorimoto/void-packages coq-8.12.1
https://github.com/void-linux/void-packages/pull/26431

coq: update to 8.12.1


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

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

From 1c7cb0c8e5cb83d14c93efbf88dd9930aeec97e3 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:23:12 +0900
Subject: [PATCH 1/2] coq: remove an unnecessary make argument

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/coq/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template
index 01a7829b50f..469975f5119 100644
--- a/srcpkgs/coq/template
+++ b/srcpkgs/coq/template
@@ -22,7 +22,7 @@ do_configure() {
 }
 
 do_build() {
-	make PR_O=
+	make
 }
 
 do_install() {

From b896909e0033bdea71ae58d91262ca5a5ab15a98 Mon Sep 17 00:00:00 2001
From: Sora Morimoto <sora@morimoto.io>
Date: Thu, 19 Nov 2020 13:23:31 +0900
Subject: [PATCH 2/2] ocaml-num: fix xlint errors and license type

Signed-off-by: Sora Morimoto <sora@morimoto.io>
---
 srcpkgs/ocaml-num/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ocaml-num/template b/srcpkgs/ocaml-num/template
index 1a9282ac2e5..736c1361b3d 100644
--- a/srcpkgs/ocaml-num/template
+++ b/srcpkgs/ocaml-num/template
@@ -2,22 +2,23 @@
 pkgname=ocaml-num
 version=1.4
 revision=1
+wrksrc="num-${version}"
 build_style=gnu-makefile
-makedepends="ocaml ocaml-findlib"
 make_install_target="findlib-install"
+makedepends="ocaml ocaml-findlib"
 short_desc="OCaml legacy Num library for arbitrary-precision integers"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="LGPL-2.1"
+license="custom: LGPL-2.1-only with OCaml-LGPL-linking-exception"
 homepage="https://github.com/ocaml/num"
 distfiles="https://github.com/ocaml/num/archive/v${version}.tar.gz"
 checksum=015088b68e717b04c07997920e33c53219711dfaf36d1196d02313f48ea00f24
-wrksrc="num-${version}"
 nocross=yes
 
 pre_install() {
 	export OCAMLFIND_DESTDIR=${DESTDIR}/usr/lib/ocaml
 	vmkdir /usr/lib/ocaml/stublibs
 }
+
 post_install() {
 	vlicense LICENSE
 }

  parent reply	other threads:[~2020-11-19 12:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16 15:24 [PR PATCH] " smorimoto
2020-11-16 15:40 ` [PR PATCH] [Updated] " smorimoto
2020-11-16 16:03 ` smorimoto
2020-11-19  3:33 ` ericonr
2020-11-19  4:20 ` [PR PATCH] [Updated] " smorimoto
2020-11-19  4:21 ` smorimoto
2020-11-19  4:24 ` smorimoto
2020-11-19  4:51 ` smorimoto
2020-11-19 12:52 ` [PR REVIEW] " ericonr
2020-11-19 12:55 ` smorimoto
2020-11-19 12:56 ` smorimoto [this message]
2020-11-23  4:57 ` [PR PATCH] [Merged]: " ericonr

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=20201119125628.Qp48DEn-3eK0_VoR5SPuqGfi76LUkQmCkFXTE3mYf6c@z \
    --to=smorimoto@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).