mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Update to 2.4.1.
This commit is contained in:
parent
4dcfeb92e2
commit
266e73c6c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258200
@ -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|' \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user