Commit graph

27 commits

Author SHA1 Message Date
Alexander Botero-Lowry
5eaac8b2ca Change all my MAINTAINER lines to my new FreeBSD.org address.
Approved by:	novel
2006-09-13 03:21:38 +00:00
Ion-Mihai Tetcu
f2ddaf02aa Fix patching. 2006-08-08 14:29:19 +00:00
Ion-Mihai Tetcu
3720a53c95 - Update to 108
- Pass maintainership to submitter

PR:		ports/101557
Submitted by:	Alexander Botero-Lowry
2006-08-08 14:10:40 +00:00
Joe Marcus Clarke
e9bdc55c90 Register a CONFLICT with avahi+libdns. 2006-06-10 20:45:58 +00:00
Sam Lawrance
dcc108eb89 - Update to 107.5 (fixes broken mDNSProxyResponderPosix utility) [1]
- 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]
2006-05-14 13:36:14 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
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.
2006-01-07 06:29:57 +00:00
Pav Lucistnik
d53f2613a2 - Style: ports@freebsd.org -> ports@FreeBSD.org 2005-11-25 22:29:24 +00:00
Kris Kennaway
bdb9620e0c BROKEN on alpha: Does not compile 2005-05-21 18:17:12 +00:00
Jean-Yves Lefort
04f5574229 Fix a bug causing the software to not see interfaces while coming up.
PR:		ports/80856
Submitted by:	Bruce Walker <bmw@borderware.com>
2005-05-10 19:27:21 +00:00
Michael Johnson
5f4a6910c6 - Update to 107.1
- Update pkg-descr to new WWW: and Rendezvous is now
  known as Bonjour.
2005-05-06 12:41:54 +00:00
Kirill Ponomarev
47a9f255ca Damn my english spelling.
Approved by:	portmgr (implicit)
2005-03-26 07:59:14 +00:00
Kirill Ponomarev
d764249243 Fix typo in rcNG script to allow daemon run.
PR:		ports/79243
Submitted by:	Jie Gao <gaoj at cpsc dot ucalgary.ca>
Approved by:	portmgr (implicit)
2005-03-26 07:21:13 +00:00
Brooks Davis
97058ab04a Switch mDNSResponder from the Apple startup script to a simple rc.subr
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)
2005-03-25 17:24:13 +00:00
Florent Thoumie
0fbb67c921 - Fix build on 64bit archs.
PR:		ports/78841
Submitted by:	Vivek Khera <vivek@khera.org>
2005-03-16 12:44:13 +00:00
Alfred Perlstein
4f80944d58 Release maintainership. 2005-03-16 11:21:36 +00:00
Michael Nottebrock
7a4545d42c Remove now-empty patch files.
PR: ports/77514 (probably should have mentioned they could be deleted ;-)
2005-02-16 13:06:48 +00:00
Alfred Perlstein
9cfb643162 Update to 98.
PR: 77514
2005-02-16 08:13:33 +00:00
Kris Kennaway
d91d136ccf Add missing file 2004-04-17 00:01:54 +00:00
Alfred Perlstein
3c1269109e Install binaries needed by some mDNS consumers. 2004-04-16 02:15:01 +00:00
Alfred Perlstein
a786b42842 Fix on !i386/!ia64 and on 4.x.
In collaboration with: Stuart Cheshire <cheshire@apple.com>
2004-03-19 23:44:07 +00:00
Kris Kennaway
af7ef597a9 BROKEN on 4.x and on !i386 and !ia64: Does not compile 2004-03-18 12:14:51 +00:00
Alfred Perlstein
77e4beede1 make this pass portlint -C. 2004-03-12 00:09:37 +00:00
Alfred Perlstein
a81ac55a59 Somehow I forgot to commit the actual makefile. 2004-03-03 06:59:25 +00:00
Alfred Perlstein
c706b9ff5b Apple's mDNSResponder:
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.
2004-03-03 02:31:36 +00:00