svn commit: r418352 - head/devel/adacurses

John Marino marino at FreeBSD.org
Mon Jul 11 00:27:48 UTC 2016


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


More information about the svn-ports-all mailing list