Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36330 Details for
Bug 53911
Emerging gCVS failes: "can only configure for one host and one target at a time"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix gcvs to allow installation
gcvs-fix-gentoo.patch (text/plain), 1.43 KB, created by
Daren Hayward
on 2004-07-28 08:01:18 UTC
(
hide
)
Description:
Patch to fix gcvs to allow installation
Filename:
MIME Type:
Creator:
Daren Hayward
Created:
2004-07-28 08:01:18 UTC
Size:
1.43 KB
patch
obsolete
>diff -ur gcvs-1.0.orig/cvsunix/configure gcvs-1.0/cvsunix/configure >--- gcvs-1.0.orig/cvsunix/configure 2004-07-28 14:00:07.945635808 +0000 >+++ gcvs-1.0/cvsunix/configure 2004-07-28 13:30:37.855407104 +0000 >@@ -392,6 +392,9 @@ > -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } > ;; > >+ *=*) >+ ;; >+ > *) > if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then > echo "configure: warning: $ac_option: invalid host type" 1>&2 > >diff -ur gcvs-1.0.orig/common/UCvsFolders.cpp gcvs-1.0/common/UCvsFolders.cpp >--- gcvs-1.0.orig/common/UCvsFolders.cpp 2002-08-02 15:05:02.000000000 +0000 >+++ gcvs-1.0/common/UCvsFolders.cpp 2004-07-28 13:40:57.947995768 +0000 >@@ -828,7 +828,7 @@ > if(fileView != 0L) > { > ASSERT(fileView->IsKindOf(URUNTIME_CLASS(UCvsFiles))); >- fileView->ResetView(path); >+ fileView->ResetView(&path); > } > } > >diff -ur gcvs-1.0.orig/common/UCvsFiles.cpp gcvs-1.0/common/UCvsFiles.cpp >--- gcvs-1.0.orig/common/UCvsFiles.cpp 2002-08-13 11:46:40.000000000 +0000 >+++ gcvs-1.0/common/UCvsFiles.cpp 2004-07-28 13:43:03.452666144 +0000 >@@ -1214,7 +1214,7 @@ > { > UStr uppath, filename; > SplitPath(m_path, uppath, filename); >- ResetView(uppath, true); >+ ResetView(&uppath, true); > return 0; > } > >@@ -1895,7 +1895,7 @@ > fullpath << (*data)[EntnodeData::kName]; > if(data->GetType() == ENT_SUBDIR) > { >- ResetView(fullpath, true); >+ ResetView(&fullpath, true); > } > else > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53911
:
34788
|
36329
| 36330