FreeBSD Bugzilla – Attachment 88228 Details for
Bug 125001
[PATCH] net/libdnet: Unbreak jail builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libdnet-1.11_2.patch
libdnet-1.11_2.patch (text/plain), 1.42 KB, created by
Philip M. Gollucci
on 2008-06-26 07:30:02 UTC
(
hide
)
Description:
libdnet-1.11_2.patch
Filename:
MIME Type:
Creator:
Philip M. Gollucci
Created:
2008-06-26 07:30:02 UTC
Size:
1.42 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/libdnet/Makefile,v >retrieving revision 1.29 >diff -u -u -r1.29 Makefile >--- Makefile 23 Sep 2007 06:10:36 -0000 1.29 >+++ Makefile 26 Jun 2008 06:18:24 -0000 >@@ -7,10 +7,9 @@ > > PORTNAME= libdnet > PORTVERSION= 1.11 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES?= net >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= ${PORTNAME} >+MASTER_SITES= SF > > MAINTAINER?= onatan@gmail.com > COMMENT?= A simple interface to low level networking routines >@@ -27,10 +26,6 @@ > MAN8= dnet.8 > .endif > >-.if !exists(/dev/bpf0) >-BROKEN= Does not build properly without /dev/bpf0 >-.endif >- > .include <bsd.port.pre.mk> > > .if !defined(LIBDNET_SLAVE) >Index: files/patch-configure.diff >=================================================================== >RCS file: files/patch-configure.diff >diff -N files/patch-configure.diff >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-configure.diff 26 Jun 2008 06:14:33 -0000 >@@ -0,0 +1,14 @@ >+--- configure.orig 2008-06-26 05:04:55.000000000 +0000 >++++ configure 2008-06-26 05:05:13.000000000 +0000 >+@@ -21924,11 +21924,7 @@ >+ if test "${ac_cv_dnet_bsd_bpf+set}" = set; then >+ echo $ECHO_N "(cached) $ECHO_C" >&6 >+ else >+- if test -c /dev/bpf0 ; then >+ ac_cv_dnet_bsd_bpf=yes >+- else >+- ac_cv_dnet_bsd_bpf=no >+- fi >+ fi >+ >+ echo "$as_me:$LINENO: result: $ac_cv_dnet_bsd_bpf" >&5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125001
: 88228