summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-08-18 16:37:25 +0000
committerUlrich Müller <ulm@gentoo.org>2007-08-18 16:37:25 +0000
commit57dc339d208ea8634ac53b9d1982fda28b23cfd1 (patch)
treec21788c745d02be73840152c2a420d118c4d358d /app-emacs/tramp/files
parentversion bump wrt bug 158633, thanks to Jakub Moc (diff)
downloadgentoo-2-57dc339d208ea8634ac53b9d1982fda28b23cfd1.tar.gz
gentoo-2-57dc339d208ea8634ac53b9d1982fda28b23cfd1.tar.bz2
gentoo-2-57dc339d208ea8634ac53b9d1982fda28b23cfd1.zip
Version bump. Fix spelling of longdescription.
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-emacs/tramp/files')
-rw-r--r--app-emacs/tramp/files/digest-tramp-2.0.563
-rw-r--r--app-emacs/tramp/files/tramp-2.0.56-configure.patch28
2 files changed, 31 insertions, 0 deletions
diff --git a/app-emacs/tramp/files/digest-tramp-2.0.56 b/app-emacs/tramp/files/digest-tramp-2.0.56
new file mode 100644
index 000000000000..5fe41c35a2b3
--- /dev/null
+++ b/app-emacs/tramp/files/digest-tramp-2.0.56
@@ -0,0 +1,3 @@
+MD5 e171d923dfe2d41f1ba7057d0bc5d6e1 tramp-2.0.56.tar.gz 290941
+RMD160 d081d018f532cbe4353147989646fb714b6eb625 tramp-2.0.56.tar.gz 290941
+SHA256 c70cae3992bababf6270842360da7786b2aa5224f481bad578f1b3a156e5fd1e tramp-2.0.56.tar.gz 290941
diff --git a/app-emacs/tramp/files/tramp-2.0.56-configure.patch b/app-emacs/tramp/files/tramp-2.0.56-configure.patch
new file mode 100644
index 000000000000..f17b3bb798ee
--- /dev/null
+++ b/app-emacs/tramp/files/tramp-2.0.56-configure.patch
@@ -0,0 +1,28 @@
+--- tramp-2.0.56.orig/configure 2007-05-28 10:36:38.000000000 +0200
++++ tramp-2.0.56/configure 2007-08-18 18:18:49.003204055 +0200
+@@ -3973,4 +3973,23 @@
+
+
+ # configure is writing to config.log, and then calls config.status.
+-# config.status does its own redirection, appendi
+\ No newline at end of file
++# config.status does its own redirection, appending to config.log.
++# Unfortunately, on DOS this fails, as config.log is still kept open
++# by configure, so config.status won't be able to write to it; its
++# output is simply discarded. So we exec the FD to /dev/null,
++# effectively closing config.log, so it can be properly (re)opened and
++# appended to by config.status. When coming back to configure, we
++# need to make the FD available again.
++if test "$no_create" != yes; then
++ ac_cs_success=:
++ ac_config_status_args=
++ test "$silent" = yes &&
++ ac_config_status_args="$ac_config_status_args --quiet"
++ exec 5>/dev/null
++ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
++ exec 5>>config.log
++ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
++ # would make configure fail if this is the last instruction.
++ $ac_cs_success || { (exit 1); exit 1; }
++fi
++