Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141044038
D45902.id140658.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D45902.id140658.diff
View Options
diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile
--- a/editors/kakoune/Makefile
+++ b/editors/kakoune/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kakoune
DISTVERSION= 2024.05.18
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/
@@ -10,28 +11,23 @@
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/UNLICENSE
+# See https://github.com/mawww/kakoune/issues/2520
RUN_DEPENDS= setsid:sysutils/setsid
-USES= compiler:c++20-lang gmake tar:bzip2
+USES= compiler:c++20-lang tar:bzip2
DATADIR= ${PREFIX}/share/kak
DOCSDIR= ${PREFIX}/share/doc/kak
-PATCH_WRKSRC= ${WRKSRC:H}
OPTIONS_DEFINE= DEBUG DOCS
DEBUG_MAKE_ARGS= debug=yes
-DEBUG_MAKE_ARGS_OFF= debug=no
+
+TEST_TARGET= test
+TEST_ENV+= LC_ALL=en_US.UTF-8
.include <bsd.port.pre.mk>
-post-patch:
- @${REINPLACE_CMD} -e '/-O3/d' \
- ${WRKSRC}/Makefile
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kak
-do-test:
- @cd ${WRKSRC:H}/test && ${SETENV} LC_ALL=en_US.UTF-8 ./run
-
.include <bsd.port.post.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 1, 3:27 AM (18 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27428671
Default Alt Text
D45902.id140658.diff (1 KB)
Attached To
Mode
D45902: editors/kakoune: simplify makefile
Attached
Detach File
Event Timeline
Log In to Comment