DEFAULT_VERSIONS+= perl5=5.32
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
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 ...
p5-Mail-DKIM-1.20230630 < needs updating (port has ...
perl5-5.32.1_4 < needs updating (port has ...
php81-8.1.23 < needs updating (port has ...
php81-bcmath-8.1.23 < needs updating (port has ...
perl のバージョンを5.34にしましょう、といわれた。ので、
/etc/make.conf を
#DEFAULT_VERSIONS+= perl5=5.32
と、バージョン指定をコメントアウトして、
[[pkg・ports アップデート関連 - perl5 - perl5.32 → 5.34:h...
**バージョンの変更 [#b055795d]
$ 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 pe...
**/etc/make.conf 編集 [#d1a4ddf6]
/etc/make.conf
DEFAULT_VERSIONS+=perl5=5.34
**アップグレード [#ea4d9bcc]
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.3...
##################################################
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関連のインストールとなるが、気になるの...
#ref(php81.PNG)
#ref(mod_php81.PNG)
チェックが入って居た。
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
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 ...
p5-Mail-DKIM-1.20230630 < needs updating (port has ...
perl5-5.32.1_4 < needs updating (port has ...
php81-8.1.23 < needs updating (port has ...
php81-bcmath-8.1.23 < needs updating (port has ...
perl のバージョンを5.34にしましょう、といわれた。ので、
/etc/make.conf を
#DEFAULT_VERSIONS+= perl5=5.32
と、バージョン指定をコメントアウトして、
[[pkg・ports アップデート関連 - perl5 - perl5.32 → 5.34:h...
**バージョンの変更 [#b055795d]
$ 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 pe...
**/etc/make.conf 編集 [#d1a4ddf6]
/etc/make.conf
DEFAULT_VERSIONS+=perl5=5.34
**アップグレード [#ea4d9bcc]
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.3...
##################################################
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関連のインストールとなるが、気になるの...
#ref(php81.PNG)
#ref(mod_php81.PNG)
チェックが入って居た。
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: