You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
src/port: Replace port-tclsh symlink with script
Tcl attempts to determine the path of its standard library relative to the path of its binary, but does not expand symlinks when doing that. `port-tclsh` thus inadvertently uses libraries from a MacPorts-installed Tcl rather than the copies shipped with MacPorts. See: https://trac.macports.org/ticket/64507 Closes: https://trac.macports.org/ticket/72359
This commit is contained in:
committed by
Clemens Lang
parent
5cfe401380
commit
ddf08fb887
@@ -31,6 +31,7 @@ src/darwintracelib1.0/tests/stat
|
||||
src/darwintracelib1.0/sip_copy_proc.[ch]
|
||||
src/machista1.0/tests/libmachista-test
|
||||
src/port/*
|
||||
!src/port/port-tclsh.in
|
||||
!src/port/*.tcl
|
||||
src/programs/*/build/
|
||||
src/**/*.o
|
||||
|
||||
Reference in New Issue
Block a user