Bug 192856 - net/mediastreamer missing dependency on intltool with NLS=off
Summary: net/mediastreamer missing dependency on intltool with NLS=off
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-20 14:26 UTC by Mark.Martinec
Modified: 2014-08-22 15:37 UTC (History)
1 user (show)

See Also:


Attachments
Failing poudriere build log for net/mediastreamer (24.29 KB, text/plain)
2014-08-20 14:26 UTC, Mark.Martinec
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark.Martinec 2014-08-20 14:26:43 UTC
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.
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2014-08-22 15:37:23 UTC
Fixed in r365668.