svn commit: r568229 - head/devel/ncurses

Steve Wills swills at FreeBSD.org
Sat Mar 13 05:52:23 UTC 2021


Author: swills
Date: Sat Mar 13 05:52:23 2021
New Revision: 568229
URL: https://svnweb.freebsd.org/changeset/ports/568229

Log:
  devel/ncurses: update to 20210306 snapshot

Modified:
  head/devel/ncurses/Makefile   (contents, props changed)

Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile	Sat Mar 13 05:51:30 2021	(r568228)
+++ head/devel/ncurses/Makefile	Sat Mar 13 05:52:23 2021	(r568229)
@@ -18,7 +18,7 @@ BROKEN_sparc64=	cannot build: coredump: illegal instru
 
 USES=		cpe pkgconfig shebangfix tar:tgz
 
-SNAPSHOT=		20210227
+SNAPSHOT=		20210306
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--datadir=${PREFIX}/share/misc \
 			--with-terminfo-dirs="${PREFIX}/share/misc/terminfo:${LOCALBASE}/share/site-terminfo" \
@@ -42,8 +42,6 @@ CONFIGURE_ARGS=		--datadir=${PREFIX}/share/misc \
 			--with-shared \
 			--with-termlib \
 			--without-manpage-renames
-
-MAKE_JOBS_UNSAFE=	yes
 
 OPTIONS_DEFINE=		DEBUG DOCS EXAMPLES MANPAGES PROFILE TRACE
 OPTIONS_DEFAULT=	DOCS EXAMPLES MANPAGES


More information about the svn-ports-all mailing list