Summary: | sysutils/cluster-glue unbreak (unknown type name 'selector_t') | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Walter Schwarzenfeld <w.schwarzenfeld> | ||||||
Component: | Individual Port(s) | Assignee: | Rene Ladan <rene> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | rene | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | 231096 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Created attachment 196795 [details]
svn-diff-cluster-glue_v2
Adding patch for correction of header guard.
In the meantime the port has an expiration date (2019-03-05). A commit references this bug: Author: rene Date: Wed Mar 6 10:16:18 UTC 2019 New revision: 494786 URL: https://svnweb.freebsd.org/changeset/ports/494786 Log: sysutils/cluster-glue: unbreak and modernize port - add USES=gnome - sort Makefile - disable HPI option because that port is currently broken PR: 231097 Submitted by: w.schwarzenfeld@utanet.at MFH: 2019Q1 Changes: head/sysutils/cluster-glue/Makefile head/sysutils/cluster-glue/files/patch-ipmilan__command.c head/sysutils/cluster-glue/files/patch-md5.h A commit references this bug: Author: rene Date: Wed Mar 6 11:27:40 UTC 2019 New revision: 494790 URL: https://svnweb.freebsd.org/changeset/ports/494790 Log: MFH: r494786 sysutils/cluster-glue: unbreak and modernize port - add USES=gnome - sort Makefile - disable HPI option because that port is currently broken PR: 231097 Submitted by: w.schwarzenfeld@utanet.at Approved by: port-secteam (joneum) Changes: _U branches/2019Q1/ branches/2019Q1/sysutils/cluster-glue/Makefile branches/2019Q1/sysutils/cluster-glue/files/patch-ipmilan__command.c branches/2019Q1/sysutils/cluster-glue/files/patch-md5.h Closing PR, note that sysutils/openhpi has been removed. |
Created attachment 196792 [details] svn-diff-cluster-glue Unbreak cluster-glue, it fails with ipmilan_command.c:52:1: error: unknown type name 'selector_t' selector_t *os_sel; ^ ipmilan_command.c:87:16: error: unknown type name 'selector_t' void timed_out(selector_t *sel, sel_timer_t *timer, void *data); ^ ipmilan_command.c:90:11: error: unknown type name 'selector_t' timed_out(selector_t *sel, sel_timer_t *timer, void *data)