diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-10 14:00:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-10 14:00:36 +0000 |
commit | d039ac2566a27e201784295f5587b6b51f8768cf (patch) | |
tree | 4e9fcc1bd9c7013f3796c99b2e8ededdaf52a913 /x11/libXfont | |
parent | 7ce20c89cfe69d32b4960bc48ef9b20b12a77b74 (diff) | |
download | pkgsrc-d039ac2566a27e201784295f5587b6b51f8768cf.tar.gz |
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 (limited to 'x11/libXfont')
-rw-r--r-- | x11/libXfont/Makefile | 4 | ||||
-rw-r--r-- | x11/libXfont/PLIST | 3 | ||||
-rw-r--r-- | x11/libXfont/distinfo | 9 | ||||
-rw-r--r-- | x11/libXfont/patches/patch-ac | 15 |
4 files changed, 7 insertions, 24 deletions
diff --git a/x11/libXfont/Makefile b/x11/libXfont/Makefile index fba6f837ba4..03ff32d6b12 100644 --- a/x11/libXfont/Makefile +++ b/x11/libXfont/Makefile @@ -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 --git a/x11/libXfont/PLIST b/x11/libXfont/PLIST index a407f33e552..b0106b09836 100644 --- a/x11/libXfont/PLIST +++ b/x11/libXfont/PLIST @@ -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/fntfilst.h 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 --git a/x11/libXfont/distinfo b/x11/libXfont/distinfo index 4956f792a1c..9d54b44859f 100644 --- a/x11/libXfont/distinfo +++ b/x11/libXfont/distinfo @@ -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 --git a/x11/libXfont/patches/patch-ac b/x11/libXfont/patches/patch-ac deleted file mode 100644 index e191b878c37..00000000000 --- a/x11/libXfont/patches/patch-ac +++ /dev/null @@ -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) |