Created attachment 221072 [details] git(1) diff against the ports tree libgnuregex has been removed in -CURRENT. Switch to using the newer version that's provided in ports as of ports r559542.
^Triage: Reporter is committer, assign accordingly. ^Triage: Simplifying title Q/A: Makefile: LIB_DEPENDS don't specify the ABI version number .6 in libgnuregex.so.6 unless it is really necessary. Makefile: LIB_DEPENDS the new format is libFOO.so (e.g., liblibgnuregex.so.6.so). Makefile: "BROKEN_aarch64" has to appear earlier. Makefile: "USES" has to appear earlier. /tmp/252252/lang/scm/files/patch-bigrecy_32bit_upstream: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/252252/lang/scm/files/patch-build.scm: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/252252/lang/scm/files/patch-eval.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/252252/lang/scm/files/patch-r4rstest.scm: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/252252/lang/scm/files/patch-scmfig.h: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/252252/lang/scm/files/patch-texinfo5_fixes: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/252252/lang/scm/files/patch-warnings: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/252252/lang/scm/files/patch-warnings: eval.c patched multiple times /tmp/252252/lang/scm/files/patch-warnings: scl.c patched multiple times Thanks!
A commit references this bug: Author: mi Date: Thu Dec 31 20:21:52 UTC 2020 New revision: 559774 URL: https://svnweb.freebsd.org/changeset/ports/559774 Log: Start searching for headers and libraries under ${LOCALBASE}/ -- in case newer implementations of anything are installed there. When compiling on 13.x or above, insist on libgnuregex version above 5 -- earlier FreeBSD releases came with libgnuregex.so.5, but that's now gone and replaced by the devel/libgnuregex port, which currently installs libgnuregex.so.6. PR: 252252 252250 252245 Submitted by: kevans Sponsored by: United Marsupials Changes: head/editors/xcoral/Makefile head/lang/scm/Makefile head/lang/scm/files/patch-build.scm