diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-06-22 01:53:34 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-06-22 01:53:34 +0000 |
commit | c9d5619c15b9d213aaa313d5de1ce7647cde4c00 (patch) | |
tree | 21f82d79808ab28fefa1b291761fad85eabbe61d | |
parent | Use libgmp4 rather than libgmp-freebsd. (diff) |
Apply fix from http://bugs.kde.org/db/44/44041.html.
PR: ports/39637
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by: alane
Notes
Notes:
svn path=/head/; revision=61716
-rw-r--r-- | net/kdenetwork3/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork3/files/patch-knode::knconfig.cpp | 11 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork4/files/patch-knode::knconfig.cpp | 11 |
4 files changed, 24 insertions, 2 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index ba29dcbec777..307da63d7291 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -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 diff --git a/net/kdenetwork3/files/patch-knode::knconfig.cpp b/net/kdenetwork3/files/patch-knode::knconfig.cpp new file mode 100644 index 000000000000..06524a713d5e --- /dev/null +++ b/net/kdenetwork3/files/patch-knode::knconfig.cpp @@ -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); diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index ba29dcbec777..307da63d7291 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -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 diff --git a/net/kdenetwork4/files/patch-knode::knconfig.cpp b/net/kdenetwork4/files/patch-knode::knconfig.cpp new file mode 100644 index 000000000000..06524a713d5e --- /dev/null +++ b/net/kdenetwork4/files/patch-knode::knconfig.cpp @@ -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); |