#11602 closed defect (worksforme)
depends_lib (silently) only takes one argument
Reported by: | john@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | base | Version: | |
Keywords: | Cc: | ||
Port: |
Description
depends_lib (and presumably, though I haven't checked, depends_build, ...) check only one dependency and ignore anything else you may supply. Thus if you have the line:
depends_lib port:teTeX port:xkeyval
everything will be happy as long as teTeX is installed (until you get to the build phase that requires xkeyval).
I would prefer it if depends_lib took multiple dependencies (it's more in line with distfile...) but if it only takes one it should complain if it gets more than one.
Attachments (1)
Change History (6)
Changed 18 years ago by pipping@…
comment:1 Changed 18 years ago by pipping@…
Milestone: | MacPorts 1.5 → MacPorts 1.4 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 Changed 17 years ago by nox@…
Priority: | Important → High |
---|
comment:3 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Milestone: | MacPorts 1.4 → MacPorts base bugs |
---|
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 |
---|
Note: See
TracTickets for help on using
tickets.
works for me - i've attached a sample portfile (an altered nano port) - i have ncurses but not svk, hence macports starts to build svk, everything in order.