Changes between Initial Version and Version 1 of Ticket #66113, comment 6


Ignore:
Timestamp:
Mar 9, 2023, 11:15:22 AM (19 months ago)
Author:
kaamui
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66113, comment 6

    initial v1  
    1 Trying to rebuild qt5-qtwebengine with proprietary-codecs, I modified the Portfile to add the corresponding option under `webengine-kerberos \` (the corresponding option is `webengine-proprietary-codecs`. When I do a `sudo port build qt5-qtwebengine` qmake fails with the same message : `Could not resolve SDKPath for macosx12.3 using ...`.
     1Trying to rebuild qt5-qtwebengine with proprietary-codecs, I modified the Portfile to add the corresponding option under `webengine-kerberos \` (the corresponding option is `webengine-proprietary-codecs`). When I do a `sudo port build qt5-qtwebengine`, qmake fails with the same message : `Could not resolve SDKPath for macosx12.3 using ...`.
    22
    33Indeed I don't have this SDK. I only have macosx13.1.
     
    55Any idea how to fix this ?
    66
    7 
    87On a side note, is editing the portfile and dosing `sudo port build myport` the correct way to rebuild a port when just editing the Portfile ? I read the documentation and found examples when you try to change source code but not the portfile itself.
    98