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: Wed Apr 30 09:59:00 UTC 2025
Modified Files:
pkgsrc/x11/fltk: Makefile distinfo
Log Message:
x11/fltk: Update to 1.4.3
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.3 Released: Apr 29 2025
FLTK 1.4.3 is a maintenance release with improvements and fixes
backported from the current development branch 1.5 (master).
Bug Fixes
- Fix "Windows: Clipboard gets stuck when text is copied while window is
hidden" (#1233)
- Fix "Minor drawing artifact at scale 200% under X11 session" (#1243)
- Fix a comparison that's always true
- Fix handling of menu windows taller than their screen
- Fix potential buffer overflow on Windows when loading fonts (#1221)
- Windows: fix "heap-use-after-free" in home_directory_name()
- Fix out-of-bounds access in test/checkers.cxx
- macOS: Fix error "two consecutive '[' tokens on g++ with objcpp
files" (#1246)
Other Improvements
- Update man pages of games (demo programs), add glpuzzle man page
CMake And Other Build Procedure Improvements
- options.cmake: Check Threads_FOUND, not CMAKE_HAVE_THREADS_LIBRARY
- Check CMake version for some properties in fl_debug_target()
- Use CMake's built-in timestamp formatting (#1242)
- Simplify fluid build
- CI for Wayland: update required development packages for Wayland builds
- Update fltk-config.in (minor comment changes only)
- Fully support using own shared libraries internally (#1238)
- macOS: disable automatic code signing when using Xcode
- Update version numbers to 1.4.3
ABI changes (FL_ABI_VERSION >= 10403)
- Allow FL_ABI_VERSION = FL_API_VERSION + 1
- Fl_Tree_Item: Changed two connector methods to virtual
- Fix "Windows: dotted lines may be drawn solid when GUI is
rescaled" (#1214)
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/x11/fltk/Makefile
cvs rdiff -u -r1.31 -r1.32 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.94 pkgsrc/x11/fltk/Makefile:1.95
--- pkgsrc/x11/fltk/Makefile:1.94 Thu Apr 24 14:16:09 2025
+++ pkgsrc/x11/fltk/Makefile Wed Apr 30 09:58:59 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.94 2025/04/24 14:16:09 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2025/04/30 09:58:59 micha Exp $
-DISTNAME= fltk-1.4.2-source
+DISTNAME= fltk-1.4.3-source
PKGNAME= ${DISTNAME:S/-source//}
-PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=fltk/}
GITHUB_PROJECT= fltk
Index: pkgsrc/x11/fltk/distinfo
diff -u pkgsrc/x11/fltk/distinfo:1.31 pkgsrc/x11/fltk/distinfo:1.32
--- pkgsrc/x11/fltk/distinfo:1.31 Mon Feb 24 10:30:48 2025
+++ pkgsrc/x11/fltk/distinfo Wed Apr 30 09:58:59 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2025/02/24 10:30:48 micha Exp $
+$NetBSD: distinfo,v 1.32 2025/04/30 09:58:59 micha Exp $
-BLAKE2s (fltk-1.4.2-source.tar.bz2) = 4b465c0d88ca1d8ee023a180b2e7ca1adea4b5f1df403a3ee865d8e7c668395d
-SHA512 (fltk-1.4.2-source.tar.bz2) = 65f4546c3b80c48a39cd719a7bdfd8bbb46c670b1606af22ebfaf67a60f1f2b5b01b111c0eea7729506038613c75dcec15efb93607973d3845181e0e8444f81e
-Size (fltk-1.4.2-source.tar.bz2) = 8462860 bytes
+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
SHA1 (patch-FL_Fl__Cairo.H) = 8d6b8779040c466881502d82245789f69b6a019d
SHA1 (patch-cairo_Makefile) = 578c24fac83e61f68c934159f28f5abd05896d27
SHA1 (patch-configure) = 1beca8af8341f344623f04b9d89cac53119cf1ef
Home |
Main Index |
Thread Index |
Old Index