pkgsrc-Bugs archive

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

PR/32807 CVS commit: pkgsrc/sysutils/tkdesk



The following reply was made to PR pkg/32807; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/32807 CVS commit: pkgsrc/sysutils/tkdesk
Date: Mon, 6 Jun 2022 05:11:59 +0000

 Module Name:	pkgsrc
 Committed By:	dholland
 Date:		Mon Jun  6 05:11:59 UTC 2022
 
 Modified Files:
 	pkgsrc/sysutils/tkdesk: Makefile distinfo
 	pkgsrc/sysutils/tkdesk/patches: patch-aa patch-aj patch-al
 Added Files:
 	pkgsrc/sysutils/tkdesk/patches: patch-libdesk_dsk__ls.c
 	    patch-libdesk_misc.c patch-libdesk_o__FileListbox.c
 	    patch-libdesk_ot.c patch-netscape-remote_netscape-remote.c
 
 Log Message:
 Fix up sysutils/tkdesk, some.
 
  - Fix up the TCL interpreter result handling so we don't need to use
    USE_INTERP_RESULT.
 
  - Fix the first startup segfault (probably the one seen in PR 32807
    but not necessarily) by using Tcl_Free instead of trying to bypass
    it. Unfortunately, there's at least one more segfault at startup
    with no obvious cause.
 
  - Don't run off the end of string buffers.
 
  - Remove some uses of sprintf. Use standard headers. Other minor
    tidyups.
 
  - Correct glitch in the configury patches that made it link
    statically to blt.
 
  - Avoid passing empty variable names to test(1) during configure.
 
  - Fix some pkglint.
 
 Bump PKGREVISION to 4, because even though it didn't run and still
 doesn't, it does build. :-|
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/tkdesk/Makefile
 cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/tkdesk/distinfo
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/tkdesk/patches/patch-aa
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/tkdesk/patches/patch-aj
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/tkdesk/patches/patch-al
 cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/tkdesk/patches/patch-libdesk_dsk__ls.c \
     pkgsrc/sysutils/tkdesk/patches/patch-libdesk_misc.c \
     pkgsrc/sysutils/tkdesk/patches/patch-libdesk_o__FileListbox.c \
     pkgsrc/sysutils/tkdesk/patches/patch-libdesk_ot.c \
     pkgsrc/sysutils/tkdesk/patches/patch-netscape-remote_netscape-remote.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index