View | Details | Raw Unified | Return to bug 125001
Collapse All | Expand All

(-)Makefile (-7 / +2 lines)
Lines 7-16 Link Here
7
7
8
PORTNAME=	libdnet
8
PORTNAME=	libdnet
9
PORTVERSION=	1.11
9
PORTVERSION=	1.11
10
PORTREVISION?=	1
10
PORTREVISION?=	2
11
CATEGORIES?=	net
11
CATEGORIES?=	net
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER?=	onatan@gmail.com
14
MAINTAINER?=	onatan@gmail.com
16
COMMENT?=	A simple interface to low level networking routines
15
COMMENT?=	A simple interface to low level networking routines
Lines 27-36 Link Here
27
MAN8=	dnet.8
26
MAN8=	dnet.8
28
.endif
27
.endif
29
28
30
.if !exists(/dev/bpf0)
31
BROKEN=	Does not build properly without /dev/bpf0
32
.endif
33
34
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
35
30
36
.if !defined(LIBDNET_SLAVE)
31
.if !defined(LIBDNET_SLAVE)
(-)files/patch-configure.diff (+14 lines)
Added Link Here
1
--- configure.orig	2008-06-26 05:04:55.000000000 +0000
2
+++ configure	2008-06-26 05:05:13.000000000 +0000
3
@@ -21924,11 +21924,7 @@
4
     if test "${ac_cv_dnet_bsd_bpf+set}" = set; then
5
   echo $ECHO_N "(cached) $ECHO_C" >&6
6
 else
7
-  if test -c /dev/bpf0 ; then
8
 	    ac_cv_dnet_bsd_bpf=yes
9
-	else
10
-	    ac_cv_dnet_bsd_bpf=no
11
-	fi
12
 fi
13
 
14
     echo "$as_me:$LINENO: result: $ac_cv_dnet_bsd_bpf" >&5

Return to bug 125001