#author("2023-10-01T16:29:29+09:00","default:kuji","kuji")
#author("2023-10-01T16:36:52+09:00","default:kuji","kuji")
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*DEFAULT_VERSIONS+=  perl5=5.32 [#i2454714]
/etc/make.conf に
 DEFAULT_VERSIONS+=  perl5=5.32
としているサーバで、

portversion -vl'<' すると、 
 p5-HTTP-Message-6.44        <  needs updating (port has 6.45)
 p5-Mail-DKIM-1.20230630     <  needs updating (port has 1.20230911)
 perl5-5.32.1_4              <  needs updating (port has 5.34.1_3) (=> 'lang/perl5.34')
 php81-8.1.23                <  needs updating (port has 8.1.24)
 php81-bcmath-8.1.23         <  needs updating (port has 8.1.24)

perl のバージョンを5.34にしましょう、といわれた。ので、

/etc/make.conf を
 #DEFAULT_VERSIONS+=  perl5=5.32
と、バージョン指定をコメントアウトして、

 portupgrade -a
 # portupgrade -a
 [Reading data from pkg(8) ... - 557 packages found - done]
 ** Port marked as IGNORE: graphics/ImageMagick7:
        Invalid perl5 version 5.32
 ** Port marked as IGNORE: security/amavisd-new:
         Invalid perl5 version 5.32
 ** Port marked as IGNORE: multimedia/aom:
         Invalid perl5 version 5.32
 ** Port marked as IGNORE: www/apache24:
         Invalid perl5 version 5.32

と言う具合に、perl5.32 ゆかりの ports を飛ばして、perl5.34のインストールに。

 ##################################################
 
       This is *NOT* the DEFAULT perl version
 
 It will *NOT* install /usr/local/bin/perl
 
 It will *ONLY* install /usr/local/bin/perl5.34.1
 
 The default Perl version currently is 5.32.
 
 If you want to use this version as the default,
 stop the build now, add this line to your
 /etc/make.conf, and then restart the build.
 
 DEFAULT_VERSIONS+=perl5=5.34
 
 ##################################################



----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS