Download raw body.
./configure not found during version bump for w3m
On 2025/08/03 17:42, Rene Kita wrote: > Today I was trying to bump the version of w3m in the ports tree. It does > work when using the commit hash in DIST_TUPLE, but using the git hash > leads to an error: > #v+ > env: ./configure: No such file or directory > #v- > > Looking at other Makefiles in the ports tree at looks like using the git > hash is possible. Can someone tell me what I'm doing wrong or point me > in the right direction? Thanks! Hi Rene, sr.ht uses a different naming scheme for directories in its auto-generated tars than other git hosting sites when tags are used (w3m-vXX rather than the more common w3m-XX) and the DIST_TUPLE infrastructure doesn't know how to deal with that. Setting manually works. "make show=WRKSRC". I'll take care of the update.
./configure not found during version bump for w3m