FreeBSD Bugzilla – Attachment 224731 Details for
Bug 255663
UPDATING: Fix update error of python37->python38 with portmaster
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch for updating operation text.
UPDATING.patch (text/plain), 603 bytes, created by
Norikatsu Shigemura
on 2021-05-06 17:09:23 UTC
(
hide
)
Description:
A patch for updating operation text.
Filename:
MIME Type:
Creator:
Norikatsu Shigemura
Created:
2021-05-06 17:09:23 UTC
Size:
603 bytes
patch
obsolete
>diff --git a/UPDATING b/UPDATING >index f9519a2c4276..0d3c38234f43 100644 >--- a/UPDATING >+++ b/UPDATING >@@ -43,8 +43,8 @@ you update your ports collection, before attempting any port upgrades. > For portmaster users: > # sh > # portmaster -o lang/python38 python37 >- # REINSTALL="$(pkg info -o py37-\* | awk '{printf "%s ", $2}')" >- # pkg delete -f py37-\* >+ # REINSTALL="$(pkg info -o "*py37*" | awk '{printf "%s ", $2}')" >+ # pkg delete -f "*py37*" > # portmaster $REINSTALL > # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py38 | cut -d : -f 1 | sort -u) > # portmaster $REBUILD
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255663
: 224731