aboutsummaryrefslogtreecommitdiffstats
path: root/net/mDNSResponder
Commit message (Collapse)AuthorAgeFilesLines
* net/mDNSResponder and net/avahi-libdns install files in the same placeedwin2008-05-241-1/+1
| | | | | | | | | | | | | | net/mDNSResponder and net/avahi-libdns install files in the same place. /usr/ports/net/mDNSResponder/Makefile contains CONFLICTS= avahi+libdns-[0-9]*, but the package name is avahi-libdns-0.6.22. /usr/ports/net/avahi-libdns/Makefile does not contain any CONFLICTS section. PR: ports/121434 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: various maintainer timeouts
* Change all my MAINTAINER lines to my new FreeBSD.org address.alexbl2006-09-131-1/+1
| | | | Approved by: novel
* Fix patching.itetcu2006-08-081-5/+5
|
* - Update to 108itetcu2006-08-084-13/+12
| | | | | | | - Pass maintainership to submitter PR: ports/101557 Submitted by: Alexander Botero-Lowry
* Register a CONFLICT with avahi+libdns.marcus2006-06-111-0/+2
|
* - Update to 107.5 (fixes broken mDNSProxyResponderPosix utility) [1]lawrance2006-05-146-33/+23
| | | | | | | | | | - Install mDNSResponder.8 manpage as mDNSResponderPosix.8 to avoid conflict with net/howl [2] - Unquote COMMENT. PR: ports/94303 [1], ports/96126 [2] Submitted by: Bruce Walker <bmw@borderware.com> [1] Eric P. Scott <eps+pbug0604@ana.com> [2]
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Now that new style rc.d scripts are being run as part of thedougb2006-01-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
* - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-261-1/+1
|
* BROKEN on alpha: Does not compilekris2005-05-221-1/+7
|
* Fix a bug causing the software to not see interfaces while coming up.jylefort2005-05-112-0/+12
| | | | | PR: ports/80856 Submitted by: Bruce Walker <bmw@borderware.com>
* - Update to 107.1ahze2005-05-063-6/+6
| | | | | - Update pkg-descr to new WWW: and Rendezvous is now known as Bonjour.
* Damn my english spelling.krion2005-03-261-1/+1
| | | | Approved by: portmgr (implicit)
* Fix typo in rcNG script to allow daemon run.krion2005-03-261-2/+2
| | | | | | PR: ports/79243 Submitted by: Jie Gao <gaoj at cpsc dot ucalgary.ca> Approved by: portmgr (implicit)
* Switch mDNSResponder from the Apple startup script to a simple rc.subrbrooks2005-03-264-1/+35
| | | | | | | | | | | script. This means that mdnsd is not started by default and must be enabled by adding an mdnsd_enable="YES" line to your /etc/rc.conf. This works around a panic in the multicast code when network interfaces are removed and multicast sockets are open on them since many users of this port only need the utilities, not the daemon. Approved by: portmgr (krion)
* - Fix build on 64bit archs.flz2005-03-161-0/+55
| | | | | PR: ports/78841 Submitted by: Vivek Khera <vivek@khera.org>
* Release maintainership.alfred2005-03-161-1/+1
|
* Remove now-empty patch files.lofi2005-02-163-0/+0
| | | | PR: ports/77514 (probably should have mentioned they could be deleted ;-)
* Update to 98.alfred2005-02-167-130/+34
| | | | PR: 77514
* Add missing filekris2004-04-171-0/+1
|
* Install binaries needed by some mDNS consumers.alfred2004-04-162-1/+15
|
* Fix on !i386/!ia64 and on 4.x.alfred2004-03-204-7/+45
| | | | In collaboration with: Stuart Cheshire <cheshire@apple.com>
* BROKEN on 4.x and on !i386 and !ia64: Does not compilekris2004-03-181-1/+7
|
* make this pass portlint -C.alfred2004-03-122-10/+6
|
* Somehow I forgot to commit the actual makefile.alfred2004-03-031-0/+30
|
* Apple's mDNSResponder:alfred2004-03-034-0/+87
What is mDNSResponder? ---------------------- The mDNSResponder project is a component of Rendezvous, Apple's ease-of-use IP networking initiative: <http://developer.apple.com/macosx/rendezvous/index.html> Apple's Rendezvous software derives from the ongoing standardization work of the IETF Zero Configuration Networking Working Group: <http://zeroconf.org/> See rest of readme for other juicy details. Secial thanks to Apple for making this code available as well as to the various people inside Apple that made this possible.