diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-21 06:14:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-21 06:38:39 +0000 |
commit | 6adab1e3d4e5659bfa682d642af2bf84e05b4bab (patch) | |
tree | eff460fc99446a90ceb0dc9ec8d8ea0b0f0ff87a /devel | |
parent | c1f091d3617c16888d8a056d82a5637851ac621d (diff) | |
download | ports-6adab1e3d4e5659bfa682d642af2bf84e05b4bab.tar.gz ports-6adab1e3d4e5659bfa682d642af2bf84e05b4bab.zip |
Diffstat (limited to 'devel')
-rw-r--r-- | devel/outcome/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/outcome/Makefile b/devel/outcome/Makefile index 0130caeda82d..bb9ef66bb468 100644 --- a/devel/outcome/Makefile +++ b/devel/outcome/Makefile @@ -26,6 +26,8 @@ CMAKE_ARGS= -Dquickcpplib_DIR=${LOCALBASE}/lib/cmake/quickcpplib NO_BUILD= yes NO_ARCH= yes +PORTSCOUT= limit:^.*[0-9]\.[0-9].* + post-patch: # remove the test folter until the problems are fixed by the upstream # tests have problems: # - they are unconditionally built, see https://github.com/ned14/outcome/issues/285 |