Date: Fri, 28 Aug 2020 20:54:11 +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: r546829 - head/mail/elmo Message-ID: <202008282054.07SKsBhE026538@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 28 20:54:10 2020 New Revision: 546829 URL: https://svnweb.freebsd.org/changeset/ports/546829 Log: mail/elmo: fix build on recent current and deprecate Modified: head/mail/elmo/Makefile Modified: head/mail/elmo/Makefile ============================================================================== --- head/mail/elmo/Makefile Fri Aug 28 20:53:23 2020 (r546828) +++ head/mail/elmo/Makefile Fri Aug 28 20:54:10 2020 (r546829) @@ -20,6 +20,11 @@ USES= iconv localbase ncurses shebangfix perl5 ssl SHEBANG_FILES= src/elmoconf.pl USE_PERL5= run +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + OPTIONS_DEFINE= GPGME NLS OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008282054.07SKsBhE026538>