Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 10:26: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: r546899 - in head/devel: openzz sourcenav
Message-ID:  <202008291026.07TAQpxL030731@repo.freebsd.org>

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



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