Opened 2 years ago

Closed 12 months ago

#64746 closed update (fixed)

Update VTE when compiler selection updated

Reported by: ctreleaven (Craig Treleaven) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: vte

Description

VTE now requires a C++20 compiler, see:

https://gitlab.gnome.org/GNOME/vte/-/blob/master/meson.build

However, MacPorts base does not support enforcing C++20 as yet. See #64745

Also, I believe that vte should create a 'opt/local/lib/libvte.dylib' in addtion to the versioned libs but does not with vte 0.56.4.

$ ls -l /opt/local/lib/libvte*
-rwxr-xr-x 1 root 423392 Apr  6  2021 /opt/local/lib/libvte-2.91.0.dylib
-rw-r--r-- 1 root 621152 Apr  6  2021 /opt/local/lib/libvte-2.91.a
lrwxr-xr-x 1 root     19 Apr  6  2021 /opt/local/lib/libvte-2.91.dylib -> libvte-2.91.0.dylib

Hopefully the vte update will provide the unversioned library.

Note that vte now uses the meson build system so the existing port will require some mods.

Change History (5)

comment:1 Changed 2 years ago by ctreleaven (Craig Treleaven)

See #62677

comment:2 Changed 2 years ago by ctreleaven (Craig Treleaven)

Owner: set to dbevans
Status: newassigned

comment:3 in reply to:  description Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ctreleaven:

I believe that vte should create a 'opt/local/lib/libvte.dylib' in addtion to the versioned libs but does not with vte 0.56.4.

$ ls -l /opt/local/lib/libvte*
-rwxr-xr-x 1 root 423392 Apr  6  2021 /opt/local/lib/libvte-2.91.0.dylib
-rw-r--r-- 1 root 621152 Apr  6  2021 /opt/local/lib/libvte-2.91.a
lrwxr-xr-x 1 root     19 Apr  6  2021 /opt/local/lib/libvte-2.91.dylib -> libvte-2.91.0.dylib

Hopefully the vte update will provide the unversioned library.

Don't do that. That would make it conflict with the vte-gtk2-compat port.

comment:4 Changed 12 months ago by mascguy (Christopher Nielsen)

Owner: changed from dbevans to mascguy

comment:5 Changed 12 months ago by mascguy (Christopher Nielsen)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.