Date: Fri, 5 Jan 2024 23:15:57 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f9497095a41 - main - www/elinks: SPIDERMONKEY_IMPLIES=CURL (+) Message-ID: <202401052315.405NFvfX031795@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f9497095a41fc4b470094a3e7a7f51ea55cd97e commit 6f9497095a41fc4b470094a3e7a7f51ea55cd97e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-01-05 23:12:20 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-01-05 23:12:20 +0000 www/elinks: SPIDERMONKEY_IMPLIES=CURL (+) SpiderMonkey/JS support in elinks hardly depended on cURL library and cannot be build without it. Reported by: poudriere failure Approved by: portmgr blanket (trivial build fix) --- www/elinks/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 224bfb88ca96..0d8b47abbdb4 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -112,6 +112,7 @@ SPIDERMONKEY_CXXFLAGS= -I${LOCALBASE}/include/nspr \ -I${LOCALBASE}/include/js-102 SPIDERMONKEY_LDFLAGS= -L${LOCALBASE}/lib -lnspr4 -lpthread -lm SPIDERMONKEY_MESON_ON= -Dsm-scripting=true -Dspidermonkey=true +SPIDERMONKEY_IMPLIES= CURL TRE_LIB_DEPENDS= libtre.so:textproc/libtre TRE_MESON_TRUE= tre
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401052315.405NFvfX031795>