#12250 closed defect (fixed)
r25444 breaks user configuration in .macports/macports.conf
Reported by: | joachim.kuebart@… | Owned by: | jmpalacios (Juan Manuel Palacios) |
---|---|---|---|
Priority: | High | Milestone: | MacPorts 1.6 |
Component: | base | Version: | 1.5 |
Keywords: | Cc: | jmpalacios (Juan Manuel Palacios), joachim.kuebart@… | |
Port: |
Description
The modification r25444 to macports.tcl breaks the reading of .macports/macports.conf. When the directory macports_user_dir is tested for existence, the variable name is passed to file isdirectory instead.
The attached patch fixes this problem.
Attachments (1)
Change History (6)
Changed 17 years ago by joachim.kuebart@…
Attachment: | macports.tcl.diff added |
---|
comment:1 Changed 17 years ago by nox@…
Milestone: | → MacPorts base bugs |
---|---|
Priority: | Blocker → High |
Summary: | 25444 breaks user configuration in .macports/macports.conf → r25444 breaks user configuration in .macports/macports.conf |
comment:2 Changed 17 years ago by boeyms@…
Cc: | jmpp@… joachim.kuebart@… added |
---|
Add reporter and assignee to Cc: list so that this ticket is seen (currently the Trac installation does not automatically notify either of created tickets).
comment:3 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sorry for letting this slide for so long, hadn't noticed this ticket even though boeyms set me up on the Cc field. Thanks for the patch also, it's been committed in r29669, which should be included in our (still undecided) next release.
-jmpp
comment:4 Changed 16 years ago by tobypeterson
Milestone: | MacPorts base bugs → MacPorts Future |
---|
Milestone MacPorts base bugs deleted
comment:5 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
Patch against current macports.tcl to fix user config directory test problem.