Date: Fri, 14 Jun 2019 07:01:19 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504163 - head/devel/p5-B-C Message-ID: <201906140701.x5E71Jog071906@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jun 14 07:01:19 2019 New Revision: 504163 URL: https://svnweb.freebsd.org/changeset/ports/504163 Log: devel/p5-B-C: fix build Threaded build currently fails: mv C.xsc C.c blib/arch/auto/B/C/C.so --- chmod 755 blib/arch/auto/B/C/C.so subdirs --- mv: C.xsc: No such file or directory Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D20624 Modified: head/devel/p5-B-C/Makefile Modified: head/devel/p5-B-C/Makefile ============================================================================== --- head/devel/p5-B-C/Makefile Fri Jun 14 06:57:15 2019 (r504162) +++ head/devel/p5-B-C/Makefile Fri Jun 14 07:01:19 2019 (r504163) @@ -25,6 +25,7 @@ USES= perl5 USE_PERL5= configure MAKE_ENV= PERL_INC_STAGE=${PERL_INC_STAGE} +MAKE_JOBS_UNSAFE= yes PERL_INC_STAGE= ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE PLIST_SUB= PERL_ARCH=${PERL_ARCH}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906140701.x5E71Jog071906>