pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Bear: update to a version that has the fmtlib problem fixed
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Sep 8 21:02:34 2024 +0200
Changeset: 99b5fb97d43eb94956de5df7a64cb3d9a44fc2ad
Modified Files:
Bear/Makefile
Bear/TODO
Bear/distinfo
Log Message:
Bear: update to a version that has the fmtlib problem fixed
Fails with a grpc/abseil problem now.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=99b5fb97d43eb94956de5df7a64cb3d9a44fc2ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Bear/Makefile | 6 +++---
Bear/TODO | 3 +--
Bear/distinfo | 6 +++---
3 files changed, 7 insertions(+), 8 deletions(-)
diffs:
diff --git a/Bear/Makefile b/Bear/Makefile
index 9ca1e51979..f8c34279ad 100644
--- a/Bear/Makefile
+++ b/Bear/Makefile
@@ -3,6 +3,8 @@
DISTNAME= Bear-3.1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=rizsotto/}
+# post 3.1.4, contains with fix for fmtlib 11
+GITHUB_TAG= 8afeafe61299c87449023d63336389f159b55808
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/rizsotto/Bear
@@ -10,11 +12,8 @@ COMMENT= Tool to generate compilation database
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
-USE_CMAKE= yes
USE_TOOLS+= pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../mk/bsd.prefs.mk"
.if ${_OPSYS_SHLIB_TYPE} == "dylib"
@@ -23,6 +22,7 @@ PLIST_SUBST+= LIBEXT=dylib
PLIST_SUBST+= LIBEXT=so
.endif
+.include "../../devel/cmake/build.mk"
.include "../../devel/googletest/buildlink3.mk"
.include "../../devel/spdlog/buildlink3.mk"
.include "../../devel/protobuf/buildlink3.mk"
diff --git a/Bear/TODO b/Bear/TODO
index 54bdfd7f8b..0cbc632374 100644
--- a/Bear/TODO
+++ b/Bear/TODO
@@ -1,2 +1 @@
-Does not compile with fmtlib 11. Reported upstream at
-https://github.com/rizsotto/Bear/issues/592
+ld: /scratch/wip/Bear/work/.buildlink/lib/libgrpc.so: undefined reference to `grpc_core::MakeDirectoryReader(absl::lts_20240722::string_view)'
diff --git a/Bear/distinfo b/Bear/distinfo
index 9078986c26..f143b4bd38 100644
--- a/Bear/distinfo
+++ b/Bear/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2015/09/07 19:16:42 jonthn Exp $
-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
+BLAKE2s (Bear-3.1.4-8afeafe61299c87449023d63336389f159b55808.tar.gz) = bf3a8b55c00cca16d877fa29434c4c3ec78f48f1d7bf89797c0aef073cb0623b
+SHA512 (Bear-3.1.4-8afeafe61299c87449023d63336389f159b55808.tar.gz) = a2d531293d7ca4dd7442f7f952c8f659d18389c4480c5d1530fbe7f4243b1cc76525eb4ab9229001dd4c1e83bca695f6c48b7329437d2f03ae8e9f3eb97d6c22
+Size (Bear-3.1.4-8afeafe61299c87449023d63336389f159b55808.tar.gz) = 149126 bytes
Home |
Main Index |
Thread Index |
Old Index