pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libXfont Update to 1.4.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a64ff336104
branches: trunk
changeset: 394478:2a64ff336104
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jun 10 14:00:36 2009 +0000
description:
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.
diffstat:
x11/libXfont/Makefile | 4 ++--
x11/libXfont/PLIST | 3 +--
x11/libXfont/distinfo | 9 ++++-----
x11/libXfont/patches/patch-ac | 15 ---------------
4 files changed, 7 insertions(+), 24 deletions(-)
diffs (63 lines):
diff -r f254d85560e2 -r 2a64ff336104 x11/libXfont/Makefile
--- a/x11/libXfont/Makefile Wed Jun 10 13:57:08 2009 +0000
+++ b/x11/libXfont/Makefile Wed Jun 10 14:00:36 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2009/01/07 22:01:10 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/06/10 14:00:36 wiz Exp $
#
-DISTNAME= libXfont-1.3.4
+DISTNAME= libXfont-1.4.0
CATEGORIES= x11 devel fonts
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff -r f254d85560e2 -r 2a64ff336104 x11/libXfont/PLIST
--- a/x11/libXfont/PLIST Wed Jun 10 13:57:08 2009 +0000
+++ b/x11/libXfont/PLIST Wed Jun 10 14:00:36 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 21:45:46 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/06/10 14:00:36 wiz Exp $
include/X11/fonts/bdfint.h
include/X11/fonts/bitmap.h
include/X11/fonts/bufio.h
@@ -8,7 +8,6 @@
include/X11/fonts/fontconf.h
include/X11/fonts/fontencc.h
include/X11/fonts/fontmisc.h
-include/X11/fonts/fontmod.h
include/X11/fonts/fontshow.h
include/X11/fonts/fontutil.h
include/X11/fonts/fontxlfd.h
diff -r f254d85560e2 -r 2a64ff336104 x11/libXfont/distinfo
--- a/x11/libXfont/distinfo Wed Jun 10 13:57:08 2009 +0000
+++ b/x11/libXfont/distinfo Wed Jun 10 14:00:36 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.12 2009/01/07 22:01:10 wiz Exp $
+$NetBSD: distinfo,v 1.13 2009/06/10 14:00:36 wiz Exp $
-SHA1 (libXfont-1.3.4.tar.bz2) = d7782b506f82cfce928c8be35be859c18f1e852f
-RMD160 (libXfont-1.3.4.tar.bz2) = 81d2be307219f6550793fb8c1661624e6bbbf55d
-Size (libXfont-1.3.4.tar.bz2) = 571087 bytes
-SHA1 (patch-ac) = de3952fb43533b3f325096e330bd0bf996bb4a47
+SHA1 (libXfont-1.4.0.tar.bz2) = f47a2f41273cdbe5198ac700df70686fab72cd35
+RMD160 (libXfont-1.4.0.tar.bz2) = 999e6bbbbfaa2ad238abd9b7f1d93adf95143614
+Size (libXfont-1.4.0.tar.bz2) = 410560 bytes
diff -r f254d85560e2 -r 2a64ff336104 x11/libXfont/patches/patch-ac
--- a/x11/libXfont/patches/patch-ac Wed Jun 10 13:57:08 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2008/01/21 13:56:29 tnn Exp $
-
---- src/Type1/objects.h.orig 2007-09-05 02:18:23.000000000 +0200
-+++ src/Type1/objects.h
-@@ -34,8 +34,10 @@
- #include <X11/Xdefs.h>
- #include <X11/Xfuncproto.h>
- #ifndef FONTMODULE
-+#ifndef __hpux
- #include <stdlib.h>
- #endif
-+#endif
- /*SHARED*/
-
- #define Permanent(obj) t1_Permanent(obj)
Home |
Main Index |
Thread Index |
Old Index