Date: Sat, 29 Aug 2020 09:37:04 +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: r546894 - in head/editors: gate thoteditor Message-ID: <202008290937.07T9b4OV099592@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Aug 29 09:37:04 2020 New Revision: 546894 URL: https://svnweb.freebsd.org/changeset/ports/546894 Log: editors/: Fix build with clang11 and deprecate ports@ ports Modified: head/editors/gate/Makefile head/editors/thoteditor/Makefile Modified: head/editors/gate/Makefile ============================================================================== --- head/editors/gate/Makefile Sat Aug 29 09:36:41 2020 (r546893) +++ head/editors/gate/Makefile Sat Aug 29 09:37:04 2020 (r546894) @@ -19,6 +19,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aspell=${LOCALBASE}/bin/aspell ALL_TARGET= gate gate.1 +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + post-patch: @${REINPLACE_CMD} -e \ 's|$${res_datadir}|${DATADIR}|g' ${WRKSRC}/configure Modified: head/editors/thoteditor/Makefile ============================================================================== --- head/editors/thoteditor/Makefile Sat Aug 29 09:36:41 2020 (r546893) +++ head/editors/thoteditor/Makefile Sat Aug 29 09:37:04 2020 (r546894) @@ -24,6 +24,11 @@ ALL_TARGET= all schemas SUB_FILES= thoteditor MAKE_JOBS_UNSAFE= yes +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + post-extract: @${MKDIR} ${WRKSRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008290937.07T9b4OV099592>