[Bug 289983] New port www/rdrview – a capsicumized C reimplementation of Mozilla's readability.js :
Date: Mon, 20 Oct 2025 12:41:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289983
Robert Clausecker <fuz@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fuz@FreeBSD.org
Status|New |Open
Assignee|ports-bugs@FreeBSD.org |fuz@FreeBSD.org
--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for your submission.
Here are some items to check:
- use DISTVERSION over PORTVERSION
- instead of setting GH_TAGNAME, set DISTVERSIONPREFIX=v
- USE_GITHUB automatically sets WWW if unset, so please remove WWW
- please remove the GIT_COMMIT parts of the Makefile. Git may or
may not be installed and in any case, we do not have the project's
git repository installed. Instead change things so ${GH_TAGNAME}
or ${DISTVERSIONFULL} is baked into the tool.
- it may be easier to write your own do-install target instead of
patching the Makefile and then post-processing the result
- permissions for binaries should be 755, not 555.
If you use {INSTALL_PROGRAM}, it does the right thing.
Will proceed with a build test once these are addressed.
--
You are receiving this mail because:
You are the assignee for the bug.