Date: Fri, 28 Aug 2020 19:55:12 +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: r546813 - head/security/doorman Message-ID: <202008281955.07SJtCMe087281@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 19:55:12 2020 New Revision: 546813 URL: https://svnweb.freebsd.org/changeset/ports/546813 Log: security/doorman: fix build on current and deprecate Modified: head/security/doorman/Makefile Modified: head/security/doorman/Makefile ============================================================================== --- head/security/doorman/Makefile Fri Aug 28 19:48:56 2020 (r546812) +++ head/security/doorman/Makefile Fri Aug 28 19:55:12 2020 (r546813) @@ -24,6 +24,11 @@ SHEBANG_FILES= ipfw_add ipfw_delete \ GNU_CONFIGURE= yes INSTALL_TARGET= installdirs install-exec install-data +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + SUB_FILES= pkg-message doormand.cf.EXAMPLE USE_RC_SUBR= doorman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281955.07SJtCMe087281>