diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:39:40 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-03 11:39:40 +0000 |
commit | fbb7343c346a1f20491ae407f8878480a44f83a2 (patch) | |
tree | 7a56c8831067a5a847da44a3f22ded66ecfe9e36 /security/libgcrypt/files/patch-ltmain.sh | |
parent | Fix a bug that can lead to 100% CPU-time consuming. (diff) |
- Update to 1.5.0
PR: ports/158574
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Diffstat (limited to 'security/libgcrypt/files/patch-ltmain.sh')
-rw-r--r-- | security/libgcrypt/files/patch-ltmain.sh | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/security/libgcrypt/files/patch-ltmain.sh b/security/libgcrypt/files/patch-ltmain.sh index 250b983f2f3a..e6f8a974395a 100644 --- a/security/libgcrypt/files/patch-ltmain.sh +++ b/security/libgcrypt/files/patch-ltmain.sh @@ -1,6 +1,19 @@ ---- scripts/ltmain.sh.orig Wed Jul 17 15:42:41 2002 +--- ltmain.sh Wed Jul 17 15:42:41 2002 +++ ltmain.sh Wed Jul 17 15:47:36 2002 -@@ -1062,8 +1062,16 @@ +@@ -2077,10 +2077,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + func_basename "$file" + name="$func_basename_result" + instname="$dir/$name"i + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" +@@ -4560,8 +4562,16 @@ continue ;; @@ -17,16 +30,3 @@ continue ;; -@@ -4247,10 +4255,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |