Date: Fri, 28 Aug 2020 20:48:06 +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: r546827 - head/comms/efax Message-ID: <202008282048.07SKm6UG019926@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008282048.07SKm6UG019926>