Bug 165206

Summary: wish: change print/cups-base to allow dnssd support via net/mDNSResponder
Product: Ports & Packages Reporter: Matthieu Volat <mazhe>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Matthieu Volat 2012-02-16 17:20:09 UTC
Right now, the print/cups-base allows to have printer discovery only
through the net/avahi-libdns compat port.

As the discovery seems to be developed around the net/mDNSResponder API,
it should be safe to allow dnssd support through this port in addition
of net/avahi-libdns version.

Since both ports are conflicting, there is no fear of mixing up the library used.

More : using net/mDNSResponder actually works (instead of hitting avahi bugs)

Fix: 

Create a build option using avahi-libdns and another using mDNSResponder,
specifying that both are mutually exclusives.

They uses almost the same configure options, the only difference being
--with-dnssd-includes=${LOCALBASE}/include/ instead of
--with-dnssd-includes=${LOCALBASE}/include/avahi-compat-libdns_sd/
How-To-Repeat: make config in print/cups-base
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-16 17:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-19 18:21:58 UTC
dinoex      2012-03-19 18:21:46 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      Makefile pkg-plist 
  Log:
  - rename broken option DNSSD to AVAHI
  - new option MDNSRESPONDER
  PR:             165206
  Suggested by:   Matthieu Volat
  Feature safe:   yes
  
  Revision  Changes    Path
  1.171     +15 -5     ports/print/cups-base/Makefile
  1.67      +2 -0      ports/print/cups-base/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2012-03-19 18:33:34 UTC
State Changed
From-To: open->closed

support for mdns is committed, thanks.