Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fossil: update to 2.19.
@ 2022-07-23 21:25 ologantr
  2022-07-23 21:37 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: ologantr @ 2022-07-23 21:25 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: fossil: update to 2.19.
  2022-07-23 21:25 [PR PATCH] fossil: update to 2.19 ologantr
@ 2022-07-23 21:37 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-07-23 21:37 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:
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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-23 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23 21:25 [PR PATCH] fossil: update to 2.19 ologantr
2022-07-23 21:37 ` [PR PATCH] [Merged]: " classabbyamp

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).