diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-06-16 11:38:04 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-06-16 11:38:04 +0000 |
commit | 9802ec1b8df7087fbbe319883c1875557a23d2c8 (patch) | |
tree | 33032156019660dd5349b12dc5481230c149cd71 /net/pim6dd | |
parent | 40f7e6217e56aaf6e205f50b8ec5211f324882b1 (diff) | |
download | ports-9802ec1b8df7087fbbe319883c1875557a23d2c8.tar.gz ports-9802ec1b8df7087fbbe319883c1875557a23d2c8.zip |
Notes
Diffstat (limited to 'net/pim6dd')
-rw-r--r-- | net/pim6dd/Makefile | 2 | ||||
-rw-r--r-- | net/pim6dd/files/patch-ab | 13 | ||||
-rw-r--r-- | net/pim6dd/files/patch-ac | 13 |
3 files changed, 27 insertions, 1 deletions
diff --git a/net/pim6dd/Makefile b/net/pim6dd/Makefile index 3f04d8465767..38a57a7d1540 100644 --- a/net/pim6dd/Makefile +++ b/net/pim6dd/Makefile @@ -26,7 +26,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} post-patch: .for file in Makefile.inc pim6dd/pathnames.h pim6dd/pim6dd.8 - @${PERL} -pi.orig -e 's./usr/local/v6.${PREFIX}.g' ${WRKSRC}/${file} + @${REINPLACE_CMD} -e 's./usr/local/v6.${PREFIX}.g' ${WRKSRC}/${file} .endfor post-install: diff --git a/net/pim6dd/files/patch-ab b/net/pim6dd/files/patch-ab new file mode 100644 index 000000000000..1c284c8bb374 --- /dev/null +++ b/net/pim6dd/files/patch-ab @@ -0,0 +1,13 @@ +Index: pim6dd/mld6.c +diff -u pim6dd/mld6.c.orig pim6dd/mld6.c +--- pim6dd/mld6.c.orig Wed Apr 3 11:47:04 2002 ++++ pim6dd/mld6.c Sun Jun 16 20:13:39 2002 +@@ -117,7 +117,7 @@ + + /* Externals */ + +-extern struct in6_addr in6addr_linklocal_allnodes; ++extern const struct in6_addr in6addr_linklocal_allnodes; + + /* local variables. */ + static struct sockaddr_in6 dst = {sizeof(dst), AF_INET6}; diff --git a/net/pim6dd/files/patch-ac b/net/pim6dd/files/patch-ac new file mode 100644 index 000000000000..3530ee10c976 --- /dev/null +++ b/net/pim6dd/files/patch-ac @@ -0,0 +1,13 @@ +Index: pim6dd/mld6_proto.c +diff -u pim6dd/mld6_proto.c.orig pim6dd/mld6_proto.c +--- pim6dd/mld6_proto.c.orig Tue Dec 18 12:10:42 2001 ++++ pim6dd/mld6_proto.c Sun Jun 16 20:15:55 2002 +@@ -119,7 +119,7 @@ + + #include "mld6_proto.h" + +-extern struct in6_addr in6addr_any; ++extern const struct in6_addr in6addr_any; + + + /* |