Summary: | textproc/mgdiff: fix the build on -CURRENT | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kyle Evans <kevans> | ||||||||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||||||||
Status: | Closed FIXED | ||||||||||||||
Severity: | Affects Only Me | CC: | fernape, pi, portmaster | ||||||||||||
Priority: | --- | Flags: | portmaster:
maintainer-feedback+
|
||||||||||||
Version: | Latest | ||||||||||||||
Hardware: | Any | ||||||||||||||
OS: | Any | ||||||||||||||
Bug Depends on: | |||||||||||||||
Bug Blocks: | 252245 | ||||||||||||||
Attachments: |
|
Description
Kyle Evans
2020-12-29 05:58:32 UTC
Comment on attachment 221076 [details]
git(1) diff against the ports tree
Approved.
Thanks, Kyle!
^Triage: Reporter is committer, assign accordingly. 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). (In reply to Fernando ApesteguĂa from comment #2) I'll address your concerns with a new patch shortly. Created attachment 221112 [details] svn diff for textproc/mgdiff version 2 (update to previous) This is an update to address comment #2 Created attachment 221113 [details]
svn diff for textproc/mgdiff version 3 (fix against version 2)
OOPS!
Please use this one instead.
Same as on PR 252258; LIB_DEPENDS apparently cannot cope with pkgname>0 style test. Created attachment 222744 [details]
svn diff version 4 for textproc/mgdiff
This should be the final version of a patch to fix
textproc/mgdiff. It comes as a result of work done
by kyle regarding the handling of lib versions.
Please commit. :-)
Thanks!
--Chris
Created attachment 222746 [details]
svn diff for textproc/mgdiff version 5 (final)
Sorry. I diffed the file before saving the changes.
This diff corrects that.
Please commit.
Thanks.
--Chris
testbuild@work Committed, thanks! A commit references this bug: Author: pi Date: Thu Mar 4 19:40:10 UTC 2021 New revision: 567336 URL: https://svnweb.freebsd.org/changeset/ports/567336 Log: textproc/mgdiff: fix the build on -CURRENT - libgnuregex has been removed in -CURRENT. Switch to using the newer version that's provided in ports as of ports r559542 PR: 252257 Submitted by: kevans Reviewed by: fernape Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Changes: head/textproc/mgdiff/Makefile This needs to merged to quarterly. pkg-fallout continues to complain. Please merge to quarterly. Thanks! :-) Hmm, the new quarterly was just created, so it should already be in 2021Q2 ? Besides, I first have to learn the git workflow 8-} |