Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 11:35:51 +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: r546725 - head/misc/cave
Message-ID:  <202008281135.07SBZpri072884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281135.07SBZpri072884>