summaryrefslogtreecommitdiff
path: root/devel/lincvs/patches
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2005-12-28 13:07:14 +0000
committerghen <ghen@pkgsrc.org>2005-12-28 13:07:14 +0000
commit5e800026d786c4e7cfbb1f22ebb64d36519f68a1 (patch)
tree168bc88a33478ebce1292db9dc0e624a9b8a871f /devel/lincvs/patches
parent0b849a893c5b225c642ae189df9a1d5e4bfef0ad (diff)
downloadpkgsrc-5e800026d786c4e7cfbb1f22ebb64d36519f68a1.tar.gz
Import lincvs from pkgsrc-wip. Ok by wiz.
LinCVS is a graphical Interface for the cvs client commandline tool on the Unix, Windows and Mac OS X platform. It allows to load modules from a server (checkout), create modules on the server (import), as well as checking the state of directories and individual files or updating them. Basic operations like add, remove and commit are supported as matter of course, just like showing the actual differences between the server version and the local sandbox, graphical display of the version tree, and manifoldy graphical support of project maintenance. All actions are logged on the cvs server (configurable via history), and are therewith comprehensible.
Diffstat (limited to 'devel/lincvs/patches')
-rw-r--r--devel/lincvs/patches/patch-aa40
-rw-r--r--devel/lincvs/patches/patch-ab12
-rw-r--r--devel/lincvs/patches/patch-ac13
-rw-r--r--devel/lincvs/patches/patch-ad23
-rw-r--r--devel/lincvs/patches/patch-ae12
-rw-r--r--devel/lincvs/patches/patch-af14
-rw-r--r--devel/lincvs/patches/patch-ag12
-rw-r--r--devel/lincvs/patches/patch-ah15
-rw-r--r--devel/lincvs/patches/patch-ai13
-rw-r--r--devel/lincvs/patches/patch-aj13
10 files changed, 167 insertions, 0 deletions
diff --git a/devel/lincvs/patches/patch-aa b/devel/lincvs/patches/patch-aa
new file mode 100644
index 00000000000..f1d0b6cd166
--- /dev/null
+++ b/devel/lincvs/patches/patch-aa
@@ -0,0 +1,40 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- lincvs.pro.orig 2005-07-31 14:32:58.000000000 +0200
++++ lincvs.pro
+@@ -22,7 +22,7 @@ unix {
+ # check timezone functions (Unix only)
+ !mac:unix {
+ message( "Check for timezone function..." )
+- system(cd test && qmake -o Makefile check_tz.pro && make)
++ system(cd test && %%QTDIR%%/bin/qmake -o Makefile check_tz.pro && make)
+ exists(test/check_tz) {
+ # use gmtoff member of tm structure
+ message("Use gmtoff member of tm structure")
+@@ -42,7 +42,7 @@ mac {
+ # check for standard compliant compiler (Unix only)
+ !mac:unix {
+ message( "Check for standard compliant compiler..." )
+- system(cd test && qmake -o Makefile check_std.pro && make)
++ system(cd test && %%QTDIR%%/bin/qmake -o Makefile check_std.pro && make)
+ exists(test/check_std) {
+ # compiler knows std
+ message("Use std namespace")
+@@ -59,7 +59,7 @@ mac {
+ # check for working exception handling (Unix only)
+ !mac:unix {
+ message( "Check for working exception handling..." )
+- system(cd test && qmake -o Makefile check_exc.pro && make)
++ system(cd test && %%QTDIR%%/bin/qmake -o Makefile check_exc.pro && make)
+ exists(test/check_exc) {
+ # exception handling works
+ message("Exception handling works")
+@@ -76,7 +76,7 @@ mac {
+ # check for nanosleep (Unix only)
+ !mac:unix {
+ message( "Check for nanosleep..." )
+- system(cd test && qmake -o Makefile check_nano.pro && make)
++ system(cd test && %%QTDIR%%/bin/qmake -o Makefile check_nano.pro && make)
+ exists(test/check_nano) {
+ # use nanosleep
+ message("Use nanosleep")
diff --git a/devel/lincvs/patches/patch-ab b/devel/lincvs/patches/patch-ab
new file mode 100644
index 00000000000..527bbd5080f
--- /dev/null
+++ b/devel/lincvs/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/AnnotateDialog.ui.orig 2005-07-25 22:12:46.000000000 +0200
++++ src/AnnotateDialog.ui
+@@ -153,7 +153,4 @@
+ <slot>enterWhatsThisMode()</slot>
+ </slots>
+ <layoutdefaults spacing="6" margin="11"/>
+-<includehints>
+- <includehint>cvsfileviewer.h</includehint>
+-</includehints>
+ </UI>
diff --git a/devel/lincvs/patches/patch-ac b/devel/lincvs/patches/patch-ac
new file mode 100644
index 00000000000..04d5808a237
--- /dev/null
+++ b/devel/lincvs/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/LogDialog.ui.orig 2005-07-25 22:13:43.000000000 +0200
++++ src/LogDialog.ui
+@@ -1315,8 +1315,4 @@ The left clicked revision corresponds wi
+ </slots>
+ <pixmapinproject/>
+ <layoutdefaults spacing="6" margin="11"/>
+-<includehints>
+- <includehint>logtreeview.h</includehint>
+- <includehint>loglistview.h</includehint>
+-</includehints>
+ </UI>
diff --git a/devel/lincvs/patches/patch-ad b/devel/lincvs/patches/patch-ad
new file mode 100644
index 00000000000..3ea5d2d705f
--- /dev/null
+++ b/devel/lincvs/patches/patch-ad
@@ -0,0 +1,23 @@
+$NetBSD: patch-ad,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/settingsdialog.ui.orig 2005-07-25 22:15:30.000000000 +0200
++++ src/settingsdialog.ui
+@@ -4445,18 +4445,4 @@ It's helpful if you attach a bug report
+ </slots>
+ <pixmapinproject/>
+ <layoutdefaults spacing="6" margin="11"/>
+-<includehints>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+- <includehint>ccolorbutton.h</includehint>
+-</includehints>
+ </UI>
diff --git a/devel/lincvs/patches/patch-ae b/devel/lincvs/patches/patch-ae
new file mode 100644
index 00000000000..233eaa209af
--- /dev/null
+++ b/devel/lincvs/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/CheckoutDialog.ui.orig 2005-07-25 22:12:54.000000000 +0200
++++ src/CheckoutDialog.ui
+@@ -1020,7 +1020,4 @@ This is recommended, since you can use t
+ <slot>enterWhatsThisMode()</slot>
+ </slots>
+ <layoutdefaults spacing="6" margin="11"/>
+-<includehints>
+- <includehint>revisionwidgetimpl.h</includehint>
+-</includehints>
+ </UI>
diff --git a/devel/lincvs/patches/patch-af b/devel/lincvs/patches/patch-af
new file mode 100644
index 00000000000..e77b25d486c
--- /dev/null
+++ b/devel/lincvs/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/ResolvDialog.ui.orig 2005-07-25 22:14:03.000000000 +0200
++++ src/ResolvDialog.ui
+@@ -347,9 +347,4 @@
+ <slot>enterWhatsThisMode()</slot>
+ </slots>
+ <layoutdefaults spacing="0" margin="0"/>
+-<includehints>
+- <includehint>filetableimpl.h</includehint>
+- <includehint>filetableimpl.h</includehint>
+- <includehint>filetableimpl.h</includehint>
+-</includehints>
+ </UI>
diff --git a/devel/lincvs/patches/patch-ag b/devel/lincvs/patches/patch-ag
new file mode 100644
index 00000000000..67110dfff58
--- /dev/null
+++ b/devel/lincvs/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/UpdateOtherRevisionStdDialog.ui.orig 2005-07-25 22:14:21.000000000 +0200
++++ src/UpdateOtherRevisionStdDialog.ui
+@@ -213,7 +213,4 @@
+ <slot>enterWhatsThisMode()</slot>
+ </slots>
+ <layoutdefaults spacing="6" margin="11"/>
+-<includehints>
+- <includehint>revisionwidgetimpl.h</includehint>
+-</includehints>
+ </UI>
diff --git a/devel/lincvs/patches/patch-ah b/devel/lincvs/patches/patch-ah
new file mode 100644
index 00000000000..b64827348aa
--- /dev/null
+++ b/devel/lincvs/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/lincvs.cpp.orig 2005-07-25 22:15:04.000000000 +0200
++++ src/lincvs.cpp
+@@ -2980,8 +2980,8 @@ void ApplicationWindow::slot_help()
+
+ QString lang = QString(QTextCodec::locale()).left(2); //maybe it's useful without left(2)
+
+- helpDir = APPDIR + "/" + LC_HELP_DIR + "/" + LC_TRANSLATIONS_SUBDIR + "/" + lang;
+- helpDirDef = APPDIR + "/" + LC_HELP_DIR;
++ helpDir = "%%PREFIX%%/share/doc/lincvs/translations/" + lang;
++ helpDirDef = "%%PREFIX%%/share/doc/lincvs";
+
+ filename = helpDir + tr("/README.html");
+ f.setName(filename);
diff --git a/devel/lincvs/patches/patch-ai b/devel/lincvs/patches/patch-ai
new file mode 100644
index 00000000000..701a189b1bc
--- /dev/null
+++ b/devel/lincvs/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/main.cpp.orig 2005-07-25 22:15:10.000000000 +0200
++++ src/main.cpp
+@@ -302,7 +302,7 @@ int main( int argc, char ** argv )
+ if (pos > -1) lang.truncate(pos);
+ if (bDebug) qDebug("LANG: " + lang);
+
+- QString messagesDir = APPDIR + "/" + LC_MESSAGES_DIR;
++ QString messagesDir = "%%PREFIX%%/share/lincvs/messages";
+ bool qt_ts_found = false;
+ QTranslator translator( 0 );
+ QTranslator qtTranslator( 0 );
diff --git a/devel/lincvs/patches/patch-aj b/devel/lincvs/patches/patch-aj
new file mode 100644
index 00000000000..97a572d12dd
--- /dev/null
+++ b/devel/lincvs/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
+
+--- src/cvscontrol.cpp.orig 2005-07-25 22:14:36.000000000 +0200
++++ src/cvscontrol.cpp
+@@ -2168,7 +2168,7 @@ void CvsControl::callInteractiveCmd( QSt
+ #ifdef Q_WS_WIN
+ command += "export CVS_RSH=" + cvsRsh + " && ";
+ #else
+- QString rsh = APPDIR + "/" + LC_TOOLS_DIR + "/rshwrapper";
++ QString rsh = "%%PREFIX%%/libexec/rshwrapper";
+ if (!QFileInfo(rsh).exists()) {
+ showWarning( tr("Warning"), tr("can't access rshwrapper: "+rsh+": file not found") );
+ cvsCallFailed(icmd,instance);