summaryrefslogtreecommitdiffstats
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2006-09-18 16:31:54 +0000
committerlofi <lofi@FreeBSD.org>2006-09-18 16:31:54 +0000
commit96a6ba018038eb5fefbff64a80f7d92c19cae9c5 (patch)
tree3ae410780235ed738488812df0c3eb239e9d1570 /x11/kdebase3
parent6ee96102b8c831f4ca0c8693a41d9c204d67c2fd (diff)
downloadFreeBSD-ports-96a6ba018038eb5fefbff64a80f7d92c19cae9c5.zip
FreeBSD-ports-96a6ba018038eb5fefbff64a80f7d92c19cae9c5.tar.gz
Fix bold/intensive fonts in konsole.
Submitted by: moose@opera.com
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile2
-rw-r--r--x11/kdebase3/files/patch-konsole_konsole-TECommon.h13
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 36013d6..e7c579b 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -8,7 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase3/files/patch-konsole_konsole-TECommon.h b/x11/kdebase3/files/patch-konsole_konsole-TECommon.h
new file mode 100644
index 0000000..a3d83a52
--- /dev/null
+++ b/x11/kdebase3/files/patch-konsole_konsole-TECommon.h
@@ -0,0 +1,13 @@
+--- konsole/konsole/TECommon.h.orig Mon Sep 18 03:31:12 2006
++++ konsole/konsole/TECommon.h Mon Sep 18 03:31:31 2006
+@@ -219,8 +219,8 @@
+
+ inline bool ca::isBold(const ColorEntry* base) const
+ {
+- return (b.t == CO_DFT) && base[b.u+0+(b.v?BASE_COLORS:0)].bold
+- || (b.t == CO_SYS) && base[b.u+2+(b.v?BASE_COLORS:0)].bold;
++ return (f.t == CO_DFT) && base[f.u+0+(f.v?BASE_COLORS:0)].bold
++ || (f.t == CO_SYS) && base[f.u+2+(f.v?BASE_COLORS:0)].bold;
+ }
+
+ #endif // TECOMMON_H
OpenPOWER on IntegriCloud