Index: devel/ncurses/Makefile =================================================================== --- devel/ncurses/Makefile (revision 453852) +++ devel/ncurses/Makefile (working copy) @@ -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} Index: devel/ncurses/files/patch-configure =================================================================== --- devel/ncurses/files/patch-configure (nonexistent) +++ devel/ncurses/files/patch-configure (working copy) @@ -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 Property changes on: devel/ncurses/files/patch-configure ___________________________________________________________________ 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