Opened 12 years ago
Closed 12 years ago
#38234 closed enhancement (fixed)
TOra: disable silent rules (switch to cmake portgroup?)
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | pvanek@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | TOra |
Description
The TOra build process uses silent build rules; when it fails to build, this makes it hard to figure out why, because the actual build commands are not shown in the log. Please disable silent rules.
If you were using the cmake portgroup you'd get this for free (it adds -DCMAKE_VERBOSE_MAKEFILE=ON
), as well as various simplifications to your portfile. Consider using the cmake portgroup.
Change History (4)
comment:1 Changed 12 years ago by pvanek@…
Owner: | changed from petr@… to pvanek@… |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
If by "new client" you mean oracle-instantclient 11, that's not committed yet, so that wouldn't be a reason not to commit your fix to this port now.
comment:4 Changed 12 years ago by pvanek@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed revision r104544.
Note: See
TracTickets for help on using
tickets.
I have fix for it (cmake group...). Unfortunately there is a linking issue with new client so I'll wait with commit until it will resolved.