Apply fix from http://bugs.kde.org/db/44/44041.html.
PR: ports/39637 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Reviewed by: alane
This commit is contained in:
parent
b10826ad81
commit
c9d5619c15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61716
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= kdenetwork
|
||||
PORTVERSION= 3.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= net news kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
||||
|
11
net/kdenetwork3/files/patch-knode::knconfig.cpp
Normal file
11
net/kdenetwork3/files/patch-knode::knconfig.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- knode/knconfig.cpp.orig Thu Jun 20 18:14:26 2002
|
||||
+++ knode/knconfig.cpp Thu Jun 20 18:14:44 2002
|
||||
@@ -688,7 +688,7 @@
|
||||
s_howSig=conf->readBoolEntry("showSig", true);
|
||||
i_nterpretFormatTags=conf->readBoolEntry("interpretFormatTags", true);
|
||||
q_uoteCharacters=conf->readEntry("quoteCharacters",">:");
|
||||
- i_nlineAtt=conf->readBoolEntry("inlüineAtt", true);
|
||||
+ i_nlineAtt=conf->readBoolEntry("inlineAtt", true);
|
||||
o_penAtt=conf->readBoolEntry("openAtt", false) ;
|
||||
s_howAlts=conf->readBoolEntry("showAlts", false);
|
||||
f_ullHdrs=conf->readBoolEntry("fullHdrs", false);
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= kdenetwork
|
||||
PORTVERSION= 3.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= net news kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
||||
|
11
net/kdenetwork4/files/patch-knode::knconfig.cpp
Normal file
11
net/kdenetwork4/files/patch-knode::knconfig.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- knode/knconfig.cpp.orig Thu Jun 20 18:14:26 2002
|
||||
+++ knode/knconfig.cpp Thu Jun 20 18:14:44 2002
|
||||
@@ -688,7 +688,7 @@
|
||||
s_howSig=conf->readBoolEntry("showSig", true);
|
||||
i_nterpretFormatTags=conf->readBoolEntry("interpretFormatTags", true);
|
||||
q_uoteCharacters=conf->readEntry("quoteCharacters",">:");
|
||||
- i_nlineAtt=conf->readBoolEntry("inlüineAtt", true);
|
||||
+ i_nlineAtt=conf->readBoolEntry("inlineAtt", true);
|
||||
o_penAtt=conf->readBoolEntry("openAtt", false) ;
|
||||
s_howAlts=conf->readBoolEntry("showAlts", false);
|
||||
f_ullHdrs=conf->readBoolEntry("fullHdrs", false);
|
Loading…
Reference in New Issue
Block a user