svn commit: r546831 - head/shells/esh

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 21:10:38 UTC 2020


Author: tcberner
Date: Fri Aug 28 21:10:38 2020
New Revision: 546831
URL: https://svnweb.freebsd.org/changeset/ports/546831

Log:
  shells/esh: fix build on recent current and deprecate

Modified:
  head/shells/esh/Makefile

Modified: head/shells/esh/Makefile
==============================================================================
--- head/shells/esh/Makefile	Fri Aug 28 20:59:08 2020	(r546830)
+++ head/shells/esh/Makefile	Fri Aug 28 21:10:38 2020	(r546831)
@@ -20,6 +20,11 @@ MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" \
 
 INFO=		esh
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|<readline.h>|<readline/readline.h>| ; \


More information about the svn-ports-all mailing list