[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fonts/ja-shinonome requires lang/gawk ?
- Subject: fonts/ja-shinonome requires lang/gawk ?
- From: 藤原 誠/Makoto Fujiwara<makoto@ki.nu>
- To: tech-pkg-ja@jp.netbsd.org
- Date: Tue, 18 Jan 2005 19:15:19 +0900
- Message-ID: <yfm3bwzt554.wl%makoto@ki.nu>
- Delivered-To: mailing list tech-pkg-ja@jp.netbsd.org
- Mailing-List: contact tech-pkg-ja-help@jp.netbsd.org; run by ezmlm-idx
- User-Agent: Wanderlust/2.13.1 (You Oughta Know) SEMI/1.14.6 (Maruoka)FLIM/1.14.7 (Sanjō) APEL/10.6 Emacs/21.3.50(powerpc-unknown-netbsd2.99.12) MULE/5.0 (賢木)
> 千葉市中央区長洲
> 藤原 誠
こんにちは。
きょう、偶然 lang/gawk の入っていない状態で fonts/ja-shinonome
を make しようとしたら、次のように言われました。
===> Configuring for ja-shinonome-0.9.10
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for mkfontdir... /usr/pkg/bin/mkfontdir
checking for sed... /usr/bin/sed
checking for gawk... no
checking for awk... /usr/bin/awk
Error: Your system has only non-GNU awk.
GNU awk is necessary specially, please install it.
*** Error code 1
これって、添付の変更が必要という意味でしょうか ?
それとも例によって僕の勘違いでしょうか ?
---
(藤原)
Index: fonts/ja-shinonome/Makefile
===================================================================
RCS file: /e/o/cvsync/pkgsrc/fonts/ja-shinonome/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- fonts/ja-shinonome/Makefile 15 Jun 2004 13:41:53 -0000 1.7
+++ fonts/ja-shinonome/Makefile 18 Jan 2005 09:52:12 -0000
@@ -31,6 +31,8 @@
CONFIGURE_ARGS+= --disable-progressbar
CONFIGURE_ARGS+= --with-foundry=${FOUNDRY}
+DEPENDS+= gawk>3.:../../lang/gawk
+
do-install:
cd ${WRKSRC}; \
${MAKE_PROGRAM} install; \