This is my first time testing ports and using mailing lists, so
forgive me if I'm doing anything wrong.

OK ?

I didn't encounter any issues (except for failing tests) while
building the port (as per FAQ), but these changes makes kakoune
to be unable to detect it's version because of the changed tarball
which is being downloaded (it's missing the src/.version file).
I've attached a diff that fixes this issue. Everything else looks
good to me.
--- kakoune/Makefile.orig	Wed Nov 10 02:57:40 2021
+++ kakoune/Makefile	Wed Nov 10 03:12:48 2021
@@ -24,7 +24,7 @@ PERMIT_PACKAGE =	Yes
 
 # -std=c++17
 COMPILER =		base-clang ports-gcc
-MAKE_ENV =		CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" gzip_man=no
+MAKE_ENV =		CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" gzip_man=no version=${GH_TAGNAME}
 FAKE_FLAGS =		PREFIX="${TRUEPREFIX}"
 
 USE_GMAKE =		Yes

Reply via email to