pkgsrc-Bugs archive

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

Re: PR/47883 CVS commit: pkgsrc/fonts/jisx0213fonts



The following reply was made to PR pkg/47883; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: dholland%NetBSD.org@localhost
Cc: gnats-bugs%NetBSD.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: PR/47883 CVS commit: pkgsrc/fonts/jisx0213fonts
Date: Sat, 6 Jul 2013 19:51:11 +0900

 >  Module Name:        pkgsrc
 >  Committed By:       dholland
 >  Date:               Thu Jul  4 15:33:41 UTC 2013
 >  
 >  Modified Files:
 >      pkgsrc/fonts/jisx0213fonts: Makefile
 >  
 >  Log Message:
 >  Use TOOLS_PATH.bdftopcf as discussed in PR 47883.
 
 Whatever you believe correct, it's still inconsistent.
 
 % cd pkgsrc/fonts
 % grep bdftopcf */Makefile* | grep -v USE_TOOLS
 bdftopcf/Makefile:DISTNAME=            bdftopcf-1.0.4
 efont-unicode/Makefile:          bdftopcf $${FONT}.bdf |                       
        \
 ja-elisat/Makefile:            ${TOOLS_PATH.bdftopcf} -o $$p $$i; \
 ja-elisau/Makefile:            ${TOOLS_PATH.bdftopcf} -o $$p $$i; \
 ja-kaname/Makefile:            ${TOOLS_PATH.bdftopcf} -o $$p $$i; \
 ja-naga10/Makefile:            bdftopcf $$i | ${GZIP_CMD} > $$p.gz; \
 jisx0212fonts/Makefile:                bdftopcf $${f}.bdf | \
 jisx0213fonts/Makefile:                ${TOOLS_PATH.bdftopcf} $${f}.bdf | \
 misaki-fonts/Makefile: ${TOOLS_PATH.bdftopcf}  -o 
${WRKSRC}/${filename:S/bdf/pcf/} ${WRKSRC}/${filename}
 uni-vga/Makefile:      ${TOOLS_PATH.bdftopcf} -o ${WRKSRC}/u_vga16.pcf 
${WRKSRC}/u_vga16.bdf
 % 
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index