summaryrefslogtreecommitdiffstats
path: root/x11-fonts/libXfont/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-03-02 19:24:03 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-03-02 19:24:03 +0800
commit24639888f8a1abdd99b8acc450e2a326d30ebe9b (patch)
tree8ec3407369fe975a36a11bc37c8d3c8894b88de7 /x11-fonts/libXfont/Makefile
parentb6ae3c56df54fbc04e16074f16800cd5f980631c (diff)
downloadxorg-devel-ports-24639888f8a1abdd99b8acc450e2a326d30ebe9b.tar
xorg-devel-ports-24639888f8a1abdd99b8acc450e2a326d30ebe9b.tar.gz
xorg-devel-ports-24639888f8a1abdd99b8acc450e2a326d30ebe9b.tar.bz2
xorg-devel-ports-24639888f8a1abdd99b8acc450e2a326d30ebe9b.tar.lz
xorg-devel-ports-24639888f8a1abdd99b8acc450e2a326d30ebe9b.tar.xz
xorg-devel-ports-24639888f8a1abdd99b8acc450e2a326d30ebe9b.tar.zst
xorg-devel-ports-24639888f8a1abdd99b8acc450e2a326d30ebe9b.zip
Update xfs to 1.1.2.
Add upstream patches to libXfont to fix the build with xfs and to plug security issue [1]. Obtained from: libXfont upstream [1] http://cgit.freedesktop.org/xorg/lib/libXfont/commit/?id=bd48ad11fd11412c62c3ac8ed5d52c4f10a985aa Security: CVE-2011-2895 [1] git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@431 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-fonts/libXfont/Makefile')
-rw-r--r--x11-fonts/libXfont/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile
new file mode 100644
index 0000000..96a9eb9
--- /dev/null
+++ b/x11-fonts/libXfont/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: libXfont
+# Date Created: 29 Oct, 2003
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-fonts/libXfont/Makefile,v 1.27 2011/11/09 15:26:02 miwi Exp $
+#
+
+PORTNAME= libXfont
+PORTVERSION= 1.4.4
+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= xproto:both xtrans fontsproto:both fontenc
+
+CONFIGURE_ARGS=--without-xmlto --disable-devel-docs
+
+.include <bsd.port.mk>