Opened 13 years ago
Closed 10 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 13 years ago by gustafn
Attachment: | tclx-Portfile.patch added |
---|
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Cc: | markd@… removed |
---|---|
Owner: | changed from macports-tickets@… to markd@… |
comment:3 Changed 11 years ago by cooljeanius (Eric Gallager)
comment:5 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
unified diff for Portfile