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:   sno
Date:           Sun Mar 24 09:18:53 UTC 2019

Modified Files:
        pkgsrc/devel/log4cplus: Makefile PLIST buildlink3.mk distinfo

Log Message:
Updating package for Log4CPlus in devel/log4cplus from 2.0.2 to 2.0.3

Because of the fixed new API changes, bump the API version in buildlink3.mk
to 2.0.3 - since 1.x API will likely disappear (it's already deprecated)

# log4cplus 2.0.3

  - Fix compilation on systems without `O_CLOEXEC`. This affects, e.g.,
    Solaris 10. GitHub issue #326. (Patch by Jiangrz).

  - Provide `log4cplus::deinitialize()` to make the API symmetric
    (`log4cplus::initialize()` already exists) and to allow
    de-/initialization without `log4cplus::Initializer` instance. GitHub
    issue #340.

  - Deal with `register` keyword being generated in SWIG based bindings. The
    keyword is unused and reserved in C++17. Remove use of
    `std::unary_function`, it was removed in C++17.

  - Add ability to define new log levels using C API. Add reconfiguration
    API. (Jens Rehsack)

  - Add `NDCMatchFilter` and `MDCMatchFilter`. (Franck)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/log4cplus/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/log4cplus/PLIST \
    pkgsrc/devel/log4cplus/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/devel/log4cplus/Makefile:1.9
--- pkgsrc/devel/log4cplus/Makefile:1.8 Mon Feb  4 10:53:51 2019
+++ pkgsrc/devel/log4cplus/Makefile     Sun Mar 24 09:18:53 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2019/02/04 10:53:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2019/03/24 09:18:53 sno Exp $
 #
 
-DISTNAME=      log4cplus-2.0.2
+DISTNAME=      log4cplus-2.0.3
 CATEGORIES=    devel
-GITHUB_RELEASE=        REL_2_0_2
+GITHUB_RELEASE=        REL_2_0_3
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=log4cplus/}
 EXTRACT_SUFX=  .tar.bz2
 

Index: pkgsrc/devel/log4cplus/PLIST
diff -u pkgsrc/devel/log4cplus/PLIST:1.3 pkgsrc/devel/log4cplus/PLIST:1.4
--- pkgsrc/devel/log4cplus/PLIST:1.3    Sun Nov 11 20:09:56 2018
+++ pkgsrc/devel/log4cplus/PLIST        Sun Mar 24 09:18:53 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/11/11 20:09:56 sno Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/03/24 09:18:53 sno Exp $
 include/log4cplus/appender.h
 include/log4cplus/asyncappender.h
 include/log4cplus/boost/deviceappender.hxx
@@ -31,6 +31,7 @@ include/log4cplus/helpers/timehelper.h
 include/log4cplus/hierarchy.h
 include/log4cplus/hierarchylocker.h
 include/log4cplus/initializer.h
+include/log4cplus/internal/customloglevelmanager.h
 include/log4cplus/internal/cygwin-win32.h
 include/log4cplus/internal/env.h
 include/log4cplus/internal/internal.h
Index: pkgsrc/devel/log4cplus/buildlink3.mk
diff -u pkgsrc/devel/log4cplus/buildlink3.mk:1.3 pkgsrc/devel/log4cplus/buildlink3.mk:1.4
--- pkgsrc/devel/log4cplus/buildlink3.mk:1.3    Sun Jan  7 13:04:07 2018
+++ pkgsrc/devel/log4cplus/buildlink3.mk        Sun Mar 24 09:18:53 2019
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:07 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2019/03/24 09:18:53 sno Exp $
 
 BUILDLINK_TREE+=       log4cplus
 
 .if !defined(LOG4CPLUS_BUILDLINK3_MK)
 LOG4CPLUS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.log4cplus+=      log4cplus>=1.1.0
+BUILDLINK_API_DEPENDS.log4cplus+=      log4cplus>=2.0.3
 BUILDLINK_PKGSRCDIR.log4cplus?=                ../../devel/log4cplus
 .endif # LOG4CPLUS_BUILDLINK3_MK
 

Index: pkgsrc/devel/log4cplus/distinfo
diff -u pkgsrc/devel/log4cplus/distinfo:1.5 pkgsrc/devel/log4cplus/distinfo:1.6
--- pkgsrc/devel/log4cplus/distinfo:1.5 Sun Nov 11 21:16:48 2018
+++ pkgsrc/devel/log4cplus/distinfo     Sun Mar 24 09:18:53 2019
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/11/11 21:16:48 sno Exp $
+$NetBSD: distinfo,v 1.6 2019/03/24 09:18:53 sno Exp $
 
-SHA1 (log4cplus-2.0.2.tar.bz2) = f34573c7356a6f5b78a61ff5ee9f9ba4a5dace8f
-RMD160 (log4cplus-2.0.2.tar.bz2) = 547fa298a76faf7bc607aa7f780047ffe177dfbf
-SHA512 (log4cplus-2.0.2.tar.bz2) = 0951a7255fea8f0efe9d0eb5889507fc0293c3baffa05bd7313ee3182e702c971b4a7fab47f6a1c3010310c08797fb780e0719e3b7df5df3d9a76ad57484ec9f
-Size (log4cplus-2.0.2.tar.bz2) = 958644 bytes
-SHA1 (patch-aa) = d9dd3690fbba318aef47c44b99457783ba086a43
-SHA1 (patch-ab) = 2e483d73f9d8f27972a14f5ab73aeeec851e77b8
+SHA1 (log4cplus-2.0.3.tar.bz2) = 0326d52a11a31dc1b5fb8885bccf9ddafb8e840b
+RMD160 (log4cplus-2.0.3.tar.bz2) = 223f295de9efa66097ba793b3b329c5214fb739a
+SHA512 (log4cplus-2.0.3.tar.bz2) = 444b04a099bdd02e642a49b9280e8c3aaa8061bd5470b5227189690d7a9a386100c23762a5f2738a78a678334dad06468a5bb6ec30ec2ec15a0406f9d101f6c9
+Size (log4cplus-2.0.3.tar.bz2) = 962335 bytes



Home | Main Index | Thread Index | Old Index