pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/google-glog



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar  3 09:59:58 UTC 2023

Modified Files:
        pkgsrc/devel/google-glog: Makefile PLIST distinfo

Log Message:
google-glog: updated to 0.6.0

google-glog 0.6.0

bazel: Use glog 0.5.0 in README
Expose IsGoogleLoggingInitialized() in public API.
Fix cmake configuration for cygwin environment
Allow updating vmodule levels after vmodule level has been cached
Export COPYING
cmake: fixed msvc snprintf detection
cmake: allow to override -fPIC
cmake: export <atomic> availability
Remove ubuntu1604 from presubmit.yml
bazel: add GLOG_CUSTOM_PREFIX_SUPPORT
log messages periodically (time-based)
ci: support more targets
cmake: prefer linking against gflags::gflags
Fix syscall deprecation warning on macOS >= 10.12
fixed exception specification mismatch
readme: fix wrong header id
eliminate warnings
fixed additional warnings
Add an static cast to compare unsigned with unsigned
Fix: not implement virtual class when WITH_CUSTOM_PREFIX on
Change size type in AnnotateBenignRaceSized to size_t from long
Fix link error for Emscripten
raw_logging.h depends on type definition in logging.h.
export OS_* defines
Fix syscall warning in Bazel Build
Add -Werror to Bazel presubmits
added gmock support
Support stack unwind on Android
add linux github workflow
ci: replace generated headers by templates
add mock log test
added log cleaner tests and fixed paths
Make LogCleaner support relative paths
cmake: Fix incorrect relative-path concatenation
Restore the stream format after writing the log prefix
fix glog-modules.cmake install
protect VLOG by use_logging
Fix log filename format
Add Zhuoran Shen to AUTHORS and CONTRIBUTORS
ci: reworked windows builds
cmake: set CMP0074 policy
ci: use codecov token
Added gmtoff() method in 'LogMessageTime' to get GMT offset
LogCleaner: Fix relative paths and add a new test
eliminate msvc warnings
cmake: require at least version 3.16
ci: enable warnings as errors
LogCleaner: make overdue_days_ unsigned int
ci: remove deprecated msvc runner
provide backward compatible send overload
run clang-tidy
eliminate clang warnings
ensure _Unwind_Backtrace to actually be available
cmake: do not search for platform specific unwind
revert to signed int atomics
Add the "FLAG_log_year_in_prefix"
use uint32 for --max-log-size
stdcxx: eliminate excessive use of std::string::c_str()
cmake: require at least gflags 2.2.2
Changed my Email ID
On Solaris, GetHostName() returns empty string
LogCleaner: avoid scanning logs too frequently
libglog.pc: Set Libs.private for static linking
cmake: enable custom prefix by default
simplify flags export
rename GOOGLE_GLOG_DLL_DECL to GLOG_EXPORT
cmake_package_config_generate: Fix CMake warnings with CMake 3.23
Tests: Respect TEST_TMPDIR, TMPDIR, TMP environmental variables
Add the logtostdout and colorlogtostdout flag to allow logging to stdout
Add clang-cl.exe to Bazel CI
Fix "'GLOG_EXPORT' macro redefined" on clang-cl
Fix namespace resolution issue in LOG_EVERY_T


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/google-glog/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/google-glog/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/google-glog/distinfo

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

Modified files:

Index: pkgsrc/devel/google-glog/Makefile
diff -u pkgsrc/devel/google-glog/Makefile:1.10 pkgsrc/devel/google-glog/Makefile:1.11
--- pkgsrc/devel/google-glog/Makefile:1.10      Sun Mar 27 13:41:06 2022
+++ pkgsrc/devel/google-glog/Makefile   Fri Mar  3 09:59:58 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/03/27 13:41:06 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2023/03/03 09:59:58 adam Exp $
 
-DISTNAME=      glog-0.4.0
+DISTNAME=      glog-0.6.0
 PKGNAME=       google-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -8,27 +8,23 @@ GITHUB_PROJECT=       glog
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/google/glog/
+HOMEPAGE=      https://github.com/google/glog
 COMMENT=       Application Level Logging library for C++
 LICENSE=       modified-bsd
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    automake pkg-config
 USE_LANGUAGES= c c++11
+USE_TOOLS+=    pkg-config
 
-PKGCONFIG_OVERRIDE+=   libglog.pc.in
+CMAKE_ARGS+=   -DWITH_UNWIND=OFF
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-pie
 
 .include "../../mk/bsd.prefs.mk"
-
 .if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && exists(/usr/include/execinfo.h)
-LIBS+=         -lexecinfo
+LDFLAGS+=      -lexecinfo
 .endif
 
-pre-configure:
-       cd ${WRKSRC} && ${SH} autogen.sh
-
+.include "../../devel/cmake/build.mk"
+.include "../../devel/gflags/buildlink3.mk"
 .include "../../devel/googletest/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/google-glog/PLIST
diff -u pkgsrc/devel/google-glog/PLIST:1.2 pkgsrc/devel/google-glog/PLIST:1.3
--- pkgsrc/devel/google-glog/PLIST:1.2  Sat Feb 20 20:46:13 2021
+++ pkgsrc/devel/google-glog/PLIST      Fri Mar  3 09:59:58 2023
@@ -1,16 +1,17 @@
-@comment $NetBSD: PLIST,v 1.2 2021/02/20 20:46:13 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/03/03 09:59:58 adam Exp $
+include/glog/export.h
 include/glog/log_severity.h
 include/glog/logging.h
+include/glog/platform.h
 include/glog/raw_logging.h
 include/glog/stl_logging.h
 include/glog/vlog_is_on.h
-lib/libglog.la
+lib/cmake/glog/glog-config-version.cmake
+lib/cmake/glog/glog-config.cmake
+lib/cmake/glog/glog-modules.cmake
+lib/cmake/glog/glog-targets-noconfig.cmake
+lib/cmake/glog/glog-targets.cmake
+lib/libglog.so
+lib/libglog.so.0.6.0
+lib/libglog.so.1
 lib/pkgconfig/libglog.pc
-share/doc/glog-${PKGVERSION}/AUTHORS
-share/doc/glog-${PKGVERSION}/COPYING
-share/doc/glog-${PKGVERSION}/ChangeLog
-share/doc/glog-${PKGVERSION}/INSTALL
-share/doc/glog-${PKGVERSION}/README.md
-share/doc/glog-${PKGVERSION}/README.windows
-share/doc/glog-${PKGVERSION}/designstyle.css
-share/doc/glog-${PKGVERSION}/glog.html

Index: pkgsrc/devel/google-glog/distinfo
diff -u pkgsrc/devel/google-glog/distinfo:1.8 pkgsrc/devel/google-glog/distinfo:1.9
--- pkgsrc/devel/google-glog/distinfo:1.8       Tue Oct 26 10:14:47 2021
+++ pkgsrc/devel/google-glog/distinfo   Fri Mar  3 09:59:58 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:14:47 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/03/03 09:59:58 adam Exp $
 
-BLAKE2s (glog-0.4.0.tar.gz) = b2f19edce18f97725df4a6929b2c93fa16955747c661d6a6264e2121ed7f0a4c
-SHA512 (glog-0.4.0.tar.gz) = b585f1819ade2075f6b61dc5aaca5c3f9d25601dba2bd08b6c49b96ac5f79db23c6b7f2042df003f7130497dd7241fcaa8b107d1f97385cb66ce52d3c554b176
-Size (glog-0.4.0.tar.gz) = 200955 bytes
+BLAKE2s (glog-0.6.0.tar.gz) = a0acac39582645d921743be6dfc9263fb3d7aca5829e59b2815a9272f44b58b0
+SHA512 (glog-0.6.0.tar.gz) = fd2c42583d0dd72c790a8cf888f328a64447c5fb9d99b2e2a3833d70c102cb0eb9ae874632c2732424cc86216c8a076a3e24b23a793eaddb5da8a1dc52ba9226
+Size (glog-0.6.0.tar.gz) = 193267 bytes



Home | Main Index | Thread Index | Old Index