diff options
| author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2011-08-02 17:05:43 +0000 |
|---|---|---|
| committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2011-08-02 17:05:43 +0000 |
| commit | 1a36a781f49bd007b53ede427e0ef2b2cb67f3fc (patch) | |
| tree | 0159104327573554ca7cdff79caab02b89f80f79 /sysutils/nut/files/patch-m4-nut_check_ipv6.m4 | |
| parent | Deprecate some ports where I can't find distfiles and upstream (diff) | |
Update to 2.6.1. Main changes:
- IPv6 always compiled in (drop IPV6 option)
- megatec and megatec_usb drivers replaced by blazer_ser and blazer_usb.
- liebertgxt2 renamed to liebert-esp2
- s/PREFIX/LOCALBASE/ for gd includes/libs (grrr!)
- add OPTIONal bash completion
PR: 152866 [1], 157925 [2],
Submitted by: John Bayly <freebsd.ports@tipstrade.net> [1], lev@ [2]
Diffstat (limited to 'sysutils/nut/files/patch-m4-nut_check_ipv6.m4')
| -rw-r--r-- | sysutils/nut/files/patch-m4-nut_check_ipv6.m4 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/nut/files/patch-m4-nut_check_ipv6.m4 b/sysutils/nut/files/patch-m4-nut_check_ipv6.m4 deleted file mode 100644 index fa12e98b55d3..000000000000 --- a/sysutils/nut/files/patch-m4-nut_check_ipv6.m4 +++ /dev/null @@ -1,13 +0,0 @@ ---- m4/nut_check_ipv6.m4.orig 2007-03-15 21:19:05.000000000 +0100 -+++ m4/nut_check_ipv6.m4 2007-10-15 11:42:02.000000000 +0200 -@@ -22,7 +22,9 @@ - struct in6_addr], - [:], - [nut_have_ipv6=no], -- [#include <netdb.h>]) -+ [#include <netdb.h> -+ #include <sys/socket.h> -+ #include <netinet/in.h>]) - - dnl AC_CHECK_MEMBERS([struct in6_addr.s6_addr32], - dnl [:], |
