diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-27 15:32:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-27 15:32:07 +0000 |
commit | 888a04b606a58dad79315602f55a5eeb6c20bfda (patch) | |
tree | bc0eaf296489c67d06120bf81de6997450284504 /net/libdnet/files | |
parent | 09dc5f4878a5ac5ee38d9737e1098a7278617748 (diff) |
Notes
Diffstat (limited to 'net/libdnet/files')
-rw-r--r-- | net/libdnet/files/patch-configure | 14 | ||||
-rw-r--r-- | net/libdnet/files/patch-python__dnet.c | 20 |
2 files changed, 0 insertions, 34 deletions
diff --git a/net/libdnet/files/patch-configure b/net/libdnet/files/patch-configure deleted file mode 100644 index 3e94c4e5dad9..000000000000 --- a/net/libdnet/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 diff --git a/net/libdnet/files/patch-python__dnet.c b/net/libdnet/files/patch-python__dnet.c deleted file mode 100644 index 767d95ca9372..000000000000 --- a/net/libdnet/files/patch-python__dnet.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./python/dnet.c.orig Tue Jul 10 12:35:10 2007 -+++ ./python/dnet.c Tue Jul 10 12:35:59 2007 -@@ -2726,7 +2726,7 @@ - PyObject *__pyx_3 = 0; - unsigned short __pyx_4; - Py_INCREF(__pyx_v_self); -- ((PyObject*)__pyx_v_next) = Py_None; Py_INCREF(((PyObject*)__pyx_v_next)); -+ __pyx_v_next = Py_None; Py_INCREF(((PyObject*)__pyx_v_next)); - - /* "/Users/dugsong/projects/libdnet/python/./dnet.pyx":634 */ - __pyx_1 = (((struct __pyx_obj_4dnet___addr_ip4_iter *)__pyx_v_self)->cur <= ((struct __pyx_obj_4dnet___addr_ip4_iter *)__pyx_v_self)->max); -@@ -2738,7 +2738,7 @@ - Py_DECREF(__pyx_2); __pyx_2 = 0; - if (!__Pyx_TypeTest(__pyx_3, __pyx_ptype_4dnet_addr)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 635; goto __pyx_L1;} - Py_DECREF(((PyObject *)__pyx_v_next)); -- ((PyObject *)__pyx_v_next) = __pyx_3; -+ __pyx_v_next = __pyx_3; - __pyx_3 = 0; - - /* "/Users/dugsong/projects/libdnet/python/./dnet.pyx":636 */ |