pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58447 CVS commit: pkgsrc/lang/tcl
The following reply was made to PR pkg/58447; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58447 CVS commit: pkgsrc/lang/tcl
Date: Fri, 27 Dec 2024 11:08:31 +0000
Module Name: pkgsrc
Committed By: riastradh
Date: Fri Dec 27 11:08:31 UTC 2024
Modified Files:
pkgsrc/lang/tcl: Makefile
Log Message:
lang/tcl: Fix interpreter for bin/sqlite3_analyzer.
This is not a #! interpreter directly -- for some reason it uses:
#! /bin/sh
# single-line sh comment, multi-line tcl comment \
exec tclsh "$0" ${1+"$@"}
So we have to do some more work than REPLACE_INTERPRETER to fix the
path to tclsh.
PR pkg/58447: sqlite3_analyzer, bundled in lang/tcl, is broken
To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 pkgsrc/lang/tcl/Makefile
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