Index: branches/2021Q1/net/widentd/Makefile =================================================================== --- branches/2021Q1/net/widentd/Makefile (revision 566449) +++ branches/2021Q1/net/widentd/Makefile (revision 566450) @@ -1,21 +1,27 @@ # Created by: Dirk-Willem van Gulik / dirkx@webweaving.org # $FreeBSD$ PORTNAME= widentd PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://BSDforge.com/projects/source/net/widentd/ MAINTAINER= portmaster@BSDforge.com COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply LICENSE= BSD3CLAUSE USES= ncurses uidfix tar:xz +USE_RC_SUBR= widentd MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" -MAKE_ENV+= NO_WERROR="defined" PLIST_FILES= sbin/widentd man/man8/widentd.8.gz -USE_RC_SUBR= widentd .include + +.if ${OSREL:R} < 13 +MAKE_ENV+=NO_WERROR=1 +.else +MAKE_ENV+=MK_WERROR=no +.endif Index: branches/2021Q1/net/widentd/files/patch-widentd.c =================================================================== --- branches/2021Q1/net/widentd/files/patch-widentd.c (nonexistent) +++ branches/2021Q1/net/widentd/files/patch-widentd.c (revision 566450) @@ -0,0 +1,11 @@ +--- widentd.c.orig 2015-02-24 19:27:09 UTC ++++ widentd.c +@@ -191,7 +191,7 @@ main(int argc, char **argv) + + to.tv_sec = TIMEOUT; + to.tv_usec = 0; +- memset(buff, sizeof(buff), 0); ++ memset(buff, (0), sizeof(buff)); + do { + int n; + Property changes on: branches/2021Q1/net/widentd/files/patch-widentd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2021Q1 =================================================================== --- branches/2021Q1 (revision 566449) +++ branches/2021Q1 (revision 566450) Property changes on: branches/2021Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r566449