Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2014 00:09:52 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357549 - head/x11-fonts/urwfonts-ttf
Message-ID:  <201406120009.s5C09qKi082270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Thu Jun 12 00:09:51 2014
New Revision: 357549
URL: http://svnweb.freebsd.org/changeset/ports/357549
QAT: https://qat.redports.org/buildarchive/r357549/

Log:
  Fix up @fc for traditional pkg_add/pkg_create systems,
  using @exec/@unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% and @dirrmtry.
  
  Approved by:	portmgr (blanket "just fix it" approval)

Modified:
  head/x11-fonts/urwfonts-ttf/Makefile
  head/x11-fonts/urwfonts-ttf/pkg-plist

Modified: head/x11-fonts/urwfonts-ttf/Makefile
==============================================================================
--- head/x11-fonts/urwfonts-ttf/Makefile	Wed Jun 11 23:40:58 2014	(r357548)
+++ head/x11-fonts/urwfonts-ttf/Makefile	Thu Jun 12 00:09:51 2014	(r357549)
@@ -3,7 +3,7 @@
 
 PORTNAME=	urwfonts-ttf
 PORTVERSION=	1.0.7b18
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-fonts
 MASTER_SITES=	ftp://ftp.izmiran.rssi.ru/pub/fonts/urw/
 DISTNAME=	urw-fonts-${PORTVERSION:S/b/pre/}-ttf

Modified: head/x11-fonts/urwfonts-ttf/pkg-plist
==============================================================================
--- head/x11-fonts/urwfonts-ttf/pkg-plist	Wed Jun 11 23:40:58 2014	(r357548)
+++ head/x11-fonts/urwfonts-ttf/pkg-plist	Thu Jun 12 00:09:51 2014	(r357549)
@@ -36,4 +36,6 @@
 %%FONTDIR%%/p052024l.ttf
 %%FONTDIR%%/s050000l.ttf
 %%FONTDIR%%/z003034l.ttf
-@fc %%FONTDIR%%
+@unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% || :
+@exec fc-cache -s %%PREFIX%%/%%FONTDIR%% || :
+@dirrmtry %%FONTDIR%%



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