Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bc-gh: update to 6.1.0
@ 2022-11-02 13:07 gavinhoward
  2022-11-02 13:21 ` [PR PATCH] [Updated] " gavinhoward
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gavinhoward @ 2022-11-02 13:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gavinhoward/void-packages master
https://github.com/void-linux/void-packages/pull/40300

bc-gh: update to 6.1.0
This also changes the build to use a predefined build setup, which will build a bc that defaults to the behavior of the GNU bc and dc.

Signed-off-by: Gavin Howard <gavin@yzena.com>

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

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

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

From 6518fbb5f662865d125e478ee386c3181aaf0360 Mon Sep 17 00:00:00 2001
From: Gavin Howard <gavin@yzena.com>
Date: Wed, 2 Nov 2022 07:04:28 -0600
Subject: [PATCH] bc-gh: update to 6.1.0

This also changes the build to use a predefined build setup, which will
build a bc that defaults to the behavior of the GNU bc and dc.

Signed-off-by: Gavin Howard <gavin@yzena.com>
---
 srcpkgs/bc-gh/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bc-gh/template b/srcpkgs/bc-gh/template
index 3ae95d694e9c..fb12207c5ff9 100644
--- a/srcpkgs/bc-gh/template
+++ b/srcpkgs/bc-gh/template
@@ -1,6 +1,6 @@
 # Template file for 'bc-gh'
 pkgname=bc-gh
-version=5.2.2
+version=6.1.0
 revision=1
 wrksrc="bc-${version}"
 short_desc="Implementation of POSIX bc with GNU extensions"
@@ -21,7 +21,7 @@ alternatives="
 do_configure() {
 	PREFIX=/usr DESTDIR="${DESTDIR}" EXECSUFFIX=-gh CC="${CC}" CFLAGS="${CFLAGS}" \
 	HOSTCC="${CC_FOR_BUILD}" HOSTCFLAGS="${CFLAGS_FOR_BUILD}" ./configure.sh -GM \
-	-sbc.banner -sdc.tty_mode
+	-pGNU
 }
 do_build() {
 	make ${makejobs}

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

end of thread, other threads:[~2022-11-02 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 13:07 [PR PATCH] bc-gh: update to 6.1.0 gavinhoward
2022-11-02 13:21 ` [PR PATCH] [Updated] " gavinhoward
2022-11-02 13:27 ` gavinhoward
2022-11-02 13:27 ` [PR PATCH] [Closed]: " gavinhoward
2022-11-02 13:59 ` gavinhoward

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