The freebsd-python list received a notice that compiling devel/py-freebsd 0.9.3_1 fails on 7.0-Current with: --------- src/netstat.c: In function 'PyFB_ifstats': src/netstat.c:246: error: 'struct if_data' has no member named 'ifi_recvquota' src/netstat.c:246: error: 'struct if_data' has no member named 'ifi_xmitquota' error: command 'cc' failed with exit status 1 *** Error code 1 --------- Probably broken with this commit, removing those members: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/net/if_var.h#rev1.115 Fix: I've attached a patch Patch attached with submission follows: How-To-Repeat: Try to compile the devel/py-freebsd port on a 7.0-CURRENT or higher system
Responsible Changed From-To: freebsd-ports-bugs->python Over to maintainer
miwi 2007-08-27 11:09:27 UTC FreeBSD ports repository Modified files: devel/py-freebsd Makefile Added files: devel/py-freebsd/files freebsd7_patch-src-netstat.c Log: - Fix build on HEAD PR: 115610 Submitted by: Barry Pederson <bp@barryp.org> Revision Changes Path 1.15 +8 -2 ports/devel/py-freebsd/Makefile 1.1 +10 -0 ports/devel/py-freebsd/files/freebsd7_patch-src-netstat.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 Committed. Thanks!
Responsible Changed From-To: python->freebsd-python cannonicalize assignment