Bug 192856

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:
Description Flags
Failing poudriere build log for net/mediastreamer none

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.