Date: Thu, 28 Aug 2014 06:34:40 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193061] stage-fy japanese/eijiro-fpw Message-ID: <bug-193061-13-G7TrFZRRGq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193061-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193061-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=193061 --- Comment #3 from John Marino <marino@FreeBSD.org> --- (In reply to turutani from comment #2) > I think this is necessary. > we must check whether a special file exist before entering any target, But this is STAGEDIR. We control exactly what exists. It's never an unknown. So we should know if DICT_ARCHIVE exists or not. It will always be either true or false in the STAGEDIR depending on the build dependencies, right? > If we must avoid this shell command outside of any targets, > I think port should EXTRACT_DEPENDS on lha in any cases. > do you think which is better ? I would (and if you can't maybe I will) use "poudriere testport -i" to see exactly what is in the stagedir. If the DICT_ARCHIVE is present, you always add it. If it's not, we remove the line. -- 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-193061-13-G7TrFZRRGq>