Date: Thu, 8 Aug 2019 21:47:14 +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: r508409 - head/sysutils/crate Message-ID: <201908082147.x78LlEEe029446@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Aug 8 21:47:14 2019 New Revision: 508409 URL: https://svnweb.freebsd.org/changeset/ports/508409 Log: sysutils/crate: Fix the accidentally changed BROKEN statement. Reported by: adamw Modified: head/sysutils/crate/Makefile Modified: head/sysutils/crate/Makefile ============================================================================== --- head/sysutils/crate/Makefile Thu Aug 8 21:25:42 2019 (r508408) +++ head/sysutils/crate/Makefile Thu Aug 8 21:47:14 2019 (r508409) @@ -10,7 +10,7 @@ COMMENT= Containerizer for FreeBSD (alpha-software, ex LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -xBROKEN_FreeBSD_11= STL feature 'filesystem' isn't available on 11 +BROKEN_FreeBSD_11= STL feature 'filesystem' isn't available on 11 .if defined(PACKAGE_BUILDING) BROKEN_FreeBSD_12= STL feature 'filesystem' isn't available in 12.0-RELEASE-p7 .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908082147.x78LlEEe029446>