Opened 9 years ago
Closed 6 years ago
#33203 closed defect (fixed)
tclx - Remove dependency from Tcl 8.4 and locally copied private header files
Reported by: | gustafn | Owned by: | markd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | haspatch | Cc: | cooljeanius (Eric Gallager), kurthindenburg (Kurt Hindenburg) |
Port: | tclx |
Description
The original Portfile had a dependency on tcl8.4.14-privateheaders; since the port "tcl" refers now to Tcl 8.5, which has different private header files, the old approach lead to problems. This updated Porfile uses the same approach like "expect" (or "xotcl") to refer to tclInt.h. The modified Portfile was tested on Mac OS X 10.7.2
This patch fixes #19491
Attachments (1)
Change History (6)
Changed 9 years ago by gustafn
Attachment: | tclx-Portfile.patch added |
---|
comment:1 Changed 9 years ago by jmroot (Joshua Root)
Cc: | markd@… removed |
---|---|
Owner: | changed from macports-tickets@… to markd@… |
comment:3 Changed 8 years ago by cooljeanius (Eric Gallager)
comment:5 Changed 6 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
unified diff for Portfile