Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BE6784D84 for ; Mon, 26 Jun 2023 15:53:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id x6GaUNtBdUEF for ; Mon, 26 Jun 2023 15:53:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5901484E77 for ; Mon, 26 Jun 2023 15:53:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D963DFA89; Mon, 26 Jun 2023 15:53:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687794805330" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 15:53:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/tk To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230626155325.D963DFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687794805330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jun 26 15:53:25 UTC 2023 Modified Files: pkgsrc/x11/tk: Makefile Makefile.version PLIST buildlink3.mk distinfo options.mk Log Message: tk: updated to 8.6.13 8.6.13 2021-11-09 (bug)[e699a7] Fix build on macOS < 10.12 (culler) 2021-11-10 (bug)[8aebca,ce5d98] Mac: fix minimize button details (culler) 2021-11-24 (bug)[18682c,733dae] Mac: Enter/Leave events for toplevels (culler) 2021-11-29 (bug)[4ac9d2] Mac: canvas screenshot with Img package position correction (chavez) 2021-11-30 (documentation cleanup) [bad305] improve wm protocol WM_DELETE_WINDOW documentation (culler) 2021-11-30 (new) Mac: new color index "SelectedMenuItemTextColor". 2021-12-01 (new)[TIP 599] Extended build information (nijtmans) 2021-12-04 (bug)[440c52] fix PPM/PGM read with graylevel > 255 (vogel) 2021-12-04 (bug)[5fb814] canvas redraw region for lines/polygones (vogel) 2021-12-04 (new)[631a0b] text widget: direct mouse events to insert mark, not current (vogel) 2021-12-06 (bug)[b164ef] fix mouse events for multiple toplevels (culler) 2021-12-07 (bug)[be8f5b] crash setting -type empty for a menu (vogel) 2021-12-10 (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues (chavez) 2021-12-20 (bug)[617861] -justify/-anchor defaults for ttk::label (nijtmans) 2021-12-20 (bug)[6be8b0] Mac: crash on drag and Cmd-w (culler) 2021-12-22 (bug)[a132b5] Mac: esc on combobox menu influences click reopening (culler) 2021-12-24 (bug)[915316] Mac: drag events not to initial widget (culler) 2021-12-27 (bug)[eb26d4] Mac: wrong beep when clicking outside a combobox (culler) 2021-12-30 (bug)[822450] Mac: crash on exit (culler) 2022-01-06 (bug)[b7d851] Mac: crash on tkdnd drop and window close (culler) 2022-01-09 (bug)[40bc81] embedding error test failure (vogel) 2022-01-16 (bug)[b1d115] No event on new toplevel on current toplevel destruction (vogel) 2022-02-03 (bug)[3fefb3] crash in empty ttk::combobox when end index requested (vogel) 2022-02-07 (new)[247d80] Chinese message file (NewbieXvwu) 2022-02-07 (new) Support Windows ARM platform (nijtmans) 2022-02-11 (bug)[e331bc] NULL to memset in photo blank (chavez) 2022-02-12 (bug)[fc5073] Mac: crash on native file dialog and tooltip (walzer) 2022-02-17 (bug)[864b06] PNG photo image color numeric issue (chavez) 2022-02-24 (bug)[141a11] Mac: dialog box with global grab inresponsive on click in other toplevel (walzer) 2022-02-25 (bug)[f75190] tk_fontchooser: multiple font families, locale change, button activation (holger,vogel) 2022-02-25 (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event endless invokation (vogel) 2022-02-26 (bug)[c7052d] Win: middle mouse click blocks system clipbord (vogel) 2022-02-27 (bug)[292598,01acde,e02fc96,0c3dbe,ee49f3,d175bb] Mac: memory leaks (images, focus ring) (chavez) 2022-03-07 (bug)[2a6c62] Avoid invalid <> events (vogel,spjuth) 2022-03-16 (new)[f47920] Updates to Finnish message catalog (hippelainen) 2022-03-16 (bug)[424773] crash in test canvPs-5.1 (chavez,vogel) 2022-03-19 (bug)[5412c6] crash in test canvWind-2.1 (SVID,vogel,griffin) 2022-03-19 (bug)[54fe7a] crash in test textWind-18.3 (akuli,vogel) 2022-04-04 (bug)[29b5c2] error in tk_popup with separator entry selected (griffin) 2022-04-07 (bug)[415415] scale advances multiple steps on single click (vogel) 2022-04-10 (bug)[dc4c55] tk_popup entry index (mcdonald) 2022-04-15 (bug)[c0bf1b] XVirtualEvent buffer overflows (chavez) 2022-04-19 (new)[8dd3d5] Mac : use Fn + e to access Emoji (nijtmans) 2022-05-11 (bug)[88cfdc] Mac: dialog memory, avoid use after free (chavez) 2022-04-21 (new)[bf0f48] Mac: Optimization for compilation is now -O2 (nijtmans) 2022-05-08 (bug)[eedd79] potential crashes in option parsing when sizeof(enum) not equal to int (nijtmans) 2022-05-08 (bug)[0ce975] panedwindow calls memcpy with NULL pointer (chavez) 2022-05-22 (bug)[bee96b] Win: cursor warp, [tk busy] (mcdonald) 2022-06-07 (bug) GIF with multiple images may reuse transparent color (oehhar) 2022-06-12 (bug)[e4a051] Mac: map embedded window immediately (vogel) 2022-06-15 (bug)[b18434] cygwin path compiling issues (fassel) 2022-06-27 [aefdb8,be29f7] Updates to Russian message catalog (pylypenko) 2022-07-04 Updates to Esperanto message catalog (ender) 2022-07-19 (bug)[91ca77] Mac: map event handling (rosenburger,culler,landers) 2022-07-20 (bug)[40bc81,17f44d,150174,61e0bb] embedding error test failures (vogel) 2022-07-25 (bug)[a3b03f] Linux, Windows: improve (ttk) menubutton menu position (danckaert,vogel) 2022-07-29 Update keysym tables to latest X11R6 (nijtmans) 2022-08-22 [f6e4d4] consistent cross-platform polygon fill (akuli,chavez) 2022-09-04 (bug)[bc6020] test treeview-bc602049ab (bende,spjuth) 2022-09-08 (bug)[e17b6f] Mac: crash in test unixW-50.4 (chavez) 2022-09-20 [33de84] Mac: handle Apple deprecation of OSTypes (culler) 2022-09-20 (bug)[412b80] Mac menu: arrow key and menu selection (nab,culler) 2022-09-22 (bug)[1a46d8,1fa325] Mac: memleak, crash safety in color (chavez) 2022-10-17 [d93c81] Workaround faulty compiler optimization in VS 2022 (vogel) 2022-10-26 (bug)[435739] crash in test bind-37.1 (csok,vogel) 2022-10-28 (bug)[5e4e44] ttk::panedwindow drag robust wrt orientation variants (xolodho,vogel) To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/x11/tk/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/tk/Makefile.version cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/tk/PLIST cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/tk/buildlink3.mk cvs rdiff -u -r1.59 -r1.60 pkgsrc/x11/tk/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/tk/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687794805330 Content-Disposition: inline Content-Length: 5290 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/tk/Makefile diff -u pkgsrc/x11/tk/Makefile:1.93 pkgsrc/x11/tk/Makefile:1.94 --- pkgsrc/x11/tk/Makefile:1.93 Wed Jun 14 10:29:45 2023 +++ pkgsrc/x11/tk/Makefile Mon Jun 26 15:53:25 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2023/06/14 10:29:45 riastradh Exp $ +# $NetBSD: Makefile,v 1.94 2023/06/26 15:53:25 adam Exp $ DISTNAME= tk${TK_VERSION}-src PKGNAME= tk-${TK_VERSION} -PKGREVISION= 1 CATEGORIES= x11 lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} @@ -22,11 +21,11 @@ CONFIGURE_DIRS= unix BUILD_DIRS= ${CONFIGURE_DIRS} CONFIGURE_ARGS+= --with-tcl=${_CROSS_DESTDIR:U}${BUILDLINK_PREFIX.tcl}/lib CONFIGURE_ENV+= LIB_RUNTIME_DIR=${PREFIX}/lib - PKGCONFIG_OVERRIDE+= unix/tk.pc.in - TEST_TARGET= test +CHECK_PORTABILITY_SKIP= win/configure + .if defined(ABI) && ${ABI} == "64" CONFIGURE_ARGS+= --enable-64bit .endif Index: pkgsrc/x11/tk/Makefile.version diff -u pkgsrc/x11/tk/Makefile.version:1.24 pkgsrc/x11/tk/Makefile.version:1.25 --- pkgsrc/x11/tk/Makefile.version:1.24 Tue Nov 16 16:25:09 2021 +++ pkgsrc/x11/tk/Makefile.version Mon Jun 26 15:53:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.24 2021/11/16 16:25:09 adam Exp $ +# $NetBSD: Makefile.version,v 1.25 2023/06/26 15:53:25 adam Exp $ # used by cad/xcircuit/Makefile # used by devel/tcl-tclcl/Makefile # used by lang/tcl/Makefile @@ -7,4 +7,4 @@ TK_SONUM= 86 TK_BASEVER= 8.6 -TK_VERSION= 8.6.12 +TK_VERSION= 8.6.13 Index: pkgsrc/x11/tk/PLIST diff -u pkgsrc/x11/tk/PLIST:1.19 pkgsrc/x11/tk/PLIST:1.20 --- pkgsrc/x11/tk/PLIST:1.19 Wed Jan 20 20:40:28 2021 +++ pkgsrc/x11/tk/PLIST Mon Jun 26 15:53:25 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2021/01/20 20:40:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.20 2023/06/26 15:53:25 adam Exp $ bin/wish bin/wish${BASEVER} ${PLIST.aqua}include/X11/DECkeysym.h @@ -47,6 +47,7 @@ include/tk/generic/tkUndo.h include/tk/unix/tkUnixDefault.h include/tk/unix/tkUnixInt.h include/tk/unix/tkUnixPort.h +include/tk/unix/tkUuid.h include/tkDecls.h include/tkInt.h include/tkIntDecls.h @@ -182,6 +183,7 @@ lib/tk${BASEVER}/msgs/en.msg lib/tk${BASEVER}/msgs/en_gb.msg lib/tk${BASEVER}/msgs/eo.msg lib/tk${BASEVER}/msgs/es.msg +lib/tk${BASEVER}/msgs/fi.msg lib/tk${BASEVER}/msgs/fr.msg lib/tk${BASEVER}/msgs/hu.msg lib/tk${BASEVER}/msgs/it.msg @@ -190,6 +192,7 @@ lib/tk${BASEVER}/msgs/pl.msg lib/tk${BASEVER}/msgs/pt.msg lib/tk${BASEVER}/msgs/ru.msg lib/tk${BASEVER}/msgs/sv.msg +lib/tk${BASEVER}/msgs/zh_cn.msg lib/tk${BASEVER}/obsolete.tcl lib/tk${BASEVER}/optMenu.tcl lib/tk${BASEVER}/palette.tcl Index: pkgsrc/x11/tk/buildlink3.mk diff -u pkgsrc/x11/tk/buildlink3.mk:1.41 pkgsrc/x11/tk/buildlink3.mk:1.42 --- pkgsrc/x11/tk/buildlink3.mk:1.41 Sun Jan 29 21:15:19 2023 +++ pkgsrc/x11/tk/buildlink3.mk Mon Jun 26 15:53:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.41 2023/01/29 21:15:19 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.42 2023/06/26 15:53:25 adam Exp $ BUILDLINK_TREE+= tk @@ -21,12 +21,12 @@ TKCONFIG_SH?= ${BUILDLINK_PREFIX.tk}/lib _TOOLS_USE_PKGSRC.wish= yes -WISH= ${LOCALBASE}/bin/wish +WISH= ${PREFIX}/bin/wish pkgbase := tk .include "../../mk/pkg-build-options.mk" -.if !empty(PKG_BUILD_OPTIONS.tk:Mxft2) +.if ${PKG_BUILD_OPTIONS.tk:Mxft2} . include "../../x11/libXft/buildlink3.mk" .endif .if empty(PKG_BUILD_OPTIONS.tk:Maqua) Index: pkgsrc/x11/tk/distinfo diff -u pkgsrc/x11/tk/distinfo:1.59 pkgsrc/x11/tk/distinfo:1.60 --- pkgsrc/x11/tk/distinfo:1.59 Tue Nov 16 16:25:09 2021 +++ pkgsrc/x11/tk/distinfo Mon Jun 26 15:53:25 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.59 2021/11/16 16:25:09 adam Exp $ +$NetBSD: distinfo,v 1.60 2023/06/26 15:53:25 adam Exp $ -BLAKE2s (tk8.6.12-src.tar.gz) = 3bd977f5a13168b09bf001eed6adb0ceea64c1aa46277343dfc8eef480997625 -SHA512 (tk8.6.12-src.tar.gz) = afe51eb3e2071640ebc57f9ee6979fe91ee7856df8d3c9d55ae70c470cdae2306d2feeb791f46258f529a5c4a07b53974a7574cf3594818cd4e99077b30c697b -Size (tk8.6.12-src.tar.gz) = 4515393 bytes +BLAKE2s (tk8.6.13-src.tar.gz) = d49336a4961ac9338042287c8e22fce96bfda59a28a2531d6d41b46185e14940 +SHA512 (tk8.6.13-src.tar.gz) = 719aa6776bfdc814f817919a265d3f9d847782c9f0a5fc5c2ab139beeba921e6fde8c66e7e836d78f86f53c98a7df0e587f0b2f4b08cc5ce12eecbb7f1ab71a5 +Size (tk8.6.13-src.tar.gz) = 4546848 bytes SHA1 (patch-unix_Makefile.in) = f97307d551827c845c60e5ed775811a24c21f859 SHA1 (patch-unix_configure) = af73fbbcba79d237a8c5915a217aeb19a1675fdd Index: pkgsrc/x11/tk/options.mk diff -u pkgsrc/x11/tk/options.mk:1.9 pkgsrc/x11/tk/options.mk:1.10 --- pkgsrc/x11/tk/options.mk:1.9 Mon Dec 14 08:46:56 2020 +++ pkgsrc/x11/tk/options.mk Mon Jun 26 15:53:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2020/12/14 08:46:56 dbj Exp $ +# $NetBSD: options.mk,v 1.10 2023/06/26 15:53:25 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tk PKG_SUPPORTED_OPTIONS= threads debug xft2 @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --without-x PLIST.aqua= yes .else CONFIGURE_ARGS+= --x-includes=${X11BASE}/include -CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib${LIBABISUFFIX:Q} +CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib${LIBABISUFFIX} .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXScrnSaver/buildlink3.mk" --_----------=_1687794805330--