#13694 closed defect (fixed)
logtalk universal variant broken
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | pmoura (Paulo Moura) | |
Port: |
Description
The logtalk universal variant does not work:
$ sudo port install logtalk +universal Error: Error executing universal: Default universal variant only works with ports based on configure Error: Unable to open port: Error evaluating variants $
logtalk doesn't build any binaries, does it? It's just installing text files, right? If so, we should add
universal_variant no
to the portfile.
Change History (2)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The maintainer submitted a patch in #13799 which included adding "
universal_variant no
" so I committed just that in r33336 to resolve this ticket.