Bug 188751

Summary: [patch] hidden dependency to Avahi in print/cups-image, print/cups-client
Product: Ports & Packages Reporter: Dan Lukes <dan>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Dan Lukes 2014-04-18 09:20:00 UTC
	Both cups-image and cups-client are compiled with no Avahi OPTION 
turned on. Unfortunately, ./configure is not ordered to skip Avahi
auto-detection. If Avahi is present it is autodetected by cups configure and 
used during compilation. Resulting libcups depends on Avahi, but such 
dependency is not recorded in the package because of AVAHI option turned off.

Fix: if AVAHI option turned off, order configure not to use Avahi.
How-To-Repeat: 	Install Avahi, compile cups-client with default OPTIONs, 
create package, install it on computer with no Avahi installed
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2014-05-19 19:46:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pi

included in upcoming patch
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-05-19 20:14:38 UTC
State Changed
From-To: open->closed

Committed, see PR 188550 for the commit log.