[MacPorts] #65466: irssi needs perl build fixes

MacPorts noreply at macports.org
Sat Jul 9 21:38:40 UTC 2022


#65466: irssi needs perl build fixes
----------------------+----------------------
  Reporter:  dgilman  |      Owner:  l2dy
      Type:  defect   |     Status:  reopened
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:
Resolution:           |   Keywords:
      Port:  irssi    |
----------------------+----------------------

Comment (by jmroot):

 It's a perl thing, which the irssi configure script can use.

 * https://metacpan.org/pod/ExtUtils::MakeMaker#make-install
 * https://github.com/irssi/irssi/blob/1.4.1/configure.ac#L104

 {{{
 % perl5.34 '-V:install.*'
 installarchlib='/opt/local/lib/perl5/5.34/darwin-thread-multi-2level';
 installbin='/opt/local/bin';
 installhtml1dir='';
 installhtml3dir='';
 installman1dir='/opt/local/share/man/man1p';
 installman3dir='/opt/local/share/man/man3p';
 installprefix='/opt/local';
 installprefixexp='/opt/local';
 installprivlib='/opt/local/lib/perl5/5.34';
 installscript='/opt/local/bin';
 installsitearch='/opt/local/lib/perl5/site_perl/5.34/darwin-thread-multi-
 2level';
 installsitebin='/opt/local/libexec/perl5.34/sitebin';
 installsitehtml1dir='';
 installsitehtml3dir='';
 installsitelib='/opt/local/lib/perl5/site_perl/5.34';
 installsiteman1dir='/opt/local/share/perl5.34/siteman/man1';
 installsiteman3dir='/opt/local/share/perl5.34/siteman/man3';
 installsitescript='/opt/local/libexec/perl5.34/sitebin';
 installstyle='lib/perl5';
 installusrbinperl='undef';
 installvendorarch='/opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-
 multi-2level';
 installvendorbin='/opt/local/libexec/perl5.34';
 installvendorhtml1dir='';
 installvendorhtml3dir='';
 installvendorlib='/opt/local/lib/perl5/vendor_perl/5.34';
 installvendorman1dir='/opt/local/share/perl5.34/man/man1';
 installvendorman3dir='/opt/local/share/perl5.34/man/man3';
 installvendorscript='/opt/local/libexec/perl5.34';

 % perl5.34 -le 'print join $/, @INC'
 /opt/local/lib/perl5/site_perl/5.34/darwin-thread-multi-2level
 /opt/local/lib/perl5/site_perl/5.34
 /opt/local/lib/perl5/vendor_perl/5.34/darwin-thread-multi-2level
 /opt/local/lib/perl5/vendor_perl/5.34
 /opt/local/lib/perl5/5.34/darwin-thread-multi-2level
 /opt/local/lib/perl5/5.34
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/65466#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list