Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2016 00:27:47 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418352 - head/devel/adacurses
Message-ID:  <201607110027.u6B0Rlgf010220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Jul 11 00:27:47 2016
New Revision: 418352
URL: https://svnweb.freebsd.org/changeset/ports/418352

Log:
  devel/adacurses: Extend F11 ncurses workaround to FreeBSD 12
  
  PR 199109 regarding the ncurses regression was never addressed, so the
  temporary workaround appears to be permanent fix now.  This change makes
  it apply to FreeBSD 11 and later rather than FreeBSD 11 only.
  
  Reported by:	pkg-fallout

Modified:
  head/devel/adacurses/Makefile

Modified: head/devel/adacurses/Makefile
==============================================================================
--- head/devel/adacurses/Makefile	Sun Jul 10 22:49:52 2016	(r418351)
+++ head/devel/adacurses/Makefile	Mon Jul 11 00:27:47 2016	(r418352)
@@ -28,7 +28,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSREL:R} == 11
+.if ${OPSYS} == FreeBSD && ${OSREL:R} >= 11
 # PR 199109  The base ncurses has suffered a regression which prevents
 # adacurses from building on -CURRENT.  The PR is not getting any attention
 # and I'm sick of never-ending fallout messages so bring back ports ncurses



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607110027.u6B0Rlgf010220>