|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||||
2005年01月18日(火) 旧暦 [n年日記] [更新:"2005/01/18 19:01:32"]#1 [pkgsrc] gawk が入っていない時に fonts/ja-shinonome
を入れようとすると
===> Verifying package for ../../fonts/ja-shinonome/
===> *** No /export/pkgsrc/distfiles/pkg-vulnerabilities file found,
===> *** skipping vulnerability checks. To fix, install
===> *** the pkgsrc/security/audit-packages package and run
===> *** '/usr/pkg/sbin/download-vulnerability-list'.
===> 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/owada/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; \
( つっこみ )
|
最近の日記 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package 2025年10月04日 ・pkgin search pkgname segfaults 2025年08月16日 ・installboot (Although it’s too late) | ||