Bug 188751 - [patch] hidden dependency to Avahi in print/cups-image, print/cups-client
Summary: [patch] hidden dependency to Avahi in print/cups-image, print/cups-client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 09:20 UTC by Dan Lukes
Modified: 2014-05-19 20:14 UTC (History)
0 users

See Also:


Attachments
patch (343 bytes, patch)
2014-04-18 09:20 UTC, Dan Lukes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.