diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-07-25 01:25:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-07-25 01:25:21 +0000 |
commit | 266e73c6c970e3c57a76639f4f827374eee9429b (patch) | |
tree | 372476135f6c43ed38891f8af037c72e53a812ed /print | |
parent | 4dcfeb92e299593ba7791ecdcce78f4116d085f0 (diff) | |
download | ports-266e73c6c970e3c57a76639f4f827374eee9429b.tar.gz ports-266e73c6c970e3c57a76639f4f827374eee9429b.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 18 | ||||
-rw-r--r-- | print/freetype2/distinfo | 6 |
2 files changed, 4 insertions, 20 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 6059c3295951..0dbcc2aa5313 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= freetype2 -PORTVERSION= 2.3.12 +PORTVERSION= 2.4.1 CATEGORIES= print MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/ \ @@ -45,18 +45,6 @@ CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING .endif pre-everything:: -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) - @${ECHO_MSG} - @${ECHO_MSG} "You may want not to compile a bytecode interpreter into the" - @${ECHO_MSG} "TrueType driver. Without this you will only compile the code" - @${ECHO_MSG} "necessary to load TrueType glyphs without hinting." - @${ECHO_MSG} - @${ECHO_MSG} "Hit Ctrl-C now and use \"make WITHOUT_TTF_BYTECODE_ENABLED=yes\"" - @${ECHO_MSG} - @${ECHO_MSG} "Note that there are important patent issues related to the" - @${ECHO_MSG} "use of the interpreter." - @${ECHO_MSG} -.endif .if !defined(WITH_LCD_FILTERING) @${ECHO_MSG} @${ECHO_MSG} "You may want to enable LCD filtering." @@ -71,10 +59,6 @@ pre-everything:: pre-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/builds/unix/install.mk -.if !defined(WITHOUT_TTF_BYTECODE_ENABLED) - @${REINPLACE_CMD} -e '/#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER/s,/\* \(.*\) \*/,\1,; /#define TT_CONFIG_OPTION_UNPATENTED_HINTING/s,^\(.*\),/* \1 \*/,' \ - ${WRKSRC}/include/freetype/config/ftoption.h -.endif pre-configure: @${REINPLACE_CMD} -e '/^LIBTOOL/s|LIBTOOL ?= $$(BUILD_DIR)/libtool|LIBTOOL := ${WRKDIR}/gnome-libtool|' \ diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo index 717b22566daa..1bf628bdd319 100644 --- a/print/freetype2/distinfo +++ b/print/freetype2/distinfo @@ -1,3 +1,3 @@ -MD5 (freetype-2.3.12.tar.bz2) = e974a82e5939be8e05ee65f07275d7c5 -SHA256 (freetype-2.3.12.tar.bz2) = 3b96438f016a62b676c1d2089c00ca777f710d19f6aefa66ccf068d360db3e92 -SIZE (freetype-2.3.12.tar.bz2) = 1453034 +MD5 (freetype-2.4.1.tar.bz2) = 567a27e5189ed581396f69fb51faf2d8 +SHA256 (freetype-2.4.1.tar.bz2) = 45c954e96f52737c0cc62e9a538a4df850c7d1dd73fb25ffe131ae7cb899be3e +SIZE (freetype-2.4.1.tar.bz2) = 1432560 |