svn commit: r373492 - head/print/freetype2
Koop Mast
kwm at FreeBSD.org
Thu Nov 27 15:03:45 UTC 2014
Author: kwm
Date: Thu Nov 27 15:03:43 2014
New Revision: 373492
URL: https://svnweb.freebsd.org/changeset/ports/373492
QAT: https://qat.redports.org/buildarchive/r373492/
Log:
Turn on the LCD_FILTERING option by default for sub-pixel rendering. [1]
Drop :keepla from USES=libtool
Approved by: core@ [1]
Modified:
head/print/freetype2/Makefile
head/print/freetype2/pkg-plist
Modified: head/print/freetype2/Makefile
==============================================================================
--- head/print/freetype2/Makefile Thu Nov 27 14:48:48 2014 (r373491)
+++ head/print/freetype2/Makefile Thu Nov 27 15:03:43 2014 (r373492)
@@ -4,7 +4,7 @@
PORTNAME= freetype2
PORTVERSION= 2.5.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \
SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
@@ -18,7 +18,7 @@ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSIO
MAINTAINER= gnome at FreeBSD.org
COMMENT= Free and portable TrueType font rendering engine
-USES= gmake libtool:keepla tar:bzip2
+USES= gmake libtool tar:bzip2
MAKE_ENV= TOP=""
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -26,6 +26,7 @@ CONFIGURE_ARGS= --without-harfbuzz
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
OPTIONS_DEFINE= LCD_FILTERING PNG
+OPTIONS_DEFAULT= LCD_FILTERING
LCD_FILTERING_DESC?= Sub-pixel rendering (patented)
PNG_DESC= Png compressed OpenType embedded bitmaps support
Modified: head/print/freetype2/pkg-plist
==============================================================================
--- head/print/freetype2/pkg-plist Thu Nov 27 14:48:48 2014 (r373491)
+++ head/print/freetype2/pkg-plist Thu Nov 27 15:03:43 2014 (r373492)
@@ -51,7 +51,6 @@ include/freetype2/tttables.h
include/freetype2/tttags.h
include/freetype2/ttunpat.h
lib/libfreetype.a
-lib/libfreetype.la
lib/libfreetype.so
lib/libfreetype.so.6
lib/libfreetype.so.6.11.2
More information about the svn-ports-all
mailing list