pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2019Q2]: pkgsrc/fonts/ricty-ttf Pullup ticket #5997 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37df646ffba0
branches:  pkgsrc-2019Q2
changeset: 336398:37df646ffba0
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Jul 13 11:28:30 2019 +0000

description:
Pullup ticket #5997 - requested by taca
fonts/ricty-ttf: build fix

Revisions pulled up:
- fonts/ricty-ttf/Makefile                                      1.24

---
   Module Name: pkgsrc
   Committed By:        tsutsui
   Date:                Fri Jul  5 16:24:08 UTC 2019

   Modified Files:
        pkgsrc/fonts/ricty-ttf: Makefile

   Log Message:
   ricty-ttf: follow move of inconsolata-ttf installation path.

   Also explicitly require moved version:
    http://mail-index.netbsd.org/pkgsrc-changes/2019/04/06/msg190085.html
    > inconsolata-ttf: update to 20090207nb2.
    > Use fonts.mk: Fixes installation path.

diffstat:

 fonts/ricty-ttf/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4c98222b1d19 -r 37df646ffba0 fonts/ricty-ttf/Makefile
--- a/fonts/ricty-ttf/Makefile  Sat Jul 13 11:12:03 2019 +0000
+++ b/fonts/ricty-ttf/Makefile  Sat Jul 13 11:28:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/08/01 17:40:11 wiz Exp $
+# $NetBSD: Makefile,v 1.23.18.1 2019/07/13 11:28:30 bsiegert Exp $
 
 DISTNAME=      Ricty-3.2.4
 PKGNAME=       ${DISTNAME:S/Ricty/ricty-ttf/}
@@ -15,7 +15,7 @@
 USE_TOOLS+=            bash
 BUILD_DEPENDS+=                fontforge-[0-9]*:../../fonts/fontforge
 BUILD_DEPENDS+=                migu-ttf-[0-9]*:../../fonts/migu-ttf
-BUILD_DEPENDS+=                inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf
+BUILD_DEPENDS+=                inconsolata-ttf>=20090207nb2:../../fonts/inconsolata-ttf
 
 # LICESE of generated TTF fonts is "ipafont AND open-font-license",
 # but OPEN FONT LICENSE version 1.1 section 5) require to distribute entirely
@@ -43,7 +43,7 @@
        cd ${WRKSRC}; \
        ${PKGSRC_SETENV} ${MAKE_ENV} \
        ${BASH} -x ./ricty_generator.sh \
-       ${LOCALBASE}/share/fonts/X11/TTF/Inconsolata.otf \
+       ${LOCALBASE}/share/fonts/X11/OTF/Inconsolata.otf \
        ${LOCALBASE}/share/fonts/X11/TTF/migu-1m-regular.ttf \
        ${LOCALBASE}/share/fonts/X11/TTF/migu-1m-bold.ttf
 



Home | Main Index | Thread Index | Old Index