Bug 252254 - misc/colortail: fix regex after -CURRENT
Summary: misc/colortail: fix regex after -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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks: 252245
  Show dependency treegraph
 
Reported: 2020-12-29 05:51 UTC by Kyle Evans
Modified: 2021-01-03 20:45 UTC (History)
1 user (show)

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


Attachments
git(1) diff against the ports tree (790 bytes, patch)
2020-12-29 05:51 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:51:34 UTC
Created attachment 221073 [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, so that colortail uses GNU-extended expressions rather than pure POSIX expressions provided by libc.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-01-03 20:30:34 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Jan  3 20:30:03 UTC 2021
New revision: 560243
URL: https://svnweb.freebsd.org/changeset/ports/560243

Log:
  Use libgnuregex from ports tree instead of base system

  - Bump PORTREVISION for dependency change

  libgnuregex has been removed from -CURRENT.

  PR:		252254
  Submitted by:	kevans

Changes:
  head/misc/colortail/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2021-01-03 20:45:50 UTC
Committed. Thanks!