From 3486003588b45a5c49545b920e35c9b6172cb63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 17 Jan 2023 18:29:07 +0100 Subject: [PATCH] calc: update to 2.14.1.2. --- common/shlibs | 4 ++-- srcpkgs/calc/files/musl.patch | 8 ++++---- srcpkgs/calc/template | 5 +++-- srcpkgs/calc/update | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/common/shlibs b/common/shlibs index 0a803960ab55..32b6337a4f92 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1623,8 +1623,8 @@ libfreerdp-server2.so.2 libfreerdp-server-2.4.0_1 libfreerdp-shadow-subsystem2.so.2 libfreerdp-server-2.4.0_1 libfreerdp-shadow2.so.2 libfreerdp-server-2.4.0_1 libcppunit-1.15.so.1 libcppunit-1.15.1_1 -libcalc.so.2.14.0.8 libcalc-2.14.0.8_1 -libcustcalc.so.2.14.0.8 libcalc-2.14.0.8_1 +libcalc.so.2.14.1.2 libcalc-2.14.1.2_1 +libcustcalc.so.2.14.1.2 libcalc-2.14.1.2_1 libOgreMain.so.1.12.9 libogre-1.12.9_1 libOgreBites.so.1.12.9 libogre-1.12.9_1 libOgreOverlay.so.1.12.9 libogre-1.12.9_1 diff --git a/srcpkgs/calc/files/musl.patch b/srcpkgs/calc/files/musl.patch index 2dffadb8aa58..c8d224424955 100644 --- a/srcpkgs/calc/files/musl.patch +++ b/srcpkgs/calc/files/musl.patch @@ -6,10 +6,10 @@ index 8b68804..db24dce 100644 # # If in doubt, leave HAVE_FPOS empty and this Makefile will figure it out. # --HAVE_FPOS= --#HAVE_FPOS= -DHAVE_NO_FPOS -+#HAVE_FPOS= -+HAVE_FPOS= -DHAVE_NO_FPOS +-HAVE_FGETSETPOS= +-#HAVE_FGETSETPOS= -DHAVE_NO_FGETSETPOS ++#HAVE_FGETSETPOS= ++HAVE_FGETSETPOS= -DHAVE_NO_FGETSETPOS # Determine if we have an __pos element of a file position (fpos_t) structure. # diff --git a/srcpkgs/calc/template b/srcpkgs/calc/template index c150081ac2f7..c8e786a1e974 100644 --- a/srcpkgs/calc/template +++ b/srcpkgs/calc/template @@ -1,16 +1,17 @@ # Template file for 'calc' pkgname=calc -version=2.14.0.8 +version=2.14.1.2 revision=1 build_style=gnu-makefile make_build_args="ARCH_CFLAGS=" make_install_args="T=$""{DESTDIR}" +makedepends="readline-devel" short_desc="C-style arbitrary precision calculator" maintainer="Piotr Wójcik " license="LGPL-2.1-only" homepage="http://www.isthe.com/chongo/tech/comp/calc/index.html" distfiles="http://www.isthe.com/chongo/src/calc/calc-${version}.tar.bz2" -checksum=ad6a2c44eeea7e06efca5384f107ffaee7564407a7474d7cd4928a53b1a28386 +checksum=de8f232a6118c4d42d1313a48ea4d5536e26b52a24f93fd19d1c3a8283734e13 disable_parallel_build=yes post_extract() { diff --git a/srcpkgs/calc/update b/srcpkgs/calc/update index 83e6ee159713..ef22635880bd 100644 --- a/srcpkgs/calc/update +++ b/srcpkgs/calc/update @@ -1 +1 @@ -pattern='([0-9.])+(?=_IS_LATEST_STABLE)' +pattern='([0-9.])+(?=_IS_LATEST_PRODUCTION)'