Bug 274097 - java/intellij-ultimate: fix fsnotifier path
Summary: java/intellij-ultimate: fix fsnotifier path
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-26 05:43 UTC by King John
Modified: 2023-09-26 11:54 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (andoriyu)


Attachments
restore fsnotifier path. (1.30 KB, patch)
2023-09-26 05:43 UTC, King John
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description King John 2023-09-26 05:43:13 UTC
Created attachment 245244 [details]
restore fsnotifier path.

Mistakenly changed the fsnotifier path, need to restore the path.
Confirmed from a new installation, ports code of java/intellij-fsnotifier and java/intellij/common.mk.
Comment 1 King John 2023-09-26 05:49:26 UTC
The bug was introduced by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274046. 
It's my bad. Please update it again.
Comment 2 King John 2023-09-26 11:20:21 UTC
Sorry for the trouble caused by it.
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-09-26 11:48:33 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-09-26 11:48:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d62fb97c7780c729b2b39d1174646ef52ec584d5

commit d62fb97c7780c729b2b39d1174646ef52ec584d5
Author:     yjqg6666 <jinking.this@gmail.com>
AuthorDate: 2023-09-26 08:00:21 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-09-26 11:47:54 +0000

    java/intellij-ultimate: fix fsnotifier path

    PR:             274097
    Reported by:    jinking.this@gmail.com

 java/intellij-ultimate/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 5 King John 2023-09-26 11:54:48 UTC
Thanks.