24 Commits

Author SHA1 Message Date
ajacoutot
c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
bket
dbed198124 net/openmdns, fix -fno-common build error
Fix taken from FreeBSD

"...go ahead" gonzalo@ (maintainer)
2021-02-20 19:54:26 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
gonzalo
6df7f32db6 Update for openmdns to 0.7
OK sthen@
2017-03-11 13:00:35 +00:00
ajacoutot
ad5dfea7e9 multicast_{host,router} -> multicast 2015-12-06 08:29:35 +00:00
sthen
691c83f9b2 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00
sthen
6228f5af2d MAXHOSTNAMELEN -> HOST_NAME_MAX+1 and pull in limits.h 2015-01-16 19:39:24 +00:00
gonzalo
cc9e852a7c Update for OpenMDNS to 0.6
* All patches are now in.
* Support for multiple iface

OK jca@
2014-09-17 15:43:59 +00:00
ajacoutot
9d087a11f1 Tweak documentation according to recent rc changes.
ok jasper@
2014-07-22 10:55:40 +00:00
jca
7c9740d9bb Unbreak after <net/if.h> change: we need to include <sys/tree.h>
explicitely.  ok mpi@

While here, fix a minor typo.
2013-11-26 08:53:23 +00:00
sthen
27f03b1c52 bump REVISION for any ports using route messages. regen some distinfos and
remove unnecessary USE_GROFFs while there.
2013-10-31 21:12:12 +00:00
jca
4bd664cede msgbuf_write() returns 1 on success.
From upstream via Dimitri Sokolyuk (demon at dim13 dot org), thanks!
ok sthen@
2013-10-01 07:36:06 +00:00
ajacoutot
ce66c1dccc MESSAGE->README
Document the fact that a proper listening interface is needed in mdnsd_flags.

ok gonzalo@ (maintainer)
2013-08-09 14:32:51 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
gonzalo
0e4e7602b2 missin revision with my mail change.
Pointed by gsoares@ thanks!
2013-01-22 13:42:44 +00:00
gonzalo
d11824fd85 New dir on my mirror. 2013-01-21 12:01:42 +00:00
naddy
dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
landry
70709875bb Update to OpenMDNS 0.5, from MAINTAINER Gonzalo L. R. 2011-04-27 14:01:46 +00:00
ajacoutot
d39f6a2259 Remove NO_REGRESS.
Add rc script.
2011-03-15 06:54:26 +00:00
ajacoutot
23a652e9c1 COMMENT are lowercase. 2011-03-14 21:40:50 +00:00
landry
a83d93f96e Import openmdns 0.4:
OpenMDNS is a full implementation of MDNS/DNS-SD, it aims to be a light
replacement for Avahi/Bonjour. Currently OpenMDNS is about 10% of the size of
Avahi.

From maintainer Gonzalo L. R., ok sthen@
2011-03-14 20:47:34 +00:00