Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id F1D4763C244 for ; Wed, 10 Jun 2009 14:00:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9897463B10D; Wed, 10 Jun 2009 14:00:38 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 66B9863B151 for ; Wed, 10 Jun 2009 14:00:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 133DA175D0; Wed, 10 Jun 2009 14:00:37 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 10 Jun 2009 14:00:37 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/x11/libXfont To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090610140037.133DA175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Wed Jun 10 14:00:37 UTC 2009 Modified Files: pkgsrc/x11/libXfont: Makefile PLIST distinfo Removed Files: pkgsrc/x11/libXfont/patches: patch-ac Log Message: Update to 1.4.0: Lots of cleanup and misc bugfixes since 1.3.4. Still one of the worst libraries we ship though. If you're unfortunate enough to need speedo, type1, or printer fonts, then you'll want to skip this release. --- Adam Jackson (15): Delete speedo Delete Type1 const cleanup Get rid of a useless array Remove useless #define Remove loadable renderer support. Remove printer font support. Remove PMF support. xalloc -> malloc, etc. Drop OS/2 support Move the copy of CopyISOLatin1Lowered near its user, and un-weak it. Delete some dead ifdefs Allow case insensitive filename matching in fontfile. Remove some strcasecmp silliness libXfont 1.4.0 Alan Coopersmith (1): Restore comment deleted by b6f793d7d5 Jeremy Huddleston (1): Added missing AM_CFLAGS for -Wl,-flat_namespace Paulo Cesar Pereira de Andrade (3): libXfont ansification and removal of xf86_ansic.h dependency Disable some fun stdio wrapping. Janitor: make distcheck and .gitignore Peter Astrand (1): Avoid sending uninitialized padding data over the network. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/libXfont/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/libXfont/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libXfont/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/x11/libXfont/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.