pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/glibmm2.68
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 15 08:37:02 UTC 2026
Modified Files:
pkgsrc/devel/glibmm2.68: Makefile distinfo
Log Message:
glibmm2.68: updated to 2.88.0
2.88.0 (stable) 2026-03-18:
Glib:
* Markup::ParseContext: Add get_offset() and get_tag_start().
Gio:
* Application: Handle empty description in add_main_option_entry().
Documentation:
* Gio::File: Note where g_free() shall be called.
* README.win32.md: Mention Visual Studio 2026, update build info
gmmproc:
* tools/defs_gen/docextract: Improve extraction of enum enumerators.
Fix the case when no enumerator is documented the old way
in the enum block.
* tools/defs_gen/enumextract.py, h2def.py: Ignore G_GNUC_FLAG_ENUM
before the name of an enum definition.
Build:
* Require glib >= 2.87.3
* Meson build: Don't require the 'dot' command when creating
documentation with Doxygen.
* Meson build: Make Visual Studio 2026 builds distinct
* NMake Makefiles:
- Make Visual Studio 2026 builds distinct
- Reorganize, fix, and clean up a bit
- Make m4 detection more flexible and robust
- Make build process more robust
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/glibmm2.68/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/glibmm2.68/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/glibmm2.68/Makefile
diff -u pkgsrc/devel/glibmm2.68/Makefile:1.13 pkgsrc/devel/glibmm2.68/Makefile:1.14
--- pkgsrc/devel/glibmm2.68/Makefile:1.13 Tue Jan 6 16:23:34 2026
+++ pkgsrc/devel/glibmm2.68/Makefile Wed Apr 15 08:37:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/01/06 16:23:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2026/04/15 08:37:02 adam Exp $
-DISTNAME= glibmm-2.86.0
+DISTNAME= glibmm-2.88.0
PKGNAME= ${DISTNAME:S/glibmm/glibmm2.68/}
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/}
@@ -37,7 +37,7 @@ PLIST_VARS+= notmac
PLIST.notmac= yes
.endif
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.83.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.88.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libsigc++3/buildlink3.mk"
.include "../../devel/meson/build.mk"
Index: pkgsrc/devel/glibmm2.68/distinfo
diff -u pkgsrc/devel/glibmm2.68/distinfo:1.10 pkgsrc/devel/glibmm2.68/distinfo:1.11
--- pkgsrc/devel/glibmm2.68/distinfo:1.10 Tue Jan 6 16:23:34 2026
+++ pkgsrc/devel/glibmm2.68/distinfo Wed Apr 15 08:37:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2026/01/06 16:23:34 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2026/04/15 08:37:02 adam Exp $
-BLAKE2s (glibmm-2.86.0.tar.xz) = 8d12873759a919647258563faa4219a3f85a05ad8ff9755d8567f2e96accaecc
-SHA512 (glibmm-2.86.0.tar.xz) = bd628bca76570f92c3c0f7cbc878ec74ae243c4f201c205ce0c1fcf8f6778da4ccf72d1a8c712020980278b1a518307cf7c77f16aeb72e0a0816f6bc1d9f2391
-Size (glibmm-2.86.0.tar.xz) = 9519556 bytes
+BLAKE2s (glibmm-2.88.0.tar.xz) = be09a095eecdea21199e10287c13f021d8ff5b1a03f18f4b5d3c2a84b9e23586
+SHA512 (glibmm-2.88.0.tar.xz) = 550c9087ead950de3d7de2eac29ea7cab23c70ce1a0081c162df0369765d547d754dc296a0f06ab494df01f43f7bab29dfb88b6d2fdf920eebc3aef896dff1f0
+Size (glibmm-2.88.0.tar.xz) = 9523144 bytes
Home |
Main Index |
Thread Index |
Old Index