Here's an update for cln. I took a look at it because it failed to
build on riscv64. I have built this update on amd64, riscv64 and
sparc64 (ok), and arm (doesn't build). math/ginac (only consumer)
still builds on amd64. cln tests pass on amd64 and riscv64, they fail
on sparc64 where cln wasn't previously built.
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cln/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile 6 Apr 2020 08:48:06 -0000 1.30
+++ Makefile 26 Oct 2021 13:18:23 -0000
@@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.30 2020/04/06 08:48:06 pirofti Exp $
-NOT_FOR_ARCHS = arm mips64 mips64el sparc64 hppa
+NOT_FOR_ARCHS = arm mips64 mips64el hppa
COMMENT = library for efficient computations
-DISTNAME = cln-1.3.4
-REVISION = 5
-SHARED_LIBS += cln 3.0 # .6.4
+DISTNAME = cln-1.3.6
+SHARED_LIBS += cln 4.0 # .6.6
CATEGORIES = devel
-HOMEPAGE = http://www.ginac.de/CLN/
+HOMEPAGE = https://www.ginac.de/CLN/
MAINTAINER = Paul Irofti <paul@irofti.net>
@@ -21,7 +20,7 @@ EXTRACT_SUFX = .tar.bz2
WANTLIB += m ${COMPILER_LIBCXX} gmp
-COMPILER = base-clang ports-gcc base-gcc
+COMPILER = base-clang ports-gcc
LIB_DEPENDS = devel/gmp
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cln/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 11 Nov 2014 11:36:24 -0000 1.6
+++ distinfo 26 Oct 2021 13:18:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (cln-1.3.4.tar.bz2) = LZnXxDP7YNseKCmSmKmDVDOb3BINMbuahiyvxSEKt0g=
-SIZE (cln-1.3.4.tar.bz2) = 1281348
+SHA256 (cln-1.3.6.tar.bz2) = 9JJTDoh5vaUpAJtgM+GSPI9KroQxSfwoxmfCCwlNmEo=
+SIZE (cln-1.3.6.tar.bz2) = 1330815
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/devel/cln/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in 28 Apr 2018 10:16:25 -0000 1.2
+++ patches/patch-Makefile_in 26 Oct 2021 13:18:23 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2018/0
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
-@@ -385,8 +385,8 @@ target_alias = @target_alias@
+@@ -399,8 +399,8 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
No comments:
Post a Comment