[Bug 196806] print/cups-base: build fails if any option other than MDNSRESPONDER is selected

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 17 20:38:56 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196806

--- Comment #6 from Tobias Kortkamp <t at tobik.me> ---
(In reply to Chris Hutchinson from comment #5)
They all have MASTERDIR set.  Here's what I tried:

1. I've rmconfig'ed both cups-client and cups-base.
2. Then I enabled the AVAHI option in cups-base
3. Now cups-client and cups-base have conflicting options selected.
   Is MASTERDIR supposed to enable some kind of magic that prevents this from
   happening?  What I would expect is for both of them to have AVAHI=on now
   (i.e. that cups-base dictates the options for cups-client).  I also would
   expect make -C cups-client config to tell me that I need to configure
   cups-base instead and not present the option dialog at all.

$ make -C /usr/ports/print/cups-client showconfig
===> The following configuration options are available for cups-client-2.0.3_2:
====> Zeroconf support: you can only select none or one of them
     AVAHI=off: Zeroconf support via Avahi
     MDNSRESPONDER=on: Zeroconf support via mDNSResponder
===> Use 'make config' to modify these settings

$ make -C /usr/ports/print/cups-base showconfig
===> The following configuration options are available for cups-base-2.0.3_6:
[...]
====> Zeroconf support: you can only select none or one of them
     AVAHI=on: Zeroconf support via Avahi
     MDNSRESPONDER=off: Zeroconf support via mDNSResponder
===> Use 'make config' to modify these settings

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list