Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 16:18:56 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        olli hauer <ohauer@gmx.de>
Cc:        perl <perl@freebsd.org>
Subject:   Re: perl5.18 missing directory?
Message-ID:  <870E799157B2480CBEC52B9B@atuin.in.mat.cc>
In-Reply-To: <54957DB3.6080903@gmx.de>
References:  <54957DB3.6080903@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 20 d=C3=A9cembre 2014 14:46:27 +0100 olli hauer <ohauer@gmx.de> =
wrote:
| In many PD buildlogs (current ports tree) I found the following complain
| about a missing perl directory
|=20
| Must be related to a change after 2014-12-16 since I cannot find this in
| older logs

Does this patch fixes it ?

Index: Mk/Scripts/qa.sh
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Mk/Scripts/qa.sh	(revision 374941)
+++ Mk/Scripts/qa.sh	(working copy)
@@ -208,7 +208,7 @@

 libperl() {
 	local has_some_libperl_so files found
-	if [ -n "${SITE_ARCH_REL}" ]; then
+	if [ -n "${SITE_ARCH_REL}" -a -d "${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}"
]; then
 		has_some_libperl_so=3D0
 		files=3D0
 		while read f; do



--=20
Mathieu Arnold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?870E799157B2480CBEC52B9B>