diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-12 00:23:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-12 00:23:44 +0800 |
commit | 3954577e48fc71588f63271367f147073d57da1e (patch) | |
tree | 3f605a728f3869ef74786bdc8cd9054e2affa7f1 /x11-fonts | |
parent | 2802bc32955434ac181588d7b07246c82992b3a8 (diff) | |
download | marcuscom-ports-3954577e48fc71588f63271367f147073d57da1e.tar marcuscom-ports-3954577e48fc71588f63271367f147073d57da1e.tar.gz marcuscom-ports-3954577e48fc71588f63271367f147073d57da1e.tar.bz2 marcuscom-ports-3954577e48fc71588f63271367f147073d57da1e.tar.lz marcuscom-ports-3954577e48fc71588f63271367f147073d57da1e.tar.xz marcuscom-ports-3954577e48fc71588f63271367f147073d57da1e.tar.zst marcuscom-ports-3954577e48fc71588f63271367f147073d57da1e.zip |
Define ft_isdigit as this macro was moved into freetype internals.
Reported by: Pawel Worach <pawel.worach@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9207 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/libXfont/Makefile | 22 | ||||
-rw-r--r-- | x11-fonts/libXfont/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/libXfont/files/patch-src_FreeType_fttools.c | 14 | ||||
-rw-r--r-- | x11-fonts/libXfont/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fonts/libXfont/pkg-plist | 22 |
5 files changed, 67 insertions, 0 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile new file mode 100644 index 000000000..0c11bf525 --- /dev/null +++ b/x11-fonts/libXfont/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: libXfont +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXfont +PORTVERSION= 1.2.8 +PORTREVISION= 1 +PORTEPOCH= 1 +CATEGORIES= x11-fonts + +MAINTAINER= x11@FreeBSD.org +COMMENT= X font libary + +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 + +XORG_CAT= lib +USE_XORG= fontcacheproto xproto xtrans fontsproto:both fontenc + +.include <bsd.port.mk> diff --git a/x11-fonts/libXfont/distinfo b/x11-fonts/libXfont/distinfo new file mode 100644 index 000000000..234774a23 --- /dev/null +++ b/x11-fonts/libXfont/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/lib/libXfont-1.2.8.tar.bz2) = 83b8e21f6ee22512a8f72ba51e2d74f6 +SHA256 (xorg/lib/libXfont-1.2.8.tar.bz2) = 374a2ca12f62a4d9f09a17a34765a5289cefa9db7f9f0913e1c3731b4088aad8 +SIZE (xorg/lib/libXfont-1.2.8.tar.bz2) = 583236 diff --git a/x11-fonts/libXfont/files/patch-src_FreeType_fttools.c b/x11-fonts/libXfont/files/patch-src_FreeType_fttools.c new file mode 100644 index 000000000..8910c5554 --- /dev/null +++ b/x11-fonts/libXfont/files/patch-src_FreeType_fttools.c @@ -0,0 +1,14 @@ +--- src/FreeType/fttools.c.orig 2007-07-11 12:09:47.000000000 -0400 ++++ src/FreeType/fttools.c 2007-07-11 12:09:58.000000000 -0400 +@@ -44,11 +44,9 @@ + #include "ft.h" + + /* backward compatibility hack */ +-#if (FREETYPE_VERSION < 2001008) + # ifndef ft_isdigit + # define ft_isdigit isdigit + # endif +-#endif + + #ifndef LSBFirst + #define LSBFirst 0 diff --git a/x11-fonts/libXfont/pkg-descr b/x11-fonts/libXfont/pkg-descr new file mode 100644 index 000000000..9f3309dcd --- /dev/null +++ b/x11-fonts/libXfont/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X font libary + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11-fonts/libXfont/pkg-plist b/x11-fonts/libXfont/pkg-plist new file mode 100644 index 000000000..4522d0f02 --- /dev/null +++ b/x11-fonts/libXfont/pkg-plist @@ -0,0 +1,22 @@ +include/X11/fonts/bdfint.h +include/X11/fonts/bitmap.h +include/X11/fonts/bufio.h +include/X11/fonts/fntfil.h +include/X11/fonts/fntfilio.h +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 +include/X11/fonts/ft.h +include/X11/fonts/ftfuncs.h +include/X11/fonts/pcf.h +lib/libXfont.a +lib/libXfont.la +lib/libXfont.so +lib/libXfont.so.1 +libdata/pkgconfig/xfont.pc +@dirrmtry include/X11/fonts |