pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/openafs Fix spelling of 'internal' in configure test.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3cefc817ccd
branches:  trunk
changeset: 603388:e3cefc817ccd
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat May 05 16:00:13 2012 +0000

description:
Fix spelling of 'internal' in configure test.

diffstat:

 net/openafs/distinfo                |   4 ++--
 net/openafs/patches/patch-configure |  22 +++++++++++++++++-----
 2 files changed, 19 insertions(+), 7 deletions(-)

diffs (57 lines):

diff -r 686fa9b84b3d -r e3cefc817ccd net/openafs/distinfo
--- a/net/openafs/distinfo      Sat May 05 15:20:31 2012 +0000
+++ b/net/openafs/distinfo      Sat May 05 16:00:13 2012 +0000
@@ -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 -r 686fa9b84b3d -r e3cefc817ccd net/openafs/patches/patch-configure
--- a/net/openafs/patches/patch-configure       Sat May 05 15:20:31 2012 +0000
+++ b/net/openafs/patches/patch-configure       Sat May 05 16:00:13 2012 +0000
@@ -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 @@
      *_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 @@
                ;;
  
        *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=



Home | Main Index | Thread Index | Old Index