Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 01:17:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521254 - head/sysutils/crate
Message-ID:  <201912290117.xBT1HfJm084389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec 29 01:17:41 2019
New Revision: 521254
URL: https://svnweb.freebsd.org/changeset/ports/521254

Log:
  sysutils/crate: Ignore on 11: getline isn't found there
  
  Reported by:	fallout

Modified:
  head/sysutils/crate/Makefile

Modified: head/sysutils/crate/Makefile
==============================================================================
--- head/sysutils/crate/Makefile	Sun Dec 29 00:26:02 2019	(r521253)
+++ head/sysutils/crate/Makefile	Sun Dec 29 01:17:41 2019	(r521254)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN=		STL feature 'filesystem' isn't available # '
 .endif
 
+IGNORE_FreeBSD_11=	getline isn't available on 11 by simply including <stdio.h> as its manpage says #'
+
 BUILD_DEPENDS=	rang>0:devel/rang
 LIB_DEPENDS=	libyaml-cpp.so:devel/yaml-cpp
 



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