Bug 252251 - editors/zile: fix the build on -CURRENT
Summary: editors/zile: 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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks: 252245
  Show dependency treegraph
 
Reported: 2020-12-29 05:49 UTC by Kyle Evans
Modified: 2021-01-10 17:59 UTC (History)
1 user (show)

See Also:
culot: maintainer-feedback+


Attachments
git(1) diff against the ports tree (1.06 KB, patch)
2020-12-29 05:49 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:49:01 UTC
Created attachment 221071 [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 commit-hook freebsd_committer freebsd_triage 2021-01-10 17:36:31 UTC
A commit references this bug:

Author: kevans
Date: Sun Jan 10 17:36:11 UTC 2021
New revision: 561090
URL: https://svnweb.freebsd.org/changeset/ports/561090

Log:
  editors/zile: fix the build on -CURRENT

  libgnuregex has been removed in FreeBSD 13.0. The version in base had a
  number of known or likely bugs associated with it, so just use the newer
  and more stable port on all supported FreeBSD versions.

  PR:		252251
  Approved by:	maintainer (culot)
  MFH:		2021Q1

Changes:
  head/editors/zile/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-01-10 17:57:38 UTC
A commit references this bug:

Author: kevans
Date: Sun Jan 10 17:57:34 UTC 2021
New revision: 561097
URL: https://svnweb.freebsd.org/changeset/ports/561097

Log:
  MFH: r561090 r561095

  editors/zile: fix the build on -CURRENT

  libgnuregex has been removed in FreeBSD 13.0. The version in base had a
  number of known or likely bugs associated with it, so just use the newer
  and more stable port on all supported FreeBSD versions.

  PR:		252251
  Approved by:	maintainer (culot)

  editors/zile: pick up missing PORTREVISION bump

  r561090 intended to bump the PORTREVISION so that builders on earlier
  FreeBSD versions pick up the more stable libgnuregex. Do so now.

Changes:
_U  branches/2021Q1/
  branches/2021Q1/editors/zile/Makefile
Comment 3 Kyle Evans freebsd_committer freebsd_triage 2021-01-10 17:59:28 UTC
Committed, thanks!