The wmnd port uses an int when querying the network devices via sysctl(3). Under amd64, this causes a failure of sysctl due to the size of the int and hence no network devices are detected. The fix is simply to use the correct data type: size_t; Fix: The below patch fixes the problem and provides everything required to update the port How-To-Repeat: Run the port on amd64
Responsible Changed From-To: freebsd-ports-bugs->benjsc Submitter has GNATS access
Responsible Changed From-To: benjsc->freebsd-ports-bugs benjsc does not have ports commit bit. benjsc is willing to become the maintainer for this port.
State Changed From-To: open->closed Committed. Thanks!
miwi 2007-04-17 19:02:00 UTC FreeBSD ports repository Modified files: net/wmnd Makefile Added files: net/wmnd/files patch-src-drivers.c Log: - Fix date type size_t PR: 111270 Submitted by: Benjamin Close <benjsc@> Revision Changes Path 1.18 +1 -0 ports/net/wmnd/Makefile 1.1 +21 -0 ports/net/wmnd/files/patch-src-drivers.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"