Bug 252250 - editors/xcoral: fix the build on -CURRENT
Summary: editors/xcoral: fix the build on -CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kyle Evans
URL:
Keywords:
Depends on:
Blocks: 252245
  Show dependency treegraph
 
Reported: 2020-12-29 05:48 UTC by Kyle Evans
Modified: 2021-01-04 00:59 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (freebsd-2024)


Attachments
git(1) diff against the ports tree (839 bytes, patch)
2020-12-29 05:48 UTC, Kyle Evans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Evans freebsd_committer freebsd_triage 2020-12-29 05:48:16 UTC
Created attachment 221070 [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.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2020-12-30 18:26:05 UTC
^Triage: Reporter is committer, assign accordingly.

^Triage: Simplifying title

Q/A:  Makefile: new ports should not set PORTREVISION.
 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: no port directory /usr/ports/devel/libgnuregex found, even though it is listed in LIB_DEPENDS.
 /tmp/252250/editors/xcoral/files/patch-fonts-menu: 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.

^Triage: Please confirm this change passes QA (portlint, poudriere at least).
--
https://www.freebsd.org/doc/en/books/porters-handbook/testing.html


Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-31 20:22:01 UTC
A commit references this bug:

Author: mi
Date: Thu Dec 31 20:21:53 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