svn commit: r453902 - in head/devel/ncurses: . files

Steve Wills swills at FreeBSD.org
Fri Nov 10 15:27:42 UTC 2017


Author: swills
Date: Fri Nov 10 15:27:41 2017
New Revision: 453902
URL: https://svnweb.freebsd.org/changeset/ports/453902

Log:
  devel/ncurses: do not pollute CFLAGS
  
  PR:		223578
  Submitted by:	jkim

Added:
  head/devel/ncurses/files/
  head/devel/ncurses/files/patch-configure   (contents, props changed)
Modified:
  head/devel/ncurses/Makefile

Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile	Fri Nov 10 15:07:00 2017	(r453901)
+++ head/devel/ncurses/Makefile	Fri Nov 10 15:27:41 2017	(r453902)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ncurses
 PORTVERSION=	6.0.0s${SNAPSHOT}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.invisible-island.net/${PORTNAME}/current/
 DISTNAME=	${PORTNAME}-6.0-${SNAPSHOT}

Added: head/devel/ncurses/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ncurses/files/patch-configure	Fri Nov 10 15:27:41 2017	(r453902)
@@ -0,0 +1,14 @@
+--- configure.orig	2017-08-12 12:15:04 UTC
++++ configure
+@@ -8053,7 +8053,10 @@ case $host_os in
+ 	cf_xopen_source="-D_DARWIN_C_SOURCE"
+ 	cf_XOPEN_SOURCE=
+ 	;;
+-(freebsd*|dragonfly*)
++(freebsd*)
++	cf_XOPEN_SOURCE=
++	;;
++(dragonfly*)
+ 	# 5.x headers associate
+ 	#	_XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
+ 	#	_XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L


More information about the svn-ports-all mailing list