Summary: | net/mediastreamer missing dependency on intltool with NLS=off | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark.Martinec | ||||
Component: | Individual Port(s) | Assignee: | Tijl Coosemans <tijl> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | tijl | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Fixed in r365668. |
Created attachment 146078 [details] Failing poudriere build log for net/mediastreamer net/mediastreamer 2.10.0_1 does not build under poudriere, failing in the config phase. Seems the reason is a missing dependency on intltool, which is apparently required even when NLS option is off: /usr/local/etc/poudriere.d/make.conf : OPTIONS_UNSET= NLS The relevant tail of the build log: checking whether NLS is requested... no ./configure: intltool-update: not found checking for intltool >= 0.40... found configure: error: Your intltool is too old. You need intltool 0.40 or later. ===> Script "configure" failed unexpectedly. The full poudriere build log is attached.