Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 11:20:10 -0800 (PST)
From:      Jonathan Hanna <jh@cr1003333-a.crdva1.bc.wave.home.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9730: argus port fails configure if /dev/bpf0 does not exist
Message-ID:  <199901271920.LAA25064@cr1003333-a.crdva1.bc.wave.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         9730
>Category:       ports
>Synopsis:       argus port fails configure if /dev/bpf0 does not exist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 27 11:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Hanna
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

>Description:

The argus configure script needs /dev/bpf0 to exist at build time
to auto-detect pcap type.

>How-To-Repeat:

rm -f /dev/bpf0
cd /usr/ports/net/argus ; make

>Fix:

diff -rc argus.old/Makefile argus/Makefile
*** argus.old/Makefile	Sat Dec  5 09:58:00 1998
--- argus/Makefile	Wed Jan 27 10:35:10 1999
***************
*** 16,21 ****
--- 16,22 ----
  LIB_DEPENDS=	wrap.7:${PORTSDIR}/security/tcp_wrapper
  
  HAS_CONFIGURE=	true
+ CONFIGURE_ARGS=	--with-pcap=bpf
  
  MAN1=	connections.1 ra.1 rasort.1 services.1
  MAN5=	argus.5
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901271920.LAA25064>