pkgsrc-Bugs archive

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

PR/32807 CVS commit: pkgsrc/x11/blt



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/x11/blt
Date: Mon, 6 Jun 2022 04:27:14 +0000

 Module Name:	pkgsrc
 Committed By:	dholland
 Date:		Mon Jun  6 04:27:14 UTC 2022
 
 Modified Files:
 	pkgsrc/x11/blt: Makefile distinfo
 	pkgsrc/x11/blt/patches: patch-ae patch-src_bltNsUtil.h
 Added Files:
 	pkgsrc/x11/blt/patches: patch-src_bltArrayObj.c patch-src_bltBgexec.c
 	    patch-src_bltConfig.c patch-src_bltInit.c patch-src_bltList.c
 	    patch-src_bltList.h patch-src_bltObjConfig.c
 	    patch-src_bltScrollbar.c patch-src_bltSwitch.c patch-src_bltTable.c
 	    patch-src_bltTree.c patch-src_bltTreeCmd.c patch-src_bltUnixPipe.c
 	    patch-src_bltVecObjCmd.c
 
 Log Message:
 Patch up x11/blt some.
 
 Most importantly, fix up what it passes to the TCL package handling
 functions, since as it was the library won't initialize. I can't
 remember when this changed in TCL but I've seen the same issue
 before... years ago. This library has likely been inoperable all that
 time.
 
 Patch up a whole bunch of build warnings, some significant.
 
 However, it probably still doesn't work and in addition to a lot more
 routine build issues it needs attention from someone who knows more
 tcl than me.
 
 Bump PKGREVISION (to 13). I'm not going to bump the handful of
 dependent packages since I don't think I've done anything to change
 the interface, plus they're all likely inoperable anyway given how
 broken this thing looks.
 
 Prerequisite for checking PR 32807 for currency, since it depends on
 blt and blt won't load. But I rather imagine the problem seen at the
 time was blt dumping core.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/blt/Makefile
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/blt/distinfo
 cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/blt/patches/patch-ae
 cvs rdiff -u -r0 -r1.1 pkgsrc/x11/blt/patches/patch-src_bltArrayObj.c \
     pkgsrc/x11/blt/patches/patch-src_bltBgexec.c \
     pkgsrc/x11/blt/patches/patch-src_bltConfig.c \
     pkgsrc/x11/blt/patches/patch-src_bltInit.c \
     pkgsrc/x11/blt/patches/patch-src_bltList.c \
     pkgsrc/x11/blt/patches/patch-src_bltList.h \
     pkgsrc/x11/blt/patches/patch-src_bltObjConfig.c \
     pkgsrc/x11/blt/patches/patch-src_bltScrollbar.c \
     pkgsrc/x11/blt/patches/patch-src_bltSwitch.c \
     pkgsrc/x11/blt/patches/patch-src_bltTable.c \
     pkgsrc/x11/blt/patches/patch-src_bltTree.c \
     pkgsrc/x11/blt/patches/patch-src_bltTreeCmd.c \
     pkgsrc/x11/blt/patches/patch-src_bltUnixPipe.c \
     pkgsrc/x11/blt/patches/patch-src_bltVecObjCmd.c
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/blt/patches/patch-src_bltNsUtil.h
 
 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