diff options
author | itojun <itojun> | 1999-11-22 21:07:53 +0000 |
---|---|---|
committer | itojun <itojun> | 1999-11-22 21:07:53 +0000 |
commit | 6146fefe87ad8867e5d073663c9291c0c8b6568a (patch) | |
tree | c9ea74ac752c50504ba39e399d10fb23dca249f4 /net/totd | |
parent | ad162113aa8a1c99205af52a4a377d55460b0757 (diff) | |
download | pkgsrc-6146fefe87ad8867e5d073663c9291c0c8b6568a.tar.gz |
net/totd: DNS proxy that supports IPv6 <==> IPv4 record translation.
XXX the pkgsrc Makefile requires USE_INET6 in mk.conf at this moment,
as the program is meaningful only if you have IPv4/v6 dual-stack support.
I'm not sure if it actually requires IPv6 in kernel...
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 10 | ||||
-rw-r--r-- | net/totd/patches/patch-ab | 1 |
2 files changed, 10 insertions, 1 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 038a0eba889..8c0869d08ea 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/22 21:04:01 itojun Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/22 21:07:54 itojun Exp $ # DISTNAME= totd-1.1p1 @@ -10,6 +10,14 @@ HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html WRKSRC= ${WRKDIR}/totd-1.1p1 +BUILD_DEFS+= USE_INET6 + +.include "../../mk/bsd.prefs.mk" + +.if !(defined(USE_INET6) && ${USE_INET6} == YES) +BROKEN= "this is designed for IPv6/v4 dual stack node" +.endif + GNU_CONFIGURE= YES post-install: diff --git a/net/totd/patches/patch-ab b/net/totd/patches/patch-ab index 84baa5831e9..1aa7f55a8d2 100644 --- a/net/totd/patches/patch-ab +++ b/net/totd/patches/patch-ab @@ -1,3 +1,4 @@ +$NetBSD: patch-ab,v 1.2 1999/11/22 21:07:54 itojun Exp $ --- Makefile.in- Wed Oct 6 19:53:01 1999 +++ Makefile.in Wed Oct 6 19:53:11 1999 @@ -39,7 +39,7 @@ |