Page MenuHomeFreeBSD

*/*: Remove Uses=corosync
AbandonedPublic

Authored by fernape on Feb 28 2025, 4:43 PM.
Tags
None
Referenced Files
F135999841: D49171.diff
Fri, Nov 14, 11:20 PM
Unknown Object (File)
Sat, Oct 25, 4:42 AM
Unknown Object (File)
Oct 5 2025, 2:41 PM
Unknown Object (File)
Oct 5 2025, 12:53 PM
Unknown Object (File)
Oct 4 2025, 9:37 PM
Unknown Object (File)
Sep 27 2025, 3:40 AM
Unknown Object (File)
Sep 19 2025, 9:43 AM
Unknown Object (File)
Aug 1 2025, 7:19 PM
Subscribers

Details

Reviewers
None
Group Reviewers
portmgr
Summary

Unused in the tree.

Also I have doubts that this will work in the package clusters since it checks
for the installed version of net/corosync in order to stablish the _DEPENDS.

Test Plan

Apply patch, make describe from the ports tree root. No consumers.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 62684
Build 59568: arc lint + arc unit

Event Timeline

fernape created this revision.

I don't think that it's unused:

flo@p:~/dev/checkouts/portscommit/net/pacemaker2 % make -V USES
autoreconf:2.69 corosync cpe gmake gnome libtool ncurses pathfix pkgconfig python shebangfix gettext

It's in Makefile.common

In D49171#1217951, @flo wrote:

I don't think that it's unused:

flo@p:~/dev/checkouts/portscommit/net/pacemaker2 % make -V USES
autoreconf:2.69 corosync cpe gmake gnome libtool ncurses pathfix pkgconfig python shebangfix gettext

It's in Makefile.common

You're absolute right. Thanks!