Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 22:18:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385696 - in head/print: freetype freetype2
Message-ID:  <201505072218.t47MIWsA009269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505072218.t47MIWsA009269>