summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2003-11-10 22:58:47 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2003-11-10 22:58:47 +0000
commit3f85c684bc6556165208ed5db066164c7d0e5c4c (patch)
tree297d03988a03d9757a4fc98085950c25a7792f5d /x11-base/kdrive/ChangeLog
parentRemoved IPV6 patch, caused wget to break ipv4 support. (diff)
downloadgentoo-2-3f85c684bc6556165208ed5db066164c7d0e5c4c.tar.gz
gentoo-2-3f85c684bc6556165208ed5db066164c7d0e5c4c.tar.bz2
gentoo-2-3f85c684bc6556165208ed5db066164c7d0e5c4c.zip
Add missing include patch to close bug #32368 and allow kdrive to compile without xfree installed. Remove LBX support, add support for speedo, type1, truetype, cid fonts, font server and xv. Clean up code -- Change M to MANDIR, move it to a global var, move vesa() to the bottom, re-tab things properly. Change epatch to bulk patching. Allow -Os and -fomit-frame-pointer CFLAGS. Fix issue if /usr/src/linux doesn't exist. Always install all KDrive man pages, since documentation on it is so slim.
Diffstat (limited to 'x11-base/kdrive/ChangeLog')
-rw-r--r--x11-base/kdrive/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/x11-base/kdrive/ChangeLog b/x11-base/kdrive/ChangeLog
index 30afc1f48a96..3a6205af7820 100644
--- a/x11-base/kdrive/ChangeLog
+++ b/x11-base/kdrive/ChangeLog
@@ -1,6 +1,17 @@
# ChangeLog for x11-base/kdrive
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/ChangeLog,v 1.7 2003/10/13 03:43:36 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/ChangeLog,v 1.8 2003/11/10 22:58:42 spyderous Exp $
+
+*kdrive-4.3.0-r2 (10 Nov 2003)
+
+ 10 Nov 2003; Donnie Berkholz <spyderous@gentoo.org>; kdrive-4.3.0-r2.ebuild:
+ Add missing include patch to close bug #32368 and allow kdrive to compile
+ without xfree installed. Remove LBX support, add support for speedo, type1,
+ truetype, cid fonts, font server and xv. Clean up code -- Change M to MANDIR,
+ move it to a global var, move vesa() to the bottom, re-tab things properly.
+ Change epatch to bulk patching. Allow -Os and -fomit-frame-pointer CFLAGS. Fix
+ issue if /usr/src/linux doesn't exist. Always install all KDrive man pages,
+ since documentation on it is so slim.
12 Oct 2003; Donnie Berkholz <spyderous@gentoo.org>; kdrive-4.3.0-r1.ebuild:
Major reworking of ebuild, centered around removing repetitive statements.