git: f6516827fe85 - main - www/deno-dom: Broken on armv7; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 06:30:53 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f6516827fe8599f205fd563b80b19f3d9e283c6e commit f6516827fe8599f205fd563b80b19f3d9e283c6e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-03 06:30:08 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-03 06:30:51 +0000 www/deno-dom: Broken on armv7; Update WWW --- www/deno-dom/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/deno-dom/Makefile b/www/deno-dom/Makefile index 072626617859..160b30ce3d58 100644 --- a/www/deno-dom/Makefile +++ b/www/deno-dom/Makefile @@ -6,11 +6,13 @@ CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Deno: Browser DOM & HTML parser plugin -WWW= https://jsr.io/@b-fuze/deno-dom +WWW= https://jsr.io/@b-fuze/deno-dom \ + https://github.com/b-fuze/deno-dom LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= compilation fails, mismatched types, see https://github.com/b-fuze/deno-dom/issues/178 BROKEN_i386= compilation fails, mismatched types, see https://github.com/b-fuze/deno-dom/issues/178 USES= cargo