svn commit: r546899 - in head/devel: openzz sourcenav

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 10:26:52 UTC 2020


Author: tcberner
Date: Sat Aug 29 10:26:51 2020
New Revision: 546899
URL: https://svnweb.freebsd.org/changeset/ports/546899

Log:
  devel/: Fix build with clang11 and deprecate ports@ ports

Modified:
  head/devel/openzz/Makefile
  head/devel/sourcenav/Makefile

Modified: head/devel/openzz/Makefile
==============================================================================
--- head/devel/openzz/Makefile	Sat Aug 29 10:20:20 2020	(r546898)
+++ head/devel/openzz/Makefile	Sat Aug 29 10:26:51 2020	(r546899)
@@ -20,6 +20,11 @@ CFLAGS+=	-Wno-return-type
 USES=		libtool readline
 USE_LDCONFIG=	yes
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 post-patch:
 	@${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c
 	@${REINPLACE_CMD} -e "s/argv\[\]/*argv/" ${WRKSRC}/src/zzbind.h

Modified: head/devel/sourcenav/Makefile
==============================================================================
--- head/devel/sourcenav/Makefile	Sat Aug 29 10:20:20 2020	(r546898)
+++ head/devel/sourcenav/Makefile	Sat Aug 29 10:26:51 2020	(r546899)
@@ -26,6 +26,11 @@ CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=--prefix=${PREFIX}/sourcenav
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 post-patch:
 	${REINPLACE_CMD} -e 's|@XINCLUDES@|-I${LOCALBASE}/include|; \
 	    s|@XLIBSW@|-L${LOCALBASE}/lib -lX11|' ${WRKSRC}/tk/unix/Makefile.in


More information about the svn-ports-all mailing list