Bug 165206 - wish: change print/cups-base to allow dnssd support via net/mDNSResponder
Summary: wish: change print/cups-base to allow dnssd support via net/mDNSResponder
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-16 17:20 UTC by Matthieu Volat
Modified: 2012-03-19 18:34 UTC (History)
0 users

See Also:


Attachments

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