View | Details | Raw Unified | Return to bug 223578
Collapse All | Expand All

(-)devel/ncurses/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ncurses
4
PORTNAME=	ncurses
5
PORTVERSION=	6.0.0s${SNAPSHOT}
5
PORTVERSION=	6.0.0s${SNAPSHOT}
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	ftp://ftp.invisible-island.net/${PORTNAME}/current/
8
MASTER_SITES=	ftp://ftp.invisible-island.net/${PORTNAME}/current/
8
DISTNAME=	${PORTNAME}-6.0-${SNAPSHOT}
9
DISTNAME=	${PORTNAME}-6.0-${SNAPSHOT}
(-)devel/ncurses/files/patch-configure (+14 lines)
Line 0 Link Here
1
--- configure.orig	2017-08-12 12:15:04 UTC
2
+++ configure
3
@@ -8053,7 +8053,10 @@ case $host_os in
4
 	cf_xopen_source="-D_DARWIN_C_SOURCE"
5
 	cf_XOPEN_SOURCE=
6
 	;;
7
-(freebsd*|dragonfly*)
8
+(freebsd*)
9
+	cf_XOPEN_SOURCE=
10
+	;;
11
+(dragonfly*)
12
 	# 5.x headers associate
13
 	#	_XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
14
 	#	_XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L

Return to bug 223578