Opened 15 years ago
Closed 15 years ago
#21711 closed defect (fixed)
loudmouth 1.4.3_0 configure looks for check
Reported by: | walterplittle@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | loudmouth |
Description
Should loudmouth port version 1.4.3 have check >=0.9.2 (unit test framework) as a dependency? It looks for it in configure, and in my case I didn't have it already so configure complained. Did not stop the build, however.
Note: See
TracTickets for help on using
tickets.
Just checking for it is fine; the big question is if it needs it at runtime (when it finds check). However, usually check is needed for things like 'make check' than anything runtime-related. A quick look shows that libloudmouth.dylib does not link to check even when installed, so should be fine.
However, the bigger issue is loudmouth appears to need an update to handle the new way to test for gnutls, since it still looks for libgnutls-config instead of using pkg-config. This is fixed in r58522.