summaryrefslogtreecommitdiff
path: root/net/ipv6calc/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-04-21 21:06:54 +0000
committerhubertf <hubertf@pkgsrc.org>2002-04-21 21:06:54 +0000
commitdd58cad0f1bde8e6bd3faef589fbb83a54bb3c44 (patch)
treee926ee51106315e0dd130ffdd3ca68289d84d9c1 /net/ipv6calc/patches
parent9bcb2dbd697409429aef2cc2d71126f6fae4e4ca (diff)
downloadpkgsrc-dd58cad0f1bde8e6bd3faef589fbb83a54bb3c44.tar.gz
Update ipv6calc to 0.40. Changes:
* most code reviewed with help of splint * introduce new option handling (in/out/action) - old options are still supported, no plans to remove this support in next releases * some automagically handling relating to - input - output - action if not extra specified * add more conversions, also add more support of IPv4 addresses * the address information option (-i) now shows also - IPv4 registries (by using included current IPv4 CIDR table) - IPv6 registries - OUI (vendor) of NIC, if EUI-48/64 is a global one * an example CGI frontend called "ipv6calcweb.cgi" to display information about a REMOTE_ADDR on a webpage - See e.g. http://ipv6.aerasec.de/index2.html for what can be displayed - Currently supported languages: en, de
Diffstat (limited to 'net/ipv6calc/patches')
-rw-r--r--net/ipv6calc/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ipv6calc/patches/patch-aa b/net/ipv6calc/patches/patch-aa
new file mode 100644
index 00000000000..380b71023b7
--- /dev/null
+++ b/net/ipv6calc/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.3 2002/04/21 21:06:55 hubertf Exp $
+
+--- Makefile.in.orig Sun Apr 21 22:49:50 2002
++++ Makefile.in
+@@ -53,10 +53,10 @@
+ make installonly
+
+ installonly:
+- mkdir -p $(root)/bin/
+- install -m 755 -o root -g root ipv6calc/ipv6calc $(root)/bin/
+- mkdir -p $(root)/usr/bin/
+- install -m 755 -o root -g root ipv6logconv/ipv6logconv $(root)/usr/bin/
++ mkdir -p $(root)/bin
++ ${BSD_INSTALL_PROGRAM} ipv6calc/ipv6calc $(root)/bin
++ mkdir -p $(root)/bin
++ ${BSD_INSTALL_PROGRAM} ipv6logconv/ipv6logconv $(root)/bin
+
+ getopt-make:
+ cd getopt/ && make