I use the ap-utils port to configure one of my access points. I was thus a bit surprised to see the claim that it "Does not work with gcc4.2" and appears to be abandoned. So I booted up CURRENT & tried it; it worked. g1-37(8.0-C)[34] gcc -v Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] g1-37(8.0-C)[35] I don't have ready access to other architectures to test, but the only arch reported as having an issue on <http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=ap-utils> was ia64, which I am informed is no longer a concern. How-To-Repeat: Replace the port, remove the "BROKEN" speciffication, and build it. That should demonstrate that the claim of "brokenness" is specious. I'm also willing to be the port maintainer.
miwi 2008-06-01 14:10:20 UTC FreeBSD ports repository Added files: net-mgmt/ap-utils Makefile distinfo pkg-descr pkg-plist net-mgmt/ap-utils/files patch-aa Log: - Backout from attic PR: 124188 Submitted by: David Wolfskill <david@catwhisker.org> Revision Changes Path 1.26 +52 -0 ports/net-mgmt/ap-utils/Makefile (new) 1.12 +3 -0 ports/net-mgmt/ap-utils/distinfo (new) 1.7 +10 -0 ports/net-mgmt/ap-utils/files/patch-aa (new) 1.5 +10 -0 ports/net-mgmt/ap-utils/pkg-descr (new) 1.14 +14 -0 ports/net-mgmt/ap-utils/pkg-plist (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"
miwi 2008-06-01 14:26:58 UTC FreeBSD ports repository Modified files: net-mgmt/ap-utils Makefile Log: - Pass maintainership to David Wolfskill <david@catwhisker.org> - Use SF macro PR: 124188 Submitted by: David Wolfskill <david@catwhisker.org> Revision Changes Path 1.27 +2 -6 ports/net-mgmt/ap-utils/Makefile _______________________________________________ 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"
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!