FreeBSD Bugzilla – Attachment 245244 Details for
Bug 274097
java/intellij-ultimate: fix fsnotifier path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
restore fsnotifier path.
0001-java-intellij-ultimate-fix-fsnotifier-path.patch (text/plain), 1.30 KB, created by
King John
on 2023-09-26 05:43:13 UTC
(
hide
)
Description:
restore fsnotifier path.
Filename:
MIME Type:
Creator:
King John
Created:
2023-09-26 05:43:13 UTC
Size:
1.30 KB
patch
obsolete
>From 3aad9eb3c902cef8486c066e3716042af1b4a27a Mon Sep 17 00:00:00 2001 >From: King John <jinking.this@gmail.com> >Date: Tue, 26 Sep 2023 05:33:48 +0800 >Subject: [PATCH] java/intellij-ultimate: fix fsnotifier path > >Mistakenly changed the fsnotifier path, restore the path. >Confirmed from installation, ports code of java/intellij-fsnotifier and >java/intellij/common.mk. >--- > java/intellij-ultimate/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/java/intellij-ultimate/Makefile b/java/intellij-ultimate/Makefile >index a050857590e5..2fae0ac9fbd9 100644 >--- a/java/intellij-ultimate/Makefile >+++ b/java/intellij-ultimate/Makefile >@@ -69,7 +69,7 @@ do-install: > ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1 > ${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/ > # Use fsnotifier replacement provided by java/intellij-fsnotifier >- ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties >+ ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties > # Use pty4j replacement provided by java/intellij-pty4j > ${LN} -sf ../../../intellij/lib/libpty ${STAGEDIR}${DATADIR}/lib/pty4j-native > # Fix "Typeahead timeout is exceeded" error >-- >2.42.0 >
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 274097
: 245244