CONTENTS


Lastmodified 2023-10-03 (火) 09:47:13


DEFAULT_VERSIONS+= perl5=5.32

/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

と、バージョン指定をコメントアウトして、

pkg・ports アップデート関連 - perl5 - perl5.32 → 5.34

バージョンの変更

$ portupgrade -f perl5.32 -o lang/perl5.34 
[Reading data from pkg(8) ... - 322 packages found - done]
$ pkg set -o lang/perl5.32:lang/perl5.34
Change origin from lang/perl5.32 to lang/perl5.34 for perl5-5.32.1_1? [y/N]:

/etc/make.conf 編集

/etc/make.conf

DEFAULT_VERSIONS+=perl5=5.34

アップグレード

portupgrade -Rr perl5 --batch

# 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

##################################################

これで、残りはphp81関連のインストールとなるが、気になるのは、Zend オプションがどうなっているか、なので、確認すると、

php81.PNG
mod_php81.PNG

チェックが入って居た。


Total access 132:本日 1:昨日 1

Counter: 132, today: 1, yesterday: 1

添付ファイル: filemod_php81.PNG 35件 [詳細] filephp81.PNG 38件 [詳細]

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-10-03 (火) 09:47:13