git: e3789f7b2a9b - main - math/hs-penrose: deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 17:20:44 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3789f7b2a9b7bda232bf84b8899dd06cb79496c commit e3789f7b2a9b7bda232bf84b8899dd06cb79496c Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-02-20 16:49:05 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-02-20 17:09:26 +0000 math/hs-penrose: deprecate --- math/hs-penrose/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/hs-penrose/Makefile b/math/hs-penrose/Makefile index 936985148405..af7c4eccd9d5 100644 --- a/math/hs-penrose/Makefile +++ b/math/hs-penrose/Makefile @@ -138,5 +138,7 @@ USE_CABAL= MonadRandom-0.5.1.2 \ .if ${GCC_DEFAULT} >= 10 BROKEN= fails to build with GCC 10: cabal: Missing dependency on a foreign library: Missing (or bad) C library: gfortran .endif +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 .include <bsd.port.post.mk>