summaryrefslogtreecommitdiff
path: root/devel/cervisia/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-02-24 02:12:35 +0000
committerhubertf <hubertf@pkgsrc.org>2000-02-24 02:12:35 +0000
commit5cca68582014638afe62506a9b2641dca8b3c3d4 (patch)
tree20c7c0ab5d62b504057050262c03828cb4f9d662 /devel/cervisia/patches
parentf1c14803a3983ce1da4c7533727a44f035e08067 (diff)
downloadpkgsrc-5cca68582014638afe62506a9b2641dca8b3c3d4.tar.gz
Update to V0.5.0. Changes:
2000-02-21 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed Checkout and Import which were not working at all * Check tag names in checkout and import dialog * Fixed accelerators and added some more * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog * Release 0.5.0 2000-02-20 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed bug which caused tooltips for revisions an branches to disappear in the log tree * Tags, branches and branchpoints as tooltips in log tree * Improved log dialog layout * Implemented "Add binary" 2000-02-17 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Handle hidden files correctly * Do not ignore case in files sorting * Implemented "Last change" * Release 0.4.0 2000-02-15 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Implemented "Update to tag" and "Update to HEAD" * Implemented "Tag" 2000-02-14 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Implemented options "Commit recursively" and "Create directories" * Ported Checkout/Import dialog to the new scheme 2000-02-13 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Rewritten the whole UpdateView (well, almost :-). Now it allows to show and update the revision and tag field. * Real support for asynchronous operation of Update, Commit, Add and remove: output goes to new ProtocolView * Fixed "Unfold Tree" * Fixed crash caused by too many open files (.cvsignore files were never closed) 2000-02-08 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Ported documentation to docbook, added some more stuff and adjusted automake system accordingly 2000-02-06 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Updated autoconf framework to work correctly with both KDE 1 and KDE 2 1999-12-19 Bernd Gehrmann <bernd@physik.hu-berlin.de> * In Checkout dialog, use $CVSROOT as default repository (if defined) * Added command line arguments --help and --version 1999-11-23 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed bug which caused files mistakenly marked as up to date * Fixed options menu * Show wait cursor while child process runs in background * Made Ok button in settings dialog the default * Release 0.3.1
Diffstat (limited to 'devel/cervisia/patches')
-rw-r--r--devel/cervisia/patches/patch-aa14
-rw-r--r--devel/cervisia/patches/patch-ac18
2 files changed, 20 insertions, 12 deletions
diff --git a/devel/cervisia/patches/patch-aa b/devel/cervisia/patches/patch-aa
index 0bc9c9108ec..bd6f70401d5 100644
--- a/devel/cervisia/patches/patch-aa
+++ b/devel/cervisia/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/11/05 04:32:07 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2000/02/24 02:12:36 hubertf Exp $
---- configure.orig Sat Aug 7 23:54:57 1999
-+++ configure Fri Nov 5 04:57:42 1999
-@@ -4138,43 +4138,43 @@
+--- configure.orig Mon Feb 21 22:30:52 2000
++++ configure Wed Feb 23 21:49:48 2000
+@@ -5131,43 +5131,43 @@
kde_htmldir='\$(prefix)/share/doc/HTML'
fi
if test -z "$kde_appsdir"; then
@@ -56,13 +56,13 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/11/05 04:32:07 hubertf Exp $
+ kde_servicetypesdir='\$(prefix)/share/kde/servicetypes'
fi
- kde_cv_all_paths="kde_have_all_paths=\"yes\" \
-@@ -4288,7 +4288,7 @@
+
+@@ -5417,7 +5417,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="$all_libraries -lgif -lX11 $LIBSOCKET"
+LIBS="$all_libraries -lungif -lX11 $LIBSOCKET"
cat > conftest.$ac_ext <<EOF
- #line 4294 "configure"
+ #line 5423 "configure"
#include "confdefs.h"
diff --git a/devel/cervisia/patches/patch-ac b/devel/cervisia/patches/patch-ac
index 1e6bcba3fe0..005c83b4936 100644
--- a/devel/cervisia/patches/patch-ac
+++ b/devel/cervisia/patches/patch-ac
@@ -1,13 +1,21 @@
-$NetBSD: patch-ac,v 1.2 1999/12/13 19:24:04 hubertf Exp $
+$NetBSD: patch-ac,v 1.3 2000/02/24 02:12:36 hubertf Exp $
---- src/toplevel.cpp.orig Mon Nov 22 19:50:56 1999
-+++ src/toplevel.cpp Mon Dec 13 20:04:48 1999
-@@ -400,7 +400,7 @@
+--- src/toplevel.cpp.orig Mon Feb 21 20:31:27 2000
++++ src/toplevel.cpp Wed Feb 23 23:54:30 2000
+@@ -448,14 +448,14 @@
+ }
+ else
+ {
+- QString command = config->readEntry("Editor", "kwrite");
++ QString command = config->readEntry("Editor", "kedit");
+ command += " ";
+ command += filename;
+ command += "&";
system(command);
}
#else
- QString command = config->readEntry("Editor", "gnuclient");
-+ QString command = config->readEntry("Editor", "kwrite");
++ QString command = config->readEntry("Editor", "kedit");
command += " ";
command += filename;
command += "&";