Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2014 07:45:11 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Matthias Andree <mandree@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r357549 - head/x11-fonts/urwfonts-ttf
Message-ID:  <20140612054510.GK8662@ivaldir.etoilebsd.net>
In-Reply-To: <201406120009.s5C09qKi082270@svn.freebsd.org>
References:  <201406120009.s5C09qKi082270@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--hTKW8p8tUZ/8vLMe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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/
>=20
> Log:
>   Fix up @fc for traditional pkg_add/pkg_create systems,
>   using @exec/@unexec fc-cache -s %%PREFIX%%/%%FONTDIR%% and @dirrmtry.
>  =20
>   Approved by:	portmgr (blanket "just fix it" approval)
>=20
> Modified:
>   head/x11-fonts/urwfonts-ttf/Makefile
>   head/x11-fonts/urwfonts-ttf/pkg-plist
>=20
> Modified: head/x11-fonts/urwfonts-ttf/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/x11-fonts/urwfonts-ttf/Makefile	Wed Jun 11 23:40:58 2014	(r35754=
8)
> +++ head/x11-fonts/urwfonts-ttf/Makefile	Thu Jun 12 00:09:51 2014	(r35754=
9)
> @@ -3,7 +3,7 @@
> =20
>  PORTNAME=3D	urwfonts-ttf
>  PORTVERSION=3D	1.0.7b18
> -PORTREVISION=3D	3
> +PORTREVISION=3D	4
>  CATEGORIES=3D	x11-fonts
>  MASTER_SITES=3D	ftp://ftp.izmiran.rssi.ru/pub/fonts/urw/
>  DISTNAME=3D	urw-fonts-${PORTVERSION:S/b/pre/}-ttf
>=20
> Modified: head/x11-fonts/urwfonts-ttf/pkg-plist
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/x11-fonts/urwfonts-ttf/pkg-plist	Wed Jun 11 23:40:58 2014	(r3575=
48)
> +++ head/x11-fonts/urwfonts-ttf/pkg-plist	Thu Jun 12 00:09:51 2014	(r3575=
49)
> @@ -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%%
>=20

This is wrong, I told you by irc to wait for me to write a proper fix! whic=
h 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

--hTKW8p8tUZ/8vLMe
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)

iEYEARECAAYFAlOZPmYACgkQ8kTtMUmk6EyL1gCgm7UWsvYGTC4r1BDqzMKbK//a
hLcAn2TbVDTTxkbmAYGJKD8UFpsZ82+R
=IBPt
-----END PGP SIGNATURE-----

--hTKW8p8tUZ/8vLMe--



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