head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2011.01.30.17.15.07;	author ohauer;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- update to version 5.50
- always enable bpf in libdnet-stripped to support build in Jail [1]

Announcement and Changelog are very long and covered by last updates.

Announcement: http://seclists.org/nmap-hackers/2011/0
Changelog: http://nmap.org/changelog.html

PR:		ports/154353 [1]
Submitted by:	Mars G Miro <spry _at_ anarchy.in.the.ph> [1]
Feature safe:	yes
@
text
@--- ./libdnet-stripped/configure.orig	2010-05-07 23:08:32.000000000 +0200
+++ ./libdnet-stripped/configure	2011-01-29 22:22:39.000000000 +0100
@@@@ -14342,11 +14342,8 @@@@
     if test "${ac_cv_dnet_bsd_bpf+set}" = set; then
   $as_echo_n "(cached) " >&6
 else
-  if test -c /dev/bpf0 ; then
-	    ac_cv_dnet_bsd_bpf=yes
-	else
-	    ac_cv_dnet_bsd_bpf=no
-	fi
+# PR ports/154353 : support building in FreeBSD jail
+    ac_cv_dnet_bsd_bpf=yes
 fi
 
     { $as_echo "$as_me:$LINENO: result: $ac_cv_dnet_bsd_bpf" >&5
@
