Index | Thread | Search

From:
Daniel Dickman <didickman@gmail.com>
Subject:
[update] devel/libmpc 1.1.0 -> 1.2.1
To:
Antoine Jacoutot <ajacoutot@openbsd.org>, Kevin Lo <kevlo@openbsd.org>, Mark Kettenis <kettenis@openbsd.org>, Pascal Stumpf <pascal@stumpf.co>, Robert Nagy <robert@openbsd.org>
Cc:
ports@openbsd.org
Date:
Tue, 15 Oct 2024 19:09:30 -0400

Download raw body.

Thread
math/py-gmpy2 needs an update for Python 3.12.

However before that port can be updated, devel/libmpc needs to be updated 
to version 1.2.1 first.

A diff to update devel/libmpc is below.

I've built all the reverse consumers with this update and that seemed to 
work fine. However I'm also cc'ing all maintainers of these ports below 
as well.

Anyone willing to ok this update? Should this go through a bulk?

devel/arm-none-eabi/gcc
devel/avr/gcc
devel/msp430/gcc
devel/or1k-elf/gcc
devel/riscv-elf/gcc
devel/riscv32-esp-elf/gcc
devel/riscv32-esp-elf/gcc-bootstrap
devel/ti-msp430gcc
devel/xtensa-elf/gcc
devel/xtensa-esp32-elf/gcc
devel/xtensa-esp32-elf/gcc-bootstrap
devel/xtensa-esp32s2-elf/gcc
devel/xtensa-esp32s2-elf/gcc-bootstrap
devel/xtensa-esp32s3-elf/gcc
devel/xtensa-esp32s3-elf/gcc-bootstrap
devel/xtensa-lx106-elf/gcc
devel/xtensa-lx106-elf/gcc-bootstrap
lang/bootgcc
lang/gcc/11
lang/gcc/8
math/py-gmpy2
x11/gnome/calculator
x11/mate/calc

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/libmpc/Makefile,v
diff -u -p -u -r1.13 Makefile
--- Makefile	21 Sep 2023 09:49:58 -0000	1.13
+++ Makefile	15 Oct 2024 23:03:46 -0000
@@ -1,9 +1,9 @@
 COMMENT=	arbitrary-precision complex numbers math library
 
-V=		1.1.0
+V=		1.2.1
 DISTNAME=	mpc-${V}
 PKGNAME=	libmpc-${V}
-SHARED_LIBS=	mpc	1.0	# 4.0
+SHARED_LIBS=	mpc	1.1	# 5.1
 
 CATEGORIES=	devel math
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/libmpc/distinfo,v
diff -u -p -u -r1.4 distinfo
--- distinfo	30 Nov 2019 18:30:27 -0000	1.4
+++ distinfo	15 Oct 2024 23:03:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (mpc-1.1.0.tar.gz) = aYXFOBQ8EgjcsaxCztrW/1LiZ7R+X5cBg6PnUSW0PC4=
-SIZE (mpc-1.1.0.tar.gz) = 701263
+SHA256 (mpc-1.2.1.tar.gz) = F1A9LDld/PEGtiLcFCaDwRmUMdCVNnxqrLpu7DA0BFk=
+SIZE (mpc-1.2.1.tar.gz) = 838731
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/libmpc/pkg/PLIST,v
diff -u -p -u -r1.3 PLIST
--- pkg/PLIST	11 Mar 2022 18:50:36 -0000	1.3
+++ pkg/PLIST	15 Oct 2024 23:03:46 -0000
@@ -1,5 +1,5 @@
 include/mpc.h
 @info info/mpc.info
-lib/libmpc.a
+@static-lib lib/libmpc.a
 lib/libmpc.la
 @lib lib/libmpc.so.${LIBmpc_VERSION}