diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-06-21 22:13:22 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-06-21 22:13:22 +0000 |
commit | 417ce0dd73fba9abec944396ffd839af67741269 (patch) | |
tree | 73300b21f743370f587ab57913821386d7063883 /net/bind9 | |
parent | bdc5a928972e5e9a7323ed5dad4665a8149f8c2b (diff) | |
download | pkgsrc-417ce0dd73fba9abec944396ffd839af67741269.tar.gz |
Fix two typos: inclue => include
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 | ||||
-rw-r--r-- | net/bind9/distinfo | 6 | ||||
-rw-r--r-- | net/bind9/patches/patch-ad | 4 | ||||
-rw-r--r-- | net/bind9/patches/patch-ai | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index bd6cc4072e4..1f0f6aa754e 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.99 2008/06/20 01:09:29 joerg Exp $ +# $NetBSD: Makefile,v 1.100 2008/06/21 22:13:22 adrianp Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P1/pl1/} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ diff --git a/net/bind9/distinfo b/net/bind9/distinfo index 93fd2dec68a..6ce3b43287c 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.35 2008/05/11 00:00:59 tonnerre Exp $ +$NetBSD: distinfo,v 1.36 2008/06/21 22:13:22 adrianp Exp $ SHA1 (bind-9.4.1-P1.tar.gz) = c65bfd3d6ff1dd78b678fe350e323bfb6d47fe1b RMD160 (bind-9.4.1-P1.tar.gz) = ced75a96098d78a7fdd8cc1d1e3daf2ad142ee9f Size (bind-9.4.1-P1.tar.gz) = 6341409 bytes SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5 SHA1 (patch-ac) = 4df1ece91d59b2b36fc7a4316604f1c112cf70ba -SHA1 (patch-ad) = 0e28ae0bb42e633f1ff1111478c97ced5c222186 +SHA1 (patch-ad) = 0d743fd89184105225ff442e1c8e622b0f8d16fa SHA1 (patch-af) = b21bb5195cdb4deec00e5abd39f5bf2137549c3f SHA1 (patch-ag) = 9d61e0f527a76977bf8457355997d201fa37dd4e -SHA1 (patch-ai) = ac1ed87c6e55317ddc9780b1b432692a29e4e8a3 +SHA1 (patch-ai) = 00b4e2206b161d0cdf67b8569b7d36d9b898b18f SHA1 (patch-aj) = c3bbf84a8a735298552f918ac38331e06a1b68a1 SHA1 (patch-al) = eb6a52d3f865639447ec6f9019c0ea1d2122b772 SHA1 (patch-am) = bb267f13dbd30d492f4dfcf9c278b941efa97bed diff --git a/net/bind9/patches/patch-ad b/net/bind9/patches/patch-ad index 8e182a139e0..55059d508ab 100644 --- a/net/bind9/patches/patch-ad +++ b/net/bind9/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.6 2006/08/17 14:14:18 taca Exp $ +$NetBSD: patch-ad,v 1.7 2008/06/21 22:13:22 adrianp Exp $ --- configure.orig 2005-10-21 08:57:38.000000000 +0900 +++ configure @@ -37,7 +37,7 @@ $NetBSD: patch-ad,v 1.6 2006/08/17 14:14:18 taca Exp $ + { echo "$as_me:$LINENO: result: native pthreads" >&5 +echo "${ECHO_T}native pthreads" >&6; } + LIBS="-lpthread $LIBS" -+ CPPFLAGS="$CPPFLAGS -I/usr/inclue" ++ CPPFLAGS="$CPPFLAGS -I/usr/include" + STD_CINDLUES="$STD_CINDLUES -I/usr/include" + else + { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 diff --git a/net/bind9/patches/patch-ai b/net/bind9/patches/patch-ai index 0692f952d4d..2ecc5db97e6 100644 --- a/net/bind9/patches/patch-ai +++ b/net/bind9/patches/patch-ai @@ -1,4 +1,4 @@ -$NetBSD: patch-ai,v 1.8 2007/08/08 18:32:45 reed Exp $ +$NetBSD: patch-ai,v 1.9 2008/06/21 22:13:22 adrianp Exp $ --- lib/bind/configure.orig 2005-10-14 10:44:50.000000000 +0900 +++ lib/bind/configure @@ -51,7 +51,7 @@ $NetBSD: patch-ai,v 1.8 2007/08/08 18:32:45 reed Exp $ + { echo "$as_me:$LINENO: result: native pthreads" >&5 +echo "${ECHO_T}native pthreads" >&6; } + LIBS="-lpthread $LIBS" -+ CPPFLAGS="$CPPFLAGS -I/usr/inclue" ++ CPPFLAGS="$CPPFLAGS -I/usr/include" + STD_CINDLUES="$STD_CINDLUES -I/usr/include" + else + { echo "$as_me:$LINENO: result: mit-pthreads/unproven-pthreads" >&5 |