svn commit: r546725 - head/misc/cave

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 11:35:52 UTC 2020


Author: tcberner
Date: Fri Aug 28 11:35:51 2020
New Revision: 546725
URL: https://svnweb.freebsd.org/changeset/ports/546725

Log:
  misc/cave: fix build on recent current and deprecate

Modified:
  head/misc/cave/Makefile

Modified: head/misc/cave/Makefile
==============================================================================
--- head/misc/cave/Makefile	Fri Aug 28 11:32:26 2020	(r546724)
+++ head/misc/cave/Makefile	Fri Aug 28 11:35:51 2020	(r546725)
@@ -16,6 +16,11 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 CPPFLAGS+=	-I${NCURSESINC} -I${LOCALBASE}/include
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/${PORTNAME} \
 		man/man1/cave.1.gz
 


More information about the svn-ports-head mailing list