Date: Fri, 28 Aug 2020 16:52:44 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546754 - head/dns/checkdns Message-ID: <202008281652.07SGqiNg070309@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 16:52:44 2020 New Revision: 546754 URL: https://svnweb.freebsd.org/changeset/ports/546754 Log: dns/checkdns: fix build on recent current and deprecate Modified: head/dns/checkdns/Makefile Modified: head/dns/checkdns/Makefile ============================================================================== --- head/dns/checkdns/Makefile Fri Aug 28 16:50:06 2020 (r546753) +++ head/dns/checkdns/Makefile Fri Aug 28 16:52:44 2020 (r546754) @@ -11,6 +11,11 @@ MASTER_SITES= http://www.enderunix.org/checkdns/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Domain name server analysis and reporting tool +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + SUB_FILES= pkg-message PORTDOCS= AUTHORS ChangeLog README THANKS TODO
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281652.07SGqiNg070309>