Created attachment 156102 [details] patch to update the port [MAINTAINER] devel/p5-B-Flags: update to 0.13 - changes: http://cpansearch.perl.org/src/RURBAN/B-Flags-0.13/Changes - remove patch files/... as the issue with perl-5.21 is already fixed at the upstream in this new version - "portlint -AC" just warns about non-empty $FreeBSD$ tag. - Tested with poudriere 3.1.4 (logs attached) at 11.0-CURRENT-amd64 with perl-5.18, 10.1-amd64 with perl-5.18, 8.4-amd64 with perl-5.18, 11.0-CURRENT-amd64 with perl-5.21, 10.1-amd64 with perl-5.21, 8.4-amd64 with perl-5.21, To activate built-in perl tests inside poudriere jails, file Mk/Uses/perl5.mk was locally augmented with lines: .if defined(RUN_PERL_TESTS) BUILD_DEPENDS+= ${TEST_DEPENDS} pre-install: test .endif
Created attachment 156103 [details] log from poudriere, 11-current, perl-5.18
Created attachment 156104 [details] log from poudriere, 11-current, perl-5.21
Created attachment 156105 [details] log from poudriere, 10.1, perl-5.18
Created attachment 156106 [details] log from poudriere, 10.1, perl-5.21
Created attachment 156107 [details] log from poudriere, 8.4, perl-5.18
Created attachment 156108 [details] log from poudriere, 8.4, perl-5.21
A commit references this bug: Author: sunpoet Date: Wed Apr 29 19:19:08 UTC 2015 New revision: 385007 URL: https://svnweb.freebsd.org/changeset/ports/385007 Log: - Update to 0.13 - While I'm here: - Allow to strip shared library as regular user - Use SITE_ARCH Changes: http://search.cpan.org/dist/B-Flags/Changes PR: 199785 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Changes: head/devel/p5-B-Flags/Makefile head/devel/p5-B-Flags/distinfo head/devel/p5-B-Flags/files/
Committed. Thanks!
Thank you! What do you mean by "Use SITE_ARCH" words?
Oh, I see, thank you again.
(In reply to Sergei Vyshenski from comment #9) That line was wrong. I forgot to remove it.
And I forgot to remove the line "NO_ARCH=yes" from the Makefile. This port installs shared library, and thus _is_ arch dependent. Sorry.
Fixed in r385040.