Date: Mon, 25 Aug 2014 09:12:56 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190071] [stage] japanese/k12: Remove use of pkg-req Message-ID: <bug-190071-13-aAMGqgxAQg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190071-13@https.bugs.freebsd.org/bugzilla/> References: <bug-190071-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190071 --- Comment #9 from John Marino <marino@FreeBSD.org> --- I suspect you can remove these lines now: @exec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir @unexec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir @unexec if [ `wc -c %D/%%FONTSDIR%%/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/%%FONTSDIR%%/fonts.dir; fi @unexec if [ ! -s %D/%%FONTSDIR%%/fonts.alias ]; then rm -f %D/%%FONTSDIR%%/fonts.alias; fi and it should build without stage-qa errors -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190071-13-aAMGqgxAQg>