pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Bear: update to 3.1.4



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 9 11:55:39 2024 +0200
Changeset:	4c7cbaeb79f0630250bdf71b8b7d85727eebc02c

Modified Files:
	Bear/Makefile
	Bear/TODO
	Bear/distinfo
Removed Files:
	Bear/patches/patch-source_CMakeLists.txt

Log Message:
Bear: update to 3.1.4

Doesn't build, reported upstream.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c7cbaeb79f0630250bdf71b8b7d85727eebc02c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Bear/Makefile                            |  2 +-
 Bear/TODO                                | 25 ++-----------------------
 Bear/distinfo                            |  7 +++----
 Bear/patches/patch-source_CMakeLists.txt | 16 ----------------
 4 files changed, 6 insertions(+), 44 deletions(-)

diffs:
diff --git a/Bear/Makefile b/Bear/Makefile
index ebf23f4ab8..9ca1e51979 100644
--- a/Bear/Makefile
+++ b/Bear/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.8 2015/09/07 19:16:42 jonthn Exp $
 
-DISTNAME=	Bear-3.1.2
+DISTNAME=	Bear-3.1.4
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=rizsotto/}
 
diff --git a/Bear/TODO b/Bear/TODO
index 4cddca25fe..54bdfd7f8b 100644
--- a/Bear/TODO
+++ b/Bear/TODO
@@ -1,23 +1,2 @@
-Doesn't install:
--- Installing: /scratch/wip/Bear/work/Bear-3.1.2/stage/lib/bear/wrapper
-CMake Error at intercept/cmake_install.cmake:54 (file):
-  file RPATH_CHANGE could not write new RPATH:
-
-    
-
-  to the file:
-
-    /scratch/wip/Bear/work/Bear-3.1.2/stage/lib/bear/wrapper
-
-  The current RPATH is:
-
-    /usr/pkg/lib
-
-  which does not contain:
-
-    /usr/pkg/lib:
-
-  as was expected.
-Call Stack (most recent call first):
-  cmake_install.cmake:47 (include)
-
+Does not compile with fmtlib 11. Reported upstream at
+https://github.com/rizsotto/Bear/issues/592
diff --git a/Bear/distinfo b/Bear/distinfo
index cdd9aa828d..9078986c26 100644
--- a/Bear/distinfo
+++ b/Bear/distinfo
@@ -1,6 +1,5 @@
 $NetBSD: distinfo,v 1.6 2015/09/07 19:16:42 jonthn Exp $
 
-BLAKE2s (Bear-3.1.2.tar.gz) = 5b2f20da0181e36eb4da21357eaf27be5d8495c00f9f8d28407c91781806de58
-SHA512 (Bear-3.1.2.tar.gz) = 02701e8a53b9d776ca838248f5b5d149d7ded6e024ce65bd1ca3b440ab1bf95691dc3d36bb28f043ce24bc1da6e666fb022ff92fa9df7c3142451742de16ca3e
-Size (Bear-3.1.2.tar.gz) = 127197 bytes
-SHA1 (patch-source_CMakeLists.txt) = 9bd99dff24d1a9a3221f79578af32637bab8cf7f
+BLAKE2s (Bear-3.1.4.tar.gz) = 827d36a6a39febb747c2c8b86668a74dfb529e0f80c39a003e9cc5a3916055ec
+SHA512 (Bear-3.1.4.tar.gz) = c63da7586d25a64dd8b3ff82f37505b36071dd064deb973c012840bc52ff6aec861fca21422b86b11629e86dc43d156b233d21b01e689369f0726799083afa98
+Size (Bear-3.1.4.tar.gz) = 127672 bytes
diff --git a/Bear/patches/patch-source_CMakeLists.txt b/Bear/patches/patch-source_CMakeLists.txt
deleted file mode 100644
index a79c555e9f..0000000000
--- a/Bear/patches/patch-source_CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-fmtlib 10 compatibility
-https://github.com/rizsotto/Bear/pull/526/commits/937e2ee644cab81ac710740f62caec7ce1366a5c
-
---- source/CMakeLists.txt.orig	2023-04-21 12:49:25.000000000 +0000
-+++ source/CMakeLists.txt
-@@ -29,7 +29,7 @@ find_package(spdlog REQUIRED)
- find_package(PkgConfig REQUIRED)
- pkg_check_modules(gRPC REQUIRED IMPORTED_TARGET protobuf grpc++)
- 
--if (fmt_VERSION_MAJOR EQUAL 9)
-+if (fmt_VERSION_MAJOR GREATER_EQUAL 9)
-     set(FMT_NEEDS_OSTREAM_FORMATTER 1)
-     set(HAVE_FMT_STD_H 1) # FIXME: this should be done with `check_include_file`
- endif ()


Home | Main Index | Thread Index | Old Index