pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/log4cplus
Module Name: pkgsrc
Committed By: adam
Date: Sun Oct 19 13:43:08 UTC 2025
Modified Files:
pkgsrc/devel/log4cplus: Makefile PLIST buildlink3.mk distinfo
Log Message:
log4cplus: updated to 2.1.2
2.1.2
IMPORTANT: Dropping Visual Studio 2015 compatibility. It is no longer able to compile the thread pool source.
Implement LOG4CPLUS_ASSERT_FMT() - formats assertion message using C-style format string.
New configuration property: log4cplus.threadPoolBlockOnFull. When this property is true (default), threads will block when internal thread pool queue is full.
Warn about full internal thread pool queue when dropping events due to log4cplus.threadPoolBlockOnFull being false.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/log4cplus/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/log4cplus/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/log4cplus/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/log4cplus/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/log4cplus/Makefile
diff -u pkgsrc/devel/log4cplus/Makefile:1.14 pkgsrc/devel/log4cplus/Makefile:1.15
--- pkgsrc/devel/log4cplus/Makefile:1.14 Wed Feb 5 22:15:21 2025
+++ pkgsrc/devel/log4cplus/Makefile Sun Oct 19 13:43:08 2025
@@ -1,28 +1,28 @@
-# $NetBSD: Makefile,v 1.14 2025/02/05 22:15:21 riastradh Exp $
-#
+# $NetBSD: Makefile,v 1.15 2025/10/19 13:43:08 adam Exp $
-DISTNAME= log4cplus-2.0.3
-PKGREVISION= 2
+DISTNAME= log4cplus-2.1.2
CATEGORIES= devel
-GITHUB_RELEASE= REL_2_0_3
MASTER_SITES= ${MASTER_SITE_GITHUB:=log4cplus/}
-EXTRACT_SUFX= .tar.bz2
+GITHUB_RELEASE= REL_${PKGVERSION_NOREV:S/./_/g}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= reed%reedmedia.net@localhost
HOMEPAGE= https://log4cplus.sourceforge.io/
COMMENT= Logging API for C++
LICENSE= apache-2.0 AND 2-clause-bsd
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config autoconf automake autoreconf gmake
-USE_LANGUAGES= c99 c++11 # C for configure
-
+USE_CC_FEATURES= c99
+USE_CXX_FEATURES= c++11
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= autoconf automake autoreconf gmake pkg-config
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-iconv
CONFIGURE_ARGS+= --without-wchar_t-support
CONFIGURE_ARGS+= --without-qt
CONFIGURE_ARGS+= --without-qt5
CONFIGURE_ARGS+= --without-python
+TEST_TARGET= check
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
@@ -35,7 +35,7 @@ CHECK_BUILTIN.pthread:= no
CONFIGURE_ARGS+= --enable-threads
# TLS is not supported by NetBSD<6
-.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
+.if ${MACHINE_PLATFORM:MNetBSD-[0-5].*-*}
CONFIGURE_ENV+= ac_cv_thread_local=no
CONFIGURE_ENV+= ac_cv__thread_keyword=no
.endif
Index: pkgsrc/devel/log4cplus/PLIST
diff -u pkgsrc/devel/log4cplus/PLIST:1.4 pkgsrc/devel/log4cplus/PLIST:1.5
--- pkgsrc/devel/log4cplus/PLIST:1.4 Sun Mar 24 09:18:53 2019
+++ pkgsrc/devel/log4cplus/PLIST Sun Oct 19 13:43:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/03/24 09:18:53 sno Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/10/19 13:43:08 adam Exp $
include/log4cplus/appender.h
include/log4cplus/asyncappender.h
include/log4cplus/boost/deviceappender.hxx
@@ -9,13 +9,16 @@ include/log4cplus/config.hxx
include/log4cplus/config/defines.hxx
include/log4cplus/config/macosx.h
include/log4cplus/config/win32.h
+include/log4cplus/config/windowsh-inc-full.h
include/log4cplus/config/windowsh-inc.h
include/log4cplus/configurator.h
include/log4cplus/consoleappender.h
+include/log4cplus/exception.h
include/log4cplus/fileappender.h
include/log4cplus/fstreams.h
include/log4cplus/helpers/appenderattachableimpl.h
include/log4cplus/helpers/connectorthread.h
+include/log4cplus/helpers/eventcounter.h
include/log4cplus/helpers/fileinfo.h
include/log4cplus/helpers/lockfile.h
include/log4cplus/helpers/loglog.h
Index: pkgsrc/devel/log4cplus/buildlink3.mk
diff -u pkgsrc/devel/log4cplus/buildlink3.mk:1.6 pkgsrc/devel/log4cplus/buildlink3.mk:1.7
--- pkgsrc/devel/log4cplus/buildlink3.mk:1.6 Wed Feb 5 23:10:52 2025
+++ pkgsrc/devel/log4cplus/buildlink3.mk Sun Oct 19 13:43:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2025/02/05 23:10:52 riastradh Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2025/10/19 13:43:08 adam Exp $
BUILDLINK_TREE+= log4cplus
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= log4cplus
LOG4CPLUS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.log4cplus+= log4cplus>=2.0.3
-BUILDLINK_ABI_DEPENDS.log4cplus?= log4cplus>=2.0.3nb1
+BUILDLINK_ABI_DEPENDS.log4cplus+= log4cplus>=2.0.3nb1
BUILDLINK_PKGSRCDIR.log4cplus?= ../../devel/log4cplus
.include "../../converters/libiconv/buildlink3.mk"
Index: pkgsrc/devel/log4cplus/distinfo
diff -u pkgsrc/devel/log4cplus/distinfo:1.8 pkgsrc/devel/log4cplus/distinfo:1.9
--- pkgsrc/devel/log4cplus/distinfo:1.8 Tue Oct 26 10:15:32 2021
+++ pkgsrc/devel/log4cplus/distinfo Sun Oct 19 13:43:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:15:32 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/10/19 13:43:08 adam Exp $
-BLAKE2s (log4cplus-2.0.3.tar.bz2) = e14dfacb6a455fef974d54a49205505d2a2fd6c90b8222b78b63f28af3005846
-SHA512 (log4cplus-2.0.3.tar.bz2) = 444b04a099bdd02e642a49b9280e8c3aaa8061bd5470b5227189690d7a9a386100c23762a5f2738a78a678334dad06468a5bb6ec30ec2ec15a0406f9d101f6c9
-Size (log4cplus-2.0.3.tar.bz2) = 962335 bytes
+BLAKE2s (log4cplus-2.1.2.tar.xz) = 9d884313857d36f4233454c0346626b1dc41608834c62f3c51ede62e865dad71
+SHA512 (log4cplus-2.1.2.tar.xz) = d6285e4964e8eda072b61e0585d5fe08c1d942b688752baf75ba230d49691070156ab4da1803d82d0c09128bcb87e21910e38ee9441df13ff762d527fe431444
+Size (log4cplus-2.1.2.tar.xz) = 953200 bytes
Home |
Main Index |
Thread Index |
Old Index