svn commit: r546827 - head/comms/efax

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 20:48:06 UTC 2020


Author: tcberner
Date: Fri Aug 28 20:48:05 2020
New Revision: 546827
URL: https://svnweb.freebsd.org/changeset/ports/546827

Log:
  comms/efax: fix build on recent current and deprecate

Modified:
  head/comms/efax/Makefile

Modified: head/comms/efax/Makefile
==============================================================================
--- head/comms/efax/Makefile	Fri Aug 28 20:45:51 2020	(r546826)
+++ head/comms/efax/Makefile	Fri Aug 28 20:48:05 2020	(r546827)
@@ -22,6 +22,11 @@ MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 		INSTALL_DATA="${INSTALL_DATA}"
 SUB_FILES=	pkg-message
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 CONFLICTS=	efax-gtk-*
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-all mailing list