pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/kconfig



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Jul 29 01:52:00 UTC 2023

Modified Files:
        pkgsrc/devel/kconfig: Makefile PLIST distinfo

Log Message:
kconfig: update to 5.108.0

5.99
  Only warn about a file being inaccessible if we know which file it is
  Fix size and position restoration on multimonitor setups
  Warn when accessing an inaccessible config file
  Fix minValue/maxValue for KConfigCompilerSignallingItem
5.100
  kconfig_compiler: switch away from bit mask for signal enum values
  kconfig_compiler: fix generation of bit masks enum items for signals
  kconfig_compiler: perform signals count check earlier
  Fix KConfigGui initialization in case of static builds
5.101
  Apply existing  QScreen::name() workaround for Windows to new code
  Fix parser treating empty IntList default as a list of single zero element: [0]
5.102
  fix safety issue of multiple threads use KConfig in the same process
5.103
  kconf_update: use standard exit status code
  kconf_update: use CMAKE_INSTALL_FULL_LIBDIR
  KCoreConfigSkeleton::ItemEnum::Choice2: add deprecation warning markup
  KCoreConfigSkeleton::ItemEnum::choices2(): add deprecation markup
  Android: Fix a bug where new file wouldn't be created
5.104
  Don't include screen connector names in screen position/size data
  Fix multimonitor window size restoration
  Sort connector names for multi-screen size/position keys
5.106
  Add workaround to support config name with minus sign


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/kconfig/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/kconfig/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/kconfig/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/kconfig/Makefile
diff -u pkgsrc/devel/kconfig/Makefile:1.57 pkgsrc/devel/kconfig/Makefile:1.58
--- pkgsrc/devel/kconfig/Makefile:1.57  Mon May 22 20:59:56 2023
+++ pkgsrc/devel/kconfig/Makefile       Sat Jul 29 01:52:00 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2023/05/22 20:59:56 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2023/07/29 01:52:00 markd Exp $
 
 DISTNAME=      kconfig-${KF5VER}
-PKGREVISION=   6
 CATEGORIES=    devel
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/devel/kconfig/PLIST
diff -u pkgsrc/devel/kconfig/PLIST:1.6 pkgsrc/devel/kconfig/PLIST:1.7
--- pkgsrc/devel/kconfig/PLIST:1.6      Mon Apr 25 03:40:56 2022
+++ pkgsrc/devel/kconfig/PLIST  Sat Jul 29 01:52:00 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/04/25 03:40:56 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/07/29 01:52:00 markd Exp $
 bin/kreadconfig5
 bin/kwriteconfig5
 include/KF5/KConfig/kconfig_version.h
@@ -32,6 +32,7 @@ include/KF5/KConfigGui/KWindowConfig
 include/KF5/KConfigGui/KWindowStateSaver
 include/KF5/KConfigGui/kconfiggui.h
 include/KF5/KConfigGui/kconfiggui_export.h
+include/KF5/KConfigGui/kconfigguistaticinitializer.cpp
 include/KF5/KConfigGui/kconfigloader.h
 include/KF5/KConfigGui/kconfigskeleton.h
 include/KF5/KConfigGui/kstandardshortcut.h
@@ -103,6 +104,7 @@ share/locale/id/LC_MESSAGES/kconfig5_qt.
 share/locale/is/LC_MESSAGES/kconfig5_qt.qm
 share/locale/it/LC_MESSAGES/kconfig5_qt.qm
 share/locale/ja/LC_MESSAGES/kconfig5_qt.qm
+share/locale/ka/LC_MESSAGES/kconfig5_qt.qm
 share/locale/kab/LC_MESSAGES/kconfig5_qt.qm
 share/locale/kk/LC_MESSAGES/kconfig5_qt.qm
 share/locale/km/LC_MESSAGES/kconfig5_qt.qm

Index: pkgsrc/devel/kconfig/distinfo
diff -u pkgsrc/devel/kconfig/distinfo:1.15 pkgsrc/devel/kconfig/distinfo:1.16
--- pkgsrc/devel/kconfig/distinfo:1.15  Thu Sep 29 00:36:31 2022
+++ pkgsrc/devel/kconfig/distinfo       Sat Jul 29 01:52:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/09/29 00:36:31 markd Exp $
+$NetBSD: distinfo,v 1.16 2023/07/29 01:52:00 markd Exp $
 
-BLAKE2s (kconfig-5.98.0.tar.xz) = 44a4c6b71649d0abbd792c717deccb0682378a796342758674c399d83451eaf8
-SHA512 (kconfig-5.98.0.tar.xz) = df3950714dbf2b9edb3051fb0dc26bd4564503c8a5253712345cbd774f326cd1b49119218b1ab7c574f37455fac09c36928962fd7c49d82e810b88c305591826
-Size (kconfig-5.98.0.tar.xz) = 283628 bytes
+BLAKE2s (kconfig-5.108.0.tar.xz) = 36fef676e94321d9591661ab686c56b673b8092567042c631cf5b742c7d3a900
+SHA512 (kconfig-5.108.0.tar.xz) = ba05a2ae4811ebcf8ad0178142ffe5b07854209846ee42f05058ecf0a5cd24d51f7ccd312c97bdd9054cfbbea444723719d533f2be031fb49d35eb78a457d853
+Size (kconfig-5.108.0.tar.xz) = 293780 bytes



Home | Main Index | Thread Index | Old Index