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