svn commit: r366023 - head/print/adobe-cmaps

Antoine Brodin antoine at FreeBSD.org
Sun Aug 24 23:28:54 UTC 2014


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 at 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
- at dirrmtry %%CMAPDIR%%
+ at fc %%CMAPDIR%%
 @dirrmtry share/fonts


More information about the svn-ports-all mailing list