diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-05 16:00:13 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-05 16:00:13 +0000 |
commit | 4e610cff0766767832d324534d4673806b4d9cf2 (patch) | |
tree | 10bf6dd6f5f773ba984d3c42d319477bbf666aab /net | |
parent | 3b077ba4acced575a0eaa51e47b8bce17dba6339 (diff) | |
download | pkgsrc-4e610cff0766767832d324534d4673806b4d9cf2.tar.gz |
Fix spelling of 'internal' in configure test.
Diffstat (limited to 'net')
-rw-r--r-- | net/openafs/distinfo | 4 | ||||
-rw-r--r-- | net/openafs/patches/patch-configure | 22 |
2 files changed, 19 insertions, 7 deletions
diff --git a/net/openafs/distinfo b/net/openafs/distinfo index 6bbc369af0a..fc6a0feaab4 100644 --- a/net/openafs/distinfo +++ b/net/openafs/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.15 2012/05/02 23:19:25 christos Exp $ +$NetBSD: distinfo,v 1.16 2012/05/05 16:00:13 dholland Exp $ SHA1 (openafs-1.7.11-src.tar.bz2) = 7baa664ea521520a3355c6d8ab7cafff004e7d97 RMD160 (openafs-1.7.11-src.tar.bz2) = 4e6c61496989b69544d0039a9fd6ca8627fc4df0 Size (openafs-1.7.11-src.tar.bz2) = 14774648 bytes SHA1 (patch-acinclude.m4) = 52c764ebe648864f13a6708a6eda512b8e9bb390 -SHA1 (patch-configure) = 01335da5959800557896093cd1104572087fc610 +SHA1 (patch-configure) = d36eb7024759f7ab3008def440a118ae9c303927 SHA1 (patch-configure-libafs) = a46ceef332e9c12a9708228d16cb2d0c658a3370 SHA1 (patch-src-afs-NBSD-osi_crypto.c) = 2cf24b1670b588a120168098aea49d6d56d77f9a SHA1 (patch-src-afs-NBSD-osi_kmod.c) = 00e5f38a1f64c91bd314074f66ece30fec9248cf diff --git a/net/openafs/patches/patch-configure b/net/openafs/patches/patch-configure index 497557d9529..63250c75f4a 100644 --- a/net/openafs/patches/patch-configure +++ b/net/openafs/patches/patch-configure @@ -1,8 +1,11 @@ -$NetBSD: patch-configure,v 1.1 2012/05/02 23:19:25 christos Exp $ +$NetBSD: patch-configure,v 1.2 2012/05/05 16:00:13 dholland Exp $ ---- configure.orig 2012-04-23 07:35:46.000000000 -0400 -+++ configure 2012-04-28 20:21:16.000000000 -0400 -@@ -7260,6 +7260,7 @@ +- add netbsd7 +- fix spelling of 'internal' in roken test + +--- configure.orig 2012-04-23 11:35:46.000000000 +0000 ++++ configure +@@ -7260,6 +7260,7 @@ case $AFS_SYSNAME in *_nbsd40) AFS_PARAM_COMMON=param.nbsd40.h ;; *_nbsd50) AFS_PARAM_COMMON=param.nbsd50.h ;; *_nbsd60) AFS_PARAM_COMMON=param.nbsd60.h ;; @@ -10,7 +13,7 @@ $NetBSD: patch-configure,v 1.1 2012/05/02 23:19:25 christos Exp $ *_obsd31) AFS_PARAM_COMMON=param.obsd31.h ;; *_obsd32) AFS_PARAM_COMMON=param.obsd32.h ;; *_obsd33) AFS_PARAM_COMMON=param.obsd33.h ;; -@@ -7900,14 +7901,14 @@ +@@ -7900,14 +7901,14 @@ case $AFS_SYSNAME in XCFLAGS="-O2 -pipe -fPIC" ;; @@ -27,3 +30,12 @@ $NetBSD: patch-configure,v 1.1 2012/05/02 23:19:25 christos Exp $ ;; *nbsd15|*nbsd16) +@@ -19663,7 +19664,7 @@ fi + fi + + +- if test x"$roken_root" = xinteral; then : ++ if test x"$roken_root" = xinternal; then : + + DIR_roken=roken + CPPFLAGS_roken= |