https://gitlab.com/cppit/jucipp/releases Thanks, Yuri
I will look into it this week and submit an updated port.
Created attachment 202368 [details] jucipp 1.4.4_2 to 1.4.6 patch There are three complaints from portlint WARN: Makefile: LIB_DEPENDS don't specify the ABI version number .7 in libclang.so.7 unless it is really necessary. WARN: Makefile: LIB_DEPENDS the new format is libFOO.so (e.g., liblibclang.so.7.so). WARN: Makefile: extra item placed in the USES/USE_x section, for example, "GL_ACCOUNT". 0 fatal errors and 3 warnings found. Ignore the first too that is intentional because if for example llvm50 is installed it won't install llvm70. The last warning seems bogus to me. I couldn't solve it.
I fixed the libclang.so dependency problem by reformatting dependency lines, and also used ${LLVM_DEFAULT}. Thank you for the patch!
A commit references this bug: Author: yuri Date: Fri Mar 1 02:56:51 UTC 2019 New revision: 494227 URL: https://svnweb.freebsd.org/changeset/ports/494227 Log: editors/jucipp: Update 1.4.4 -> 1.4.6 The project moved to GutLab. PR: 235974 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer) Changes: head/editors/jucipp/Makefile head/editors/jucipp/distinfo
Thanks!