Changes between Initial Version and Version 12 of Ticket #67036


Ignore:
Timestamp:
Aug 19, 2023, 4:00:14 PM (9 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67036

    • Property Status changed from new to assigned
    • Property Cc dbevans cooljeanius added
    • Property Summary changed from Port tries to install Python 3.11 for no use to mesa: use python 3.11
    • Property Owner set to mascguy
    • Property Keywords monterey intel removed
    • Property Port mesa added; poppler gdk-pixbuf2 removed
  • Ticket #67036 – Description

    initial v12  
    1 Trying to upgrade
     1Update `mesa` to use Python 3.11:
    22
    33{{{
    4 gdk-pixbuf2                    2.42.9_2 < 2.42.10_0     
    5 poppler                        22.09.0_1 < 23.03.0_0     
     4$ port deps mesa
     5
     6Full Name: mesa @22.1.7_0
     7Extract Dependencies: xz
     8Build Dependencies:   pkgconfig, flex, bison, py310-mako, python310, xorg-xorgproto, meson, ninja
     9Library Dependencies: expat, xorg-libxcb, xorg-libX11, xorg-libXext, xorg-libXdamage, zlib, zstd
    610}}}
    7 
    8 without `Python 3.11` this `port` is nevertheless installed. When I ask which `port` might depend on it (`port echo dependentof:python311`) I get an empty line and I can easily uninstall that useless package. Why is `port` unable to work correctly?