mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Turn on the LCD_FILTERING option by default for sub-pixel rendering. [1]
Drop :keepla from USES=libtool Approved by: core@ [1]
This commit is contained in:
parent
920e79368a
commit
bd19905799
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373492
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= freetype2
|
PORTNAME= freetype2
|
||||||
PORTVERSION= 2.5.3
|
PORTVERSION= 2.5.3
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \
|
MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \
|
||||||
SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
|
SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
|
||||||
|
@ -18,7 +18,7 @@ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION}
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Free and portable TrueType font rendering engine
|
COMMENT= Free and portable TrueType font rendering engine
|
||||||
|
|
||||||
USES= gmake libtool:keepla tar:bzip2
|
USES= gmake libtool tar:bzip2
|
||||||
MAKE_ENV= TOP=""
|
MAKE_ENV= TOP=""
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -26,6 +26,7 @@ CONFIGURE_ARGS= --without-harfbuzz
|
||||||
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
|
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
|
||||||
|
|
||||||
OPTIONS_DEFINE= LCD_FILTERING PNG
|
OPTIONS_DEFINE= LCD_FILTERING PNG
|
||||||
|
OPTIONS_DEFAULT= LCD_FILTERING
|
||||||
LCD_FILTERING_DESC?= Sub-pixel rendering (patented)
|
LCD_FILTERING_DESC?= Sub-pixel rendering (patented)
|
||||||
PNG_DESC= Png compressed OpenType embedded bitmaps support
|
PNG_DESC= Png compressed OpenType embedded bitmaps support
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,6 @@ include/freetype2/tttables.h
|
||||||
include/freetype2/tttags.h
|
include/freetype2/tttags.h
|
||||||
include/freetype2/ttunpat.h
|
include/freetype2/ttunpat.h
|
||||||
lib/libfreetype.a
|
lib/libfreetype.a
|
||||||
lib/libfreetype.la
|
|
||||||
lib/libfreetype.so
|
lib/libfreetype.so
|
||||||
lib/libfreetype.so.6
|
lib/libfreetype.so.6
|
||||||
lib/libfreetype.so.6.11.2
|
lib/libfreetype.so.6.11.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue