Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 23:28:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366023 - head/print/adobe-cmaps
Message-ID:  <201408242328.s7ONSrvW095562@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Aug 24 23:28:53 2014
New Revision: 366023
URL: http://svnweb.freebsd.org/changeset/ports/366023
QAT: https://qat.redports.org/buildarchive/r366023/

Log:
  Use fc keyword to prevent build violation when dependent ports use fc-cache

Modified:
  head/print/adobe-cmaps/Makefile
  head/print/adobe-cmaps/pkg-plist

Modified: head/print/adobe-cmaps/Makefile
==============================================================================
--- head/print/adobe-cmaps/Makefile	Sun Aug 24 22:37:30 2014	(r366022)
+++ head/print/adobe-cmaps/Makefile	Sun Aug 24 23:28:53 2014	(r366023)
@@ -3,7 +3,7 @@
 
 PORTNAME=	adobe-cmaps
 PORTVERSION=	20051217
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	hrs/adobe
@@ -15,6 +15,8 @@ DIST_SUBDIR=	adobe
 MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Adobe CMap collection
 
+RUN_DEPENDS=	fc-cache:${PORTSDIR}/x11-fonts/fontconfig
+
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 PLIST_SUB=	CMAPDIR=${CMAPDIR}

Modified: head/print/adobe-cmaps/pkg-plist
==============================================================================
--- head/print/adobe-cmaps/pkg-plist	Sun Aug 24 22:37:30 2014	(r366022)
+++ head/print/adobe-cmaps/pkg-plist	Sun Aug 24 23:28:53 2014	(r366023)
@@ -215,5 +215,5 @@
 @dirrm %%CMAPDIR%%/ag15
 @dirrm %%CMAPDIR%%/ac15/CMap
 @dirrm %%CMAPDIR%%/ac15
-@dirrmtry %%CMAPDIR%%
+@fc %%CMAPDIR%%
 @dirrmtry share/fonts



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