pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fltk13



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Nov 22 10:49:08 UTC 2021

Modified Files:
        pkgsrc/x11/fltk13: Makefile distinfo

Log Message:
x11/fltk13: Update to 1.3.8

This release does not contain new "ABI features". The ABI (Application
Binary Interface) is 100% compatible with releases 1.3.5 - 1.3.7.

CHANGES IN FLTK 1.3.8                                 RELEASED: Nov 20 2021

FLTK 1.3.8 is a maintenance release with some fixes and enhancements.

Details:

  Albrecht Schlosser:
    Make "FLTK_CONSOLIDATE_MOTION" user-definable (issue #76)
    Fix compiler warnings (backported from 1.4)
    Add new dialog fl_choice_n() with extended return values (#282)

  ManoloFLTK:
    Account for deprecation of [NSBitmapImageRep initWithFocusedViewRect:]
      in macOS 10.14
    macOS: fix fullscreen window when other windows were created before
    Fix issue #287: "FLTK 1.3.6 doesn't handle fullscreen on macOS"
    Fix issue #288: "FLTK 1.3.6+ doesn't notify window movement on macOS"
    Fix issue #279: "HiDpi issue on macOS with retina display"
    macOS: Allow building with non-Apple compiler that may not support
      blocks


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/fltk13/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/fltk13/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/fltk13/Makefile
diff -u pkgsrc/x11/fltk13/Makefile:1.41 pkgsrc/x11/fltk13/Makefile:1.42
--- pkgsrc/x11/fltk13/Makefile:1.41     Mon Jul 26 11:00:33 2021
+++ pkgsrc/x11/fltk13/Makefile  Mon Nov 22 10:49:08 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2021/07/26 11:00:33 micha Exp $
+# $NetBSD: Makefile,v 1.42 2021/11/22 10:49:08 micha Exp $
 
-DISTNAME=      fltk-1.3.7-source
+DISTNAME=      fltk-1.3.8-source
 PKGNAME=       ${DISTNAME:S/-source//}
 VERS=          ${DISTNAME:S/fltk-//:S/-source//}
 CATEGORIES=    x11

Index: pkgsrc/x11/fltk13/distinfo
diff -u pkgsrc/x11/fltk13/distinfo:1.15 pkgsrc/x11/fltk13/distinfo:1.16
--- pkgsrc/x11/fltk13/distinfo:1.15     Tue Oct 26 11:33:48 2021
+++ pkgsrc/x11/fltk13/distinfo  Mon Nov 22 10:49:08 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:33:48 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/11/22 10:49:08 micha Exp $
 
-BLAKE2s (fltk-1.3.7-source.tar.bz2) = 4b04fb310c9078662f0a291b201b6a20a9c95f40a1bb5097a4e92f914b6ab9cb
-SHA512 (fltk-1.3.7-source.tar.bz2) = e9a914b717c6711ee9567e9115ec8570ed01618acd96878358f0960b9a506b58e6272332e72bfdbeeb481d40347f825a1b03d94f39c9a76c238f51394ae9f75f
-Size (fltk-1.3.7-source.tar.bz2) = 4571092 bytes
+BLAKE2s (fltk-1.3.8-source.tar.bz2) = c94fe7f4ce7afbc5c1c8968f19a944d36ddb85c73bcf80c91039f74c46f9b039
+SHA512 (fltk-1.3.8-source.tar.bz2) = a836ad5069de7461ab3d791a587237a64efded9328bc89f46f71f02b3576000f5386bb17d2e8ee693435752fe99b0fb6566ebd34e4038c270c1801b9f360cd8b
+Size (fltk-1.3.8-source.tar.bz2) = 4574725 bytes
 SHA1 (patch-Makefile) = c10e99516649e8fc02b6041be162229baec7a550
 SHA1 (patch-configure) = 4bc9690d9a18c1b3eca9c40dbe01d952cc3194a6
 SHA1 (patch-documentation_Makefile) = 4c0c4243311c170d6c645db41b8bb1821d053712



Home | Main Index | Thread Index | Old Index