svn commit: r385696 - in head/print: freetype freetype2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 7 22:18:32 UTC 2015
Author: amdmi3
Date: Thu May 7 22:18:31 2015
New Revision: 385696
URL: https://svnweb.freebsd.org/changeset/ports/385696
Log:
- Add CPE info
Approved by: portmgr blanket
Modified:
head/print/freetype/Makefile
head/print/freetype2/Makefile
Modified: head/print/freetype/Makefile
==============================================================================
--- head/print/freetype/Makefile Thu May 7 22:17:19 2015 (r385695)
+++ head/print/freetype/Makefile Thu May 7 22:18:31 2015 (r385696)
@@ -14,7 +14,7 @@ MASTER_SITES= SF \
MAINTAINER= doceng at FreeBSD.org
COMMENT= Free and portable TrueType font rendering engine
-USES= desthack libtool
+USES= cpe desthack libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
Modified: head/print/freetype2/Makefile
==============================================================================
--- head/print/freetype2/Makefile Thu May 7 22:17:19 2015 (r385695)
+++ head/print/freetype2/Makefile Thu May 7 22:18:31 2015 (r385696)
@@ -15,13 +15,16 @@ DISTNAME= ${PORTNAME:S/2//}-${PORTVERSIO
MAINTAINER= gnome at FreeBSD.org
COMMENT= Free and portable TrueType font rendering engine
-USES= gmake libtool tar:bzip2
+USES= cpe gmake libtool tar:bzip2
MAKE_ENV= TOP=""
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-harfbuzz
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
+CPE_PRODUCT= freetype
+CPE_VENDOR= freetype
+
OPTIONS_DEFINE= LCD_FILTERING PNG
OPTIONS_DEFAULT= LCD_FILTERING
LCD_FILTERING_DESC?= Sub-pixel rendering (patented)
More information about the svn-ports-head
mailing list