FreeBSD Bugzilla – Attachment 243891 Details for
Bug 272968
editors/kakoune: build failed version 2023.08.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for 13.2-STABLE (clang16)
fix.patch (text/plain), 1.60 KB, created by
Ashish SHUKLA
on 2023-08-06 14:12:02 UTC
(
hide
)
Description:
Fix for 13.2-STABLE (clang16)
Filename:
MIME Type:
Creator:
Ashish SHUKLA
Created:
2023-08-06 14:12:02 UTC
Size:
1.60 KB
patch
obsolete
>From f3d85455f37f80d2fadb61cfa3a508bd04dd2bf5 Mon Sep 17 00:00:00 2001 >From: Ashish SHUKLA <ashish@FreeBSD.org> >Date: Sun, 6 Aug 2023 13:15:49 +0000 >Subject: [PATCH] editors/kakoune: Fix building on 13.2-STABLE > >--- > editors/kakoune/Makefile | 10 +++++++++- > editors/kakoune/distinfo | 4 +++- > 2 files changed, 12 insertions(+), 2 deletions(-) > >diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile >index c4efadb0..9cbffb90 100644 >--- a/editors/kakoune/Makefile >+++ b/editors/kakoune/Makefile >@@ -23,6 +23,14 @@ OPTIONS_DEFINE= DEBUG DOCS > DEBUG_MAKE_ARGS= debug=yes > DEBUG_MAKE_ARGS_OFF= debug=no > >+.include <bsd.port.pre.mk> >+ >+.if (${OSVERSION} > 1302506 && ${OSVERSION} < 1400000) >+PATCHFILES= 344d31f42b8ced12626d4f87a22ffa5a671668fd.patch >+PATCH_SITES= https://github.com/mawww/kakoune/commit/ >+PATCH_DIST_STRIP= -p1 >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e '/-O3/d' \ > ${WRKSRC}/Makefile >@@ -33,4 +41,4 @@ post-install: > do-test: > @cd ${WRKSRC:H}/test && ${SETENV} LC_ALL=en_US.UTF-8 ./run > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >diff --git a/editors/kakoune/distinfo b/editors/kakoune/distinfo >index 237cd605..31c96a83 100644 >--- a/editors/kakoune/distinfo >+++ b/editors/kakoune/distinfo >@@ -1,3 +1,5 @@ >-TIMESTAMP = 1691268391 >+TIMESTAMP = 1691324812 > SHA256 (kakoune-2023.08.05.tar.bz2) = 3e45151e0addd3500de2d6a29b5aacf2267c42bb256d44a782e73defb29cda5c > SIZE (kakoune-2023.08.05.tar.bz2) = 568612 >+SHA256 (344d31f42b8ced12626d4f87a22ffa5a671668fd.patch) = a0add30e525bef6d5f07d1a55a57287ccb59f54af411308e111c01d247e73842 >+SIZE (344d31f42b8ced12626d4f87a22ffa5a671668fd.patch) = 3237 >-- >2.38.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272968
: 243891