Bug 123213 - patch net/libnet's configure to not do anymore checks of bpf device
Summary: patch net/libnet's configure to not do anymore checks of bpf device
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 13:30 UTC by spry
Modified: 2008-05-29 03:10 UTC (History)
0 users

See Also:


Attachments
file.diff (3.19 KB, patch)
2008-04-29 13:30 UTC, spry
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description spry 2008-04-29 13:30:04 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-29 13:30:16 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-29 13:30:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-05-29 03:03:17 UTC
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"
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-29 03:03:21 UTC
State Changed
From-To: feedback->closed

Committed, thanks!