Friday, June 09, 2023

UPDATE: glog 0.6.0

Here is an update to glog 0.6.0.


https://github.com/google/glog/releases/tag/v0.6.0
https://github.com/google/glog/releases/tag/v0.5.0


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/glog/Makefile,v
retrieving revision 1.24
diff -u -p -u -p -r1.24 Makefile
--- Makefile 23 Feb 2023 12:38:31 -0000 1.24
+++ Makefile 10 Jun 2023 04:37:49 -0000
@@ -2,10 +2,9 @@ COMMENT = C++ application-level logging

GH_ACCOUNT = google
GH_PROJECT = glog
-GH_TAGNAME = v0.4.0
-REVISION = 3
+GH_TAGNAME = v0.6.0

-SHARED_LIBS += glog 2.0 # 0.2.1
+SHARED_LIBS += glog 3.0 # 0.2.1

CATEGORIES = devel

@@ -14,7 +13,7 @@ PERMIT_PACKAGE = Yes

WANTLIB += ${COMPILER_LIBCXX} execinfo gflags m

-COMPILER = base-clang ports-gcc base-gcc
+COMPILER = base-clang ports-gcc

MODULES = devel/cmake

Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/glog/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo 26 Nov 2020 20:37:13 -0000 1.6
+++ distinfo 10 Jun 2023 01:48:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (glog-0.4.0.tar.gz) = 8oNZrroS8w1z2eRxHvNW3IQohpaBEhYrxzACZFE5w5w=
-SIZE (glog-0.4.0.tar.gz) = 200955
+SHA256 (glog-0.6.0.tar.gz) = ioO/mC83u3CCXfcalwn6kOqfREf7PAmeHXIKQ52IutY=
+SIZE (glog-0.6.0.tar.gz) = 193267
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: patches/patch-CMakeLists_txt
diff -N patches/patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 23 Feb 2023 12:38:31 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-Index: CMakeLists.txt
---- CMakeLists.txt.orig
-+++ CMakeLists.txt
-@@ -72,11 +72,13 @@ check_include_file (stdlib.h HAVE_STDLIB_H)
- check_include_file (string.h HAVE_STRING_H)
- check_include_file (strings.h HAVE_STRINGS_H)
- check_include_file (sys/stat.h HAVE_SYS_STAT_H)
--check_include_file (sys/syscall.h HAVE_SYS_SYSCALL_H)
-+# Do not use syscall(2) directly
-+# check_include_file (sys/syscall.h HAVE_SYS_SYSCALL_H)
- check_include_file (sys/time.h HAVE_SYS_TIME_H)
- check_include_file (sys/types.h HAVE_SYS_TYPES_H)
- check_include_file (sys/utsname.h HAVE_SYS_UTSNAME_H)
--check_include_file (syscall.h HAVE_SYSCALL_H)
-+# Do not use syscall(2) directly
-+# check_include_file (syscall.h HAVE_SYSCALL_H)
- check_include_file (syslog.h HAVE_SYSLOG_H)
- check_include_file (ucontext.h HAVE_UCONTEXT_H)
- check_include_file (unistd.h HAVE_UNISTD_H)
Index: patches/patch-src_raw_logging_cc
===================================================================
RCS file: patches/patch-src_raw_logging_cc
diff -N patches/patch-src_raw_logging_cc
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_raw_logging_cc 10 Jun 2023 01:59:00 -0000
@@ -0,0 +1,15 @@
+fixed OpenBSD support (#921)
+
+Index: src/raw_logging.cc
+--- src/raw_logging.cc.orig
++++ src/raw_logging.cc
+@@ -59,7 +59,8 @@
+ # include <unistd.h>
+

No comments:

Post a Comment