Github messages for voidlinux
 help / color / mirror / Atom feed
From: ologantr <ologantr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] fossil: update to 2.19.
Date: Sat, 23 Jul 2022 23:25:24 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38227@inbox.vuxu.org> (raw)

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

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

https://github.com/ologantr/void-packages fossil-update
https://github.com/void-linux/void-packages/pull/38227

fossil: update to 2.19.
Also:
- take maintainership
- remove readline-devel (not used)
- add json compile option

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

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)

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

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

From c33bd9b71e61a5e11784f25aa593fa105049e83a Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Sat, 23 Jul 2022 23:21:22 +0200
Subject: [PATCH] fossil: update to 2.19.

Also:
- take maintainership
- remove readline-devel (not used)
- add json compile option
---
 srcpkgs/fossil/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/fossil/template b/srcpkgs/fossil/template
index 7e266eb29fe2..3d329f76ce3f 100644
--- a/srcpkgs/fossil/template
+++ b/srcpkgs/fossil/template
@@ -1,22 +1,24 @@
 # Template file for 'fossil'
 pkgname=fossil
-version=2.18
+version=2.19
 revision=1
 build_style=configure
-configure_args="--disable-internal-sqlite --prefix=/usr --with-sqlite=${XBPS_CROSS_BASE}/usr/include"
+configure_args="--disable-internal-sqlite --prefix=/usr
+ --with-sqlite=${XBPS_CROSS_BASE}/usr/include --json"
 hostmakedepends="tcl"
-makedepends="zlib-devel openssl-devel readline-devel sqlite-devel"
+makedepends="zlib-devel openssl-devel sqlite-devel"
 short_desc="Simple, high-reliability, distributed software configuration management"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="ologantr <mrphyber@protonmail.com>"
 license="BSD-2-Clause"
 homepage="https://www.fossil-scm.org"
 changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki"
 distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"
-checksum=e89cb9c726348bb14e7736e031d2b08574408c5d4db98e7d3fc814dadc6f3546
+checksum=459f7fedbe25449a855727d7c33bad3bc0bf3dae973f2c6dbe9a7b826106a23e
 
 post_extract() {
 	vsed -i 's/test_system_sqlite$/# &/' auto.def  # failing on cross
 }
+
 post_install() {
 	vman fossil.1
 	vlicense COPYRIGHT-BSD2.txt LICENSE

             reply	other threads:[~2022-07-23 21:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-23 21:25 ologantr [this message]
2022-07-23 21:37 ` [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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38227@inbox.vuxu.org \
    --to=ologantr@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).