summaryrefslogtreecommitdiff
path: root/graphics/freetype2/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2010-07-20 11:44:15 +0000
committerdrochner <drochner>2010-07-20 11:44:15 +0000
commita3faf127d03c7c8147d8333f644a6bbd1cd8aeb7 (patch)
tree4fb0f4424c4af4aee7a01cfb911543b665883313 /graphics/freetype2/Makefile
parent459fa40cb36fe7938225c75f532da63313b465b0 (diff)
downloadpkgsrc-a3faf127d03c7c8147d8333f644a6bbd1cd8aeb7.tar.gz
update to 2.4.1
changes: - Since May 2010, all patents regarding the TrueType bytecode interpreter have expired worldwide. Consequently, we now define TT_CONFIG_OPTION_BYTECODE_INTERPRETER by default (and undefine TT_CONFIG_OPTION_UNPATENTED_HINTING). - A new function `FT_Library_SetLcdFilterWeights' is available to adjust the filter weights set by `FT_Library_SetLcdFilter'. -increased robustness, bugfixes pkgsrc note: the "truetype" option was removed, the bytecode interpreter is now always enabled
Diffstat (limited to 'graphics/freetype2/Makefile')
-rw-r--r--graphics/freetype2/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index adb0dea46b5..9fd7a41c275 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2010/02/18 21:28:45 drochner Exp $
+# $NetBSD: Makefile,v 1.73 2010/07/20 11:44:15 drochner Exp $
-DISTNAME= freetype-2.3.12
+DISTNAME= freetype-2.4.1
PKGNAME= ${DISTNAME:S/-/2-/}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \
@@ -33,22 +33,11 @@ PKGCONFIG_OVERRIDE= builds/unix/freetype2.in
.include "../../mk/compiler.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.freetype2
-PKG_SUPPORTED_OPTIONS= truetype subpixel
+PKG_SUPPORTED_OPTIONS= subpixel
.include "../../mk/bsd.options.mk"
-###
-### This builds freetype2 with the TrueType bytecode interpreter. Note
-### that there are important patent issues related to the use of the
-### interpreter:
-###
-### http://www.freetype.org/patents.html
-###
-.if !empty(PKG_OPTIONS:Mtruetype)
-CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
-.endif
-
-# subpixel (lcd) rendering, also patent issues
+# subpixel (lcd) rendering, patent issues
.if !empty(PKG_OPTIONS:Msubpixel)
CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
.endif