Ticket #27568 (closed enhancement: fixed)
gstreamer always prints warning about check
| Reported by: | ryandesign@… | Owned by: | rmstonecipher@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | gstreamer |
Description
gstreamer prints this warning:
It is likely that this port will fail to build if the 'check' port is active. If this port fails to build, deactive 'check' by running: port deactivate check Reactivate 'check' after successfully installing gstreamer by running: port activate check If you do not have 'check' installed, ignore this message.
This warning should not be printed if check is not installed. If check is installed, it should be printed, as an error that aborts the build attempt (since it won't succeed).
Change History
comment:2 Changed 2 years ago by rmstonecipher@…
The typo was fixed in r74152.
How could one determine in a conditional statement within a portfile if "check" is installed?
Note: See
TracTickets for help on using
tickets.


Also, "deactivate" is misspelled "deactive".