Wednesday, February 03, 2021

FIX: OpenMDNS-fno-common

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/openmdns/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile 12 Jul 2019 20:48:35 -0000 1.20
+++ Makefile 3 Feb 2021 10:20:01 -0000
@@ -4,7 +4,7 @@ COMMENT = MDNS/DNS-SD daemon

DISTNAME = openmdns-0.7
CATEGORIES = net
-REVISION = 1
+REVISION = 2

MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>

@@ -22,6 +22,8 @@ WRKDIST = ${WRKDIR}/mdnsd

MAKE_FLAGS = BINDIR="${TRUEPREFIX}/bin" \
MANDIR="${TRUEPREFIX}/man/man"
+
+CFLAGS += -fcommon

NO_TEST = Yes

Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/openmdns/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST 4 Sep 2018 12:46:18 -0000 1.5
+++ pkg/PLIST 3 Feb 2021 10:20:01 -0000
@@ -1,9 +1,9 @@
@comment $OpenBSD: PLIST,v 1.5 2018/09/04 12:46:18 espie Exp $
@newgroup _mdnsd:664
@newuser _mdnsd:664:_mdnsd:daemon:MDNS Daemon:/var/empty:/sbin/nologin
+@rcscript ${RCDIR}/mdnsd
@bin bin/mdnsctl
@bin bin/mdnsd
@man man/man8/mdnsctl.8
@man man/man8/mdnsd.8
share/doc/pkg-readmes/${PKGSTEM}
-@rcscript ${RCDIR}/mdnsd
Hello,

I notified Haesbaert about it, but for now we can do the easy way.

OK? Comments?

Cheers.-

--

- gonzalo

No comments:

Post a Comment