Summary: | net/clusterit: still broken due to utmpx | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> |
Component: | Individual Port(s) | Assignee: | Dmitry Sivachenko <demon> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
O. Hartmann
2011-09-23 08:20:06 UTC
Responsible Changed From-To: freebsd-ports-bugs->demon Over to maintainer (via the GNATS Auto Assign Tool) demon 2011-09-29 14:25:50 UTC FreeBSD ports repository Modified files: net/clusterit Makefile Added files: net/clusterit/files patch-rvt-command.c patch-rvt-ttyinit.c Log: Unbreak on 9+ (utmpx). Seems utmp.h include is not used. PR: 160934 Reported by: "Hartmann, O." <ohartman@zedat.fu-berlin.de> Revision Changes Path 1.23 +0 -4 ports/net/clusterit/Makefile 1.1 +10 -0 ports/net/clusterit/files/patch-rvt-command.c (new) 1.1 +10 -0 ports/net/clusterit/files/patch-rvt-ttyinit.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed I deleted utmp.h includes, seems they are not needed. Can you please test and report if it works for you? Thanks! After a fix, it seems to compil;e on FreeBSD 9.0-BETA3 successfully. Thanks. Oliver |