Bug 252256

Summary: textproc/chpp: fix the build against -CURRENT
Product: Ports & Packages Reporter: Kyle Evans <kevans>
Component: Individual Port(s)Assignee: Kyle Evans <kevans>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 252245    
Attachments:
Description Flags
git(1) diff against the ports tree none

Description Kyle Evans freebsd_committer freebsd_triage 2020-12-29 05:57:56 UTC
Created attachment 221075 [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:29:25 UTC
^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).

 /tmp/252256/textproc/chpp/files/patch-avl.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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-01-10 17:39:32 UTC
A commit references this bug:

Author: kevans
Date: Sun Jan 10 17:38:50 UTC 2021
New revision: 561091
URL: https://svnweb.freebsd.org/changeset/ports/561091

Log:
  textproc/chpp: fix the build against -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:		252256
  MFH:		2021Q1

Changes:
  head/textproc/chpp/Makefile
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-01-10 17:58:39 UTC
A commit references this bug:

Author: kevans
Date: Sun Jan 10 17:58:03 UTC 2021
New revision: 561098
URL: https://svnweb.freebsd.org/changeset/ports/561098

Log:
  MFH: r561091

  textproc/chpp: fix the build against -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:		252256

Changes:
_U  branches/2021Q1/
  branches/2021Q1/textproc/chpp/Makefile