perl5.18 missing directory?

Mathieu Arnold mat at FreeBSD.org
Sat Dec 20 15:19:01 UTC 2014


+--On 20 décembre 2014 14:46:27 +0100 olli hauer <ohauer at gmx.de> wrote:
| In many PD buildlogs (current ports tree) I found the following complain
| about a missing perl directory
| 
| 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
===================================================================
--- 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=0
 		files=0
 		while read f; do



-- 
Mathieu Arnold


More information about the freebsd-perl mailing list