Opened 4 months ago

Last modified 4 months ago

#69999 new defect

libstemmer @2.2.0 does not respect sdk version — at Version 1

Reported by: lukaso (Lukas Oberhuber) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: libstemmer

Description (last modified by lukaso (Lukas Oberhuber))

Even after setting this, the build still leaves libstemmer build for the MacOS version it is running on:

  echo 'macosx_deployment_target 11.0' | tee -a ${PREFIX}/etc/macports/macports.conf
  echo 'macosx_sdk_version 11.3' | tee -a ${PREFIX}/etc/macports/macports.conf

However otool -l

is returning:

    minos 11.0
      sdk 13.3

The minos is correct, however the sdk version is not.

Similar issue to https://trac.macports.org/ticket/69944

Change History (1)

comment:1 Changed 4 months ago by lukaso (Lukas Oberhuber)

Description: modified (diff)
Note: See TracTickets for help on using tickets.