pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fltk



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Jul 28 10:06:48 UTC 2025

Modified Files:
        pkgsrc/x11/fltk: Makefile distinfo

Log Message:
x11/fltk: Update to 1.4.4

This is a maintenance release with bug fixes and improvements.
Its ABI and API are 100% backwards compatible with FLTK 1.4.0.

Changes in FLTK 1.4.4                                   Released: Jul 20 2025

  This is a maintenance release with improvements and fixes
  backported from the current development branch 1.5 (master).

  Bug Fixes

  - #1114: Ensure minimum height of last block in Fl_Help_View
  - Fix address sanitizer exception for macOS native file chooser
  - Wayland: remove crash when resizing hidden subwindow
  - Wayland: fix "A flag to set how menus should show up" (#1260)
  - macOS: protect uses of __block by #if defined(__BLOCKS__) condition
  - Fix "Selecting menus from the menubar under Wayland/fullscreen" (#1264)

  Documentation Fixes and Improvements

  - Fl_Terminal doc fixes, private->protected for utf8_char_at_*()
  - Fl_Window::free_position() is no longer deprecated

  Other Improvements

  - Set default DPI to 300 in fl_write_png
  - #146: Add access to scrollbars widget in Fl_Help_View
  - Improve Fl_Button event handling documentation (#1267)
  - macOS: Fix in window titlebar capture to support macOS 26 Tahoe
  - Fix usage of 'volatile' in src/Fl_JPEG_Image.cxx (#1207)
  - Improve test/threads demo program (backported from 1.5)

  CMake And Other Build Procedure Improvements

  - Restore use of build option FLTK_USE_POLL
  - Add CMake build option FLTK_USE_DBUS to allow build w/o dbus (PR #1252)

  ABI changes (FL_ABI_VERSION >= 10404)

  - There are no ABI changes in this release.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/x11/fltk/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/fltk/distinfo

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

Modified files:

Index: pkgsrc/x11/fltk/Makefile
diff -u pkgsrc/x11/fltk/Makefile:1.95 pkgsrc/x11/fltk/Makefile:1.96
--- pkgsrc/x11/fltk/Makefile:1.95       Wed Apr 30 09:58:59 2025
+++ pkgsrc/x11/fltk/Makefile    Mon Jul 28 10:06:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2025/04/30 09:58:59 micha Exp $
+# $NetBSD: Makefile,v 1.96 2025/07/28 10:06:48 micha Exp $
 
-DISTNAME=      fltk-1.4.3-source
+DISTNAME=      fltk-1.4.4-source
 PKGNAME=       ${DISTNAME:S/-source//}
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fltk/}

Index: pkgsrc/x11/fltk/distinfo
diff -u pkgsrc/x11/fltk/distinfo:1.32 pkgsrc/x11/fltk/distinfo:1.33
--- pkgsrc/x11/fltk/distinfo:1.32       Wed Apr 30 09:58:59 2025
+++ pkgsrc/x11/fltk/distinfo    Mon Jul 28 10:06:48 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2025/04/30 09:58:59 micha Exp $
+$NetBSD: distinfo,v 1.33 2025/07/28 10:06:48 micha Exp $
 
-BLAKE2s (fltk-1.4.3-source.tar.bz2) = 524d32e0cb02c0a8a70333880b69379ad2d26a5ff822ebd7aa4b6e85bed11123
-SHA512 (fltk-1.4.3-source.tar.bz2) = 4a497142456121a853b96490dc864a17c1232e3e7a102feeabf55418e9626d4f80bf24e0b65a5ae3096e7048d9c40ae4190ceed96015de74a9cfd929c2bacdd8
-Size (fltk-1.4.3-source.tar.bz2) = 8460603 bytes
+BLAKE2s (fltk-1.4.4-source.tar.bz2) = e096e4d068c3ba7e8484a539367d9f65b8a9c470cb94f7c33098f8821f5924d6
+SHA512 (fltk-1.4.4-source.tar.bz2) = 4890bee3093bf53adf2c127713b4e338ce7c587ff5371778e05cb987676eb9a248e221d98a60a1a9aec023a4cf9d180b84e973dd7b0b177ef37a902c4b3cf4b7
+Size (fltk-1.4.4-source.tar.bz2) = 8465974 bytes
 SHA1 (patch-FL_Fl__Cairo.H) = 8d6b8779040c466881502d82245789f69b6a019d
 SHA1 (patch-cairo_Makefile) = 578c24fac83e61f68c934159f28f5abd05896d27
 SHA1 (patch-configure) = 1beca8af8341f344623f04b9d89cac53119cf1ef



Home | Main Index | Thread Index | Old Index