From 9683be5fc3a68dfd728c35da20a85d9de14a3323 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Thu, 28 Aug 2003 19:39:01 +0000 Subject: Multiple bugfixes and enhancements for kdebase. - Add patches for konsole which enable konsole_grantpty to properly change permissions on ttys and fix a bug which causes konsole to crash on recent builds of -CURRENT. - Add a patch for configure that fixes fontconfig detection. - Add a patch submitted by Kaarthik Sivakumar which fixes the bug described in PR ports/48334. - Add a pkg-message that notifies users about the fonts this port installs. - Use the USE_OPENLDAP macro. PR: ports/48334 Approved by: arved (Mentor) --- x11/kde4-runtime/files/patch-konsole-konsole-main.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 x11/kde4-runtime/files/patch-konsole-konsole-main.cpp (limited to 'x11/kde4-runtime/files/patch-konsole-konsole-main.cpp') diff --git a/x11/kde4-runtime/files/patch-konsole-konsole-main.cpp b/x11/kde4-runtime/files/patch-konsole-konsole-main.cpp new file mode 100644 index 000000000000..989b34605258 --- /dev/null +++ b/x11/kde4-runtime/files/patch-konsole-konsole-main.cpp @@ -0,0 +1,18 @@ +--- konsole/konsole/main.cpp 29 Jun 2003 21:53:11 -0000 1.243.2.3 ++++ konsole/konsole/main.cpp 24 Aug 2003 21:44:02 -0000 +@@ -123,6 +123,7 @@ public: + }; + + ++extern void TEPtyInit(); + + /* --| main |------------------------------------------------------ */ + int main(int argc, char* argv[]) +@@ -137,6 +138,7 @@ int main(int argc, char* argv[]) + bool scrollbaron = true; + QCString wname = PACKAGE; + ++ TEPtyInit(); + + KAboutData aboutData( PACKAGE, I18N_NOOP("Konsole"), + VERSION, description, KAboutData::License_GPL_V2, -- cgit v1.2.3