Ticket #12943 (closed enhancement: fixed)
macports1.0 tcl files should go in ${prefix}
| Reported by: | nox@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | MacPorts 1.9.0 |
| Component: | base | Version: | 1.6.0 |
| Keywords: | Cc: | afb@…, jmpp@… | |
| Port: |
Description
We should put all of the port TCL packages in ${prefix}/share/tcl. Particulary macports1.0 which installs in the root system in /Applications/Library.
Attachments
Change History
Changed 6 years ago by nox@…
- Attachment tcl_package_dir.diff added
comment:3 Changed 6 years ago by afb@…
| Darwin: | /Library/Tcl/macports1.0 |
| FreeBSD: | /usr/local/lib/tcl8.4/macports1.0 |
| Linux: | /usr/share/tcl8.4/macports1.0 |
comment:4 Changed 5 years ago by afb@…
Now installing in ~/Library/Tcl, if not having privileges for /Library/Tcl
comment:5 Changed 4 years ago by nox@…
- Status changed from new to closed
- Resolution set to wontfix
Use --with-tclpackage configure flag.
comment:6 Changed 4 years ago by jmr@…
- Status changed from closed to reopened
- Resolution wontfix deleted
- Type changed from defect to enhancement
Installing into /Library/Tcl is not useful for regular users. We should change the default, and developers who want to be able to package require macports in tclsh can use --with-tclpackage.
Note: See
TracTickets for help on using
tickets.


Make use of ${auto_path} instead of polluting /Library/Tcl