FreeBSD Bugzilla – Attachment 114346 Details for
Bug 155992
[patch] update net/ndisc6 to 1.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
ndisc6.txt
ndisc6.txt (text/plain; charset=US-ASCII), 4.22 KB, created by
m.tsatsenko
on 2011-04-09 23:47:07 UTC
(
hide
)
Description:
ndisc6.txt
Filename:
MIME Type:
Creator:
m.tsatsenko
Created:
2011-04-09 23:47:07 UTC
Size:
4.22 KB
patch
obsolete
>? work >Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/ndisc6/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- Makefile 9 Apr 2011 20:25:30 -0000 1.11 >+++ Makefile 9 Apr 2011 22:22:04 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= ndisc6 >-PORTVERSION= 0.7.2 >+PORTVERSION= 1.0.1 > CATEGORIES= net ipv6 > MASTER_SITES= http://www.remlab.net/files/ndisc6/archive/ \ > http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/archive/ >@@ -14,15 +14,18 @@ > MAINTAINER= m.tsatsenko@gmail.com > COMMENT= IPv6 network diagnostic tools > >+LICENSE= GPLv2 > USE_BZIP2= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --disable-suid-install >+USE_GETTEXT= yes >+CFLAGS= -lintl -L${PREFIX}/lib >+CONFIGURE_ARGS= --disable-suid-install > >-MAN1= tcpspray6.1 addrinfo.1 dnssort.1 >-MAN8= ndisc6.8 rdisc6.8 rltraceroute6.8 >+MAN1= addr2name.1 dnssort.1 tcpspray.1 >+MAN8= ndisc6.8 rdisc6.8 rdnssd.8 rltraceroute6.8 > MLINKS= rltraceroute6.8 tcptraceroute6.8 \ > rltraceroute6.8 tracert6.8 \ >- addrinfo.1 nameinfo.1 >+ addr2name.1 name2addr.1 > > PORTDOCS= AUTHORS NEWS README > >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/net/ndisc6/distinfo,v >retrieving revision 1.4 >diff -u -r1.4 distinfo >--- distinfo 20 Mar 2011 12:51:49 -0000 1.4 >+++ distinfo 9 Apr 2011 22:22:04 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (ndisc6-0.7.2.tar.bz2) = d3ded639dfc05cab3525a601534d56da1531f92bf05856d15fddcca6e0886ee2 >-SIZE (ndisc6-0.7.2.tar.bz2) = 105343 >+SHA256 (ndisc6-1.0.1.tar.bz2) = 1daf9e08783d85aebe1e564d6e83d5a3d57baa231de98cc0d621ce3f7a62efdd >+SIZE (ndisc6-1.0.1.tar.bz2) = 237621 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/net/ndisc6/pkg-plist,v >retrieving revision 1.2 >diff -u -r1.2 pkg-plist >--- pkg-plist 1 Oct 2006 04:55:53 -0000 1.2 >+++ pkg-plist 9 Apr 2011 22:22:04 -0000 >@@ -1,9 +1,11 @@ >-bin/addrinfo >+bin/addr2name > bin/dnssort >-bin/nameinfo >+bin/name2addr >+bin/tcpspray > bin/tcpspray6 > sbin/ndisc6 > sbin/rdisc6 >+sbin/rdnssd > sbin/tcptraceroute6 > sbin/rltraceroute6 > sbin/tracert6 >Index: files/patch-cpp-syntax >=================================================================== >RCS file: /home/ncvs/ports/net/ndisc6/files/patch-cpp-syntax,v >retrieving revision 1.1 >diff -u -r1.1 patch-cpp-syntax >--- files/patch-cpp-syntax 7 Oct 2006 01:13:16 -0000 1.1 >+++ files/patch-cpp-syntax 9 Apr 2011 22:22:04 -0000 >@@ -1,26 +0,0 @@ >-Index: src/inet6rth.h >-=================================================================== >---- src/inet6rth.h (revision 345) >-+++ src/inet6rth.h (revision 347) >-@@ -75,7 +75,7 @@ >- # define IPV6_RECVRTHDR 56 >- # define IPV6_RTHDR 57 >- # elif defined (__FreeBSD__) || defined (__FreeBSD_kernel__) \ >-- defined (__NetBSD__) || defined (__NetBSD_kernel__) >-+ || defined (__NetBSD__) || defined (__NetBSD_kernel__) >- # define IPV6_RECVRTHDR 38 >- # define IPV6_RTHDR 51 >- # else >-Index: src/traceroute.c >-=================================================================== >---- src/traceroute.c (revision 345) >-+++ src/traceroute.c (revision 347) >-@@ -54,7 +54,7 @@ >- # if defined (__linux__) >- # define IPV6_TCLASS 67 >- # elif defined (__FreeBSD__) || defined (__FreeBSD_kernel__) \ >-- defined (__NetBSD__) || defined (__NetBSD_kernel__) >-+ || defined (__NetBSD__) || defined (__NetBSD_kernel__) >- # define IPV6_TCLASS 61 >- # else >- # warning Traffic class support missing! Define IPV6_TCLASS! >Index: files/patch-rthdr-fbsd4 >=================================================================== >RCS file: /home/ncvs/ports/net/ndisc6/files/patch-rthdr-fbsd4,v >retrieving revision 1.1 >diff -u -r1.1 patch-rthdr-fbsd4 >--- files/patch-rthdr-fbsd4 7 Oct 2006 01:13:16 -0000 1.1 >+++ files/patch-rthdr-fbsd4 9 Apr 2011 22:22:04 -0000 >@@ -1,15 +0,0 @@ >-Index: src/inet6rth.h >-=================================================================== >---- src/inet6rth.h (revision 347) >-+++ src/inet6rth.h (revision 348) >-@@ -26,6 +26,10 @@ >- #include <sys/socket.h> >- #include <netinet/in.h> >- >-+#define inet6_rth_space working_inet6_rth_space >-+#define inet6_rth_init working_inet6_rth_init >-+#define inet6_rth_add working_inet6_rth_add >-+ >- #ifndef IPV6_RTHDR_TYPE_0 >- # define IPV6_RTHDR_TYPE_0 0 >- #endif
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 Raw
Actions:
View
Attachments on
bug 155992
:
114344
|
114345
| 114346