mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Make opening external browser work again, which was broken by the previous
fix. Reported by: clemens fischer Obtained from: newsbeuter svn
This commit is contained in:
parent
d55cebffd4
commit
ad8f318f8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197114
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= newsbeuter
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://synflood.at/newsbeuter/
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
Index: src/configcontainer.cpp
|
||||
===================================================================
|
||||
--- src/configcontainer.cpp (revision 935)
|
||||
+++ src/configcontainer.cpp (revision 937)
|
||||
--- src/configcontainer.cpp.orig 2007-06-06 15:23:55.000000000 +0200
|
||||
+++ src/configcontainer.cpp 2007-08-05 14:19:34.000000000 +0200
|
||||
@@ -85,43 +85,13 @@
|
||||
return AHS_OK;
|
||||
|
||||
@ -47,7 +45,7 @@ Index: src/configcontainer.cpp
|
||||
default:
|
||||
// should not happen
|
||||
return AHS_INVALID_COMMAND;
|
||||
@@ -150,7 +120,35 @@
|
||||
@@ -150,7 +120,37 @@
|
||||
}
|
||||
|
||||
std::string configcontainer::get_configvalue(const std::string& key) {
|
||||
@ -73,6 +71,8 @@ Index: src/configcontainer.cpp
|
||||
+ filepath.append(homedir);
|
||||
+ filepath.append(1,'/');
|
||||
+ filepath.append(retval.substr(2,retval.length()-2));
|
||||
+ } else {
|
||||
+ filepath.append(retval);
|
||||
+ }
|
||||
+ } else {
|
||||
+ filepath.append(retval);
|
||||
|
Loading…
Reference in New Issue
Block a user