svn commit: r521254 - head/sysutils/crate
Yuri Victorovich
yuri at FreeBSD.org
Sun Dec 29 01:17:42 UTC 2019
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
More information about the svn-ports-head
mailing list