svn commit: r357549 - head/x11-fonts/urwfonts-ttf

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 12 05:45:17 UTC 2014


On Thu, Jun 12, 2014 at 12:09:52AM +0000, Matthias Andree wrote:
> 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
> - at fc %%FONTDIR%%
> + at unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% || :
> + at exec fc-cache -s %%PREFIX%%/%%FONTDIR%% || :
> + at dirrmtry %%FONTDIR%%
> 

This is wrong, I told you by irc to wait for me to write a proper fix! which I
would have done in a couple of hours!!!!!

this fix break the pkg(8) packages! One fix would have been to add INSTALL_TFF
macro to the makefile which is the reason why I pointed you to bsd.xorg.mk.

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140612/9e213248/attachment.sig>


More information about the svn-ports-head mailing list