when building net/libnet, bpf has been there since FreeBSD 3.X, so do not do anymore checks. this is useful when building in jails as they don't have bpf. this is somewhat like #113893 Fix: remove any bpf device checks on configure Patch attached with submission follows: How-To-Repeat: build net/libnet in jail, then build arping. create pkg for arping. install arping pkg on a different machine. run arping, you'll get 'libnet_get_hwaddr' errors.
Maintainer of net/libnet, Please note that PR ports/123213 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123213 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
edwin 2008-05-29 02:03:12 UTC FreeBSD ports repository Modified files: net/libnet Makefile Added files: net/libnet/files patch-configure Log: patch net/libnet's configure to not do anymore checks of bpf device when building net/libnet, bpf has been there since FreeBSD 3.X, so do not do anymore checks. this is useful when building in jails as they don't have bpf. this is somewhat like #113893 PR: ports/123213 Submitted by: Mars G Miro <spry@anarchy.in.the.ph> Approved by: maintainer timeout Revision Changes Path 1.18 +1 -1 ports/net/libnet/Makefile 1.1 +80 -0 ports/net/libnet/files/patch-configure (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: feedback->closed Committed, thanks!