summaryrefslogtreecommitdiff
path: root/net/mDNSResponder (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-30- New download locationPav Lucistnik1-1/+1
Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227178
2008-09-01Drop maintainershipAlexander Botero-Lowry1-1/+1
Notes: svn path=/head/; revision=219572
2008-05-24net/mDNSResponder and net/avahi-libdns install files in the same placeEdwin Groothuis1-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 Notes: svn path=/head/; revision=213573
2006-09-13Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry1-1/+1
Approved by: novel Notes: svn path=/head/; revision=172903
2006-08-08Fix patching.Ion-Mihai Tetcu1-5/+5
Notes: svn path=/head/; revision=170112
2006-08-08- Update to 108Ion-Mihai Tetcu4-13/+12
- Pass maintainership to submitter PR: ports/101557 Submitted by: Alexander Botero-Lowry Notes: svn path=/head/; revision=170111
2006-06-10Register a CONFLICT with avahi+libdns.Joe Marcus Clarke1-0/+2
Notes: svn path=/head/; revision=165052
2006-05-14- Update to 107.5 (fixes broken mDNSProxyResponderPosix utility) [1]Sam Lawrance6-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] Notes: svn path=/head/; revision=162329
2006-05-11Remove USE_REINPLACE from all categories starting with NEdwin Groothuis1-1/+0
Notes: svn path=/head/; revision=162141
2006-02-20Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton1-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. Notes: svn path=/head/; revision=156534
2006-01-22SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@ Notes: svn path=/head/; revision=154193
2006-01-07Now that new style rc.d scripts are being run as part of theDoug Barton2-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. Notes: svn path=/head/; revision=152963
2005-11-25- Style: ports@freebsd.org -> ports@FreeBSD.orgPav Lucistnik1-1/+1
Notes: svn path=/head/; revision=149492
2005-05-21BROKEN on alpha: Does not compileKris Kennaway1-1/+7
Notes: svn path=/head/; revision=135804
2005-05-10Fix a bug causing the software to not see interfaces while coming up.Jean-Yves Lefort2-0/+12
PR: ports/80856 Submitted by: Bruce Walker <bmw@borderware.com> Notes: svn path=/head/; revision=135017
2005-05-06- Update to 107.1Michael Johnson3-6/+6
- Update pkg-descr to new WWW: and Rendezvous is now known as Bonjour. Notes: svn path=/head/; revision=134697
2005-03-26Damn my english spelling.Kirill Ponomarev1-1/+1
Approved by: portmgr (implicit) Notes: svn path=/head/; revision=131960
2005-03-26Fix typo in rcNG script to allow daemon run.Kirill Ponomarev1-2/+2
PR: ports/79243 Submitted by: Jie Gao <gaoj at cpsc dot ucalgary.ca> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=131959
2005-03-25Switch mDNSResponder from the Apple startup script to a simple rc.subrBrooks Davis4-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) Notes: svn path=/head/; revision=131950
2005-03-16- Fix build on 64bit archs.Florent Thoumie1-0/+55
PR: ports/78841 Submitted by: Vivek Khera <vivek@khera.org> Notes: svn path=/head/; revision=131393
2005-03-16Release maintainership.Alfred Perlstein1-1/+1
Notes: svn path=/head/; revision=131386
2005-02-16Remove now-empty patch files.Michael Nottebrock3-0/+0
PR: ports/77514 (probably should have mentioned they could be deleted ;-) Notes: svn path=/head/; revision=129019
2005-02-16Update to 98.Alfred Perlstein7-130/+34
PR: 77514 Notes: svn path=/head/; revision=129004
2004-04-17Add missing fileKris Kennaway1-0/+1
Notes: svn path=/head/; revision=107293
2004-04-16Install binaries needed by some mDNS consumers.Alfred Perlstein2-1/+15
Notes: svn path=/head/; revision=107187
2004-03-19Fix on !i386/!ia64 and on 4.x.Alfred Perlstein4-7/+45
In collaboration with: Stuart Cheshire <cheshire@apple.com> Notes: svn path=/head/; revision=104682
2004-03-18BROKEN on 4.x and on !i386 and !ia64: Does not compileKris Kennaway1-1/+7
Notes: svn path=/head/; revision=104437
2004-03-12make this pass portlint -C.Alfred Perlstein2-10/+6
Notes: svn path=/head/; revision=103704
2004-03-03Somehow I forgot to commit the actual makefile.Alfred Perlstein1-0/+30
Notes: svn path=/head/; revision=102784
2004-03-03Apple's mDNSResponder:Alfred Perlstein4-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. Notes: svn path=/head/; revision=102780