portindex dies after first illegally formatted Portfile
Reported by: |
jpm@… |
Owned by: |
kvv@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
base
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
|
|
|
currently if portindex runs into a improperly formatted Portfile, it will spit
out a nasty backtrace and halt. the user then must determine what Portfile
killed portindex and fix/remove it before they can generate a PortIndex.
portindex should print a reasonable error message and trudge on past any nasty
files it may encounter. see attached portindex.tcl diff that adds a catch around
the interp of the Portfile...
diff to add catch around Portfile interp