svn commit: r546829 - head/mail/elmo

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 20:54:11 UTC 2020


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
 


More information about the svn-ports-head mailing list