Index: head/editors/nvi2/Makefile =================================================================== --- head/editors/nvi2/Makefile (revision 545171) +++ head/editors/nvi2/Makefile (revision 545172) @@ -1,48 +1,48 @@ # Created by: Craig Leres # $FreeBSD$ PORTNAME= nvi2 PORTVERSION= 2.2.0 CATEGORIES= editors MAINTAINER= leres@FreeBSD.org COMMENT= Updated implementation of the ex/vi text editor LICENSE= BSD3CLAUSE -USES= bdb cmake ncurses +USES= bdb cmake compiler:c11 ncurses USE_GITHUB= yes GH_ACCOUNT= lichray GH_TAGNAME= v${PORTVERSION} CONFLICTS_INSTALL= nvi-m17n-[0-9]* nvi-[0-9]* OPTIONS_DEFINE= DEBUG WIDECHAR ICONV OPTIONS_DEFAULT= WIDECHAR ICONV WIDECHAR_DESC= Enable wide-character support (UTF-8) ICONV_DESC= Enable iconv support DEBUG_CMAKE_BOOL= ENABLE_DEBUG ICONV_CMAKE_BOOL= ENABLE_ICONV ICONV_USES= iconv WIDECHAR_CMAKE_BOOL= ENABLE_WIDECHAR PLIST_FILES= bin/nex \ bin/nvi \ bin/nview \ man/man1/nex.1.gz \ man/man1/nvi.1.gz \ man/man1/nview.1.gz do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/nvi ${STAGEDIR}${PREFIX}/bin ${LN} ${STAGEDIR}${PREFIX}/bin/nvi ${STAGEDIR}${PREFIX}/bin/nex ${LN} ${STAGEDIR}${PREFIX}/bin/nvi ${STAGEDIR}${PREFIX}/bin/nview ${INSTALL_MAN} ${WRKSRC}/man/vi.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/nvi.1 ${LN} -sf nvi.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/nex.1 ${LN} -sf nvi.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/nview.1 .include Index: head/editors/nvi2/files/patch-CMakeLists.txt =================================================================== --- head/editors/nvi2/files/patch-CMakeLists.txt (nonexistent) +++ head/editors/nvi2/files/patch-CMakeLists.txt (revision 545172) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2020-08-17 12:57:48 UTC ++++ CMakeLists.txt +@@ -20,7 +20,6 @@ mark_as_advanced(CMAKE_INSTALL_PREFIX) + option(USE_WIDECHAR "Enable wide character support" ON) + option(USE_ICONV "Enable iconv support" ON) + +-add_compile_options(-fcolor-diagnostics) + add_compile_options($<$:-Wall>) + add_compile_options($<$:-Wno-parentheses>) + add_compile_options($<$:-Wno-uninitialized>) Property changes on: head/editors/nvi2/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property