Changes between Version 2 and Version 3 of Ticket #56991, comment 63


Ignore:
Timestamp:
Sep 26, 2019, 1:21:42 AM (5 years ago)
Author:
Gcenx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 63

    v2 v3  
    1313}}}
    1414
    15 I updated {{{patch-build-make-configure.sh.diff}}} adding the above and then install the port without issue
     15I updated {{{patch-build-make-configure.sh.diff}}} adding the above and then install the port without issue.
     16
     17{{{
     18bash-3.2# port -s install libvpx
     19--->  Computing dependencies for libvpx
     20--->  Fetching distfiles for libvpx
     21--->  Verifying checksums for libvpx
     22--->  Extracting libvpx
     23--->  Applying patches to libvpx
     24--->  Configuring libvpx
     25--->  Building libvpx
     26--->  Staging libvpx into destroot
     27--->  Installing libvpx @1.8.1_0
     28--->  Activating libvpx @1.8.1_0
     29--->  Cleaning libvpx
     30--->  Scanning binaries for linking errors
     31--->  No broken files found.
     32--->  No broken ports found.
     33}}}
     34
     35Done without the +universal hack, so this would also work as an upstream change.
     36
     37Also built using +universal hack
     38{{{
     39bash-3.2# port install libvpx +universal
     40--->  Computing dependencies for libvpx
     41--->  Fetching archive for libvpx
     42--->  Attempting to fetch libvpx-1.8.1_0+universal.darwin_18.i386-x86_64.tbz2 from https://packages.macports.org/libvpx
     43--->  Attempting to fetch libvpx-1.8.1_0+universal.darwin_18.i386-x86_64.tbz2 from http://ywg.ca.packages.macports.org/mirror/macports/packages/libvpx
     44--->  Attempting to fetch libvpx-1.8.1_0+universal.darwin_18.i386-x86_64.tbz2 from http://aus.us.packages.macports.org/macports/packages/libvpx
     45--->  Fetching distfiles for libvpx
     46--->  Verifying checksums for libvpx
     47--->  Extracting libvpx
     48--->  Applying patches to libvpx
     49--->  Configuring libvpx
     50--->  Building libvpx
     51setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     52setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     53setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     54setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     55setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     56setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     57setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     58setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     59setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     60setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     61--->  Staging libvpx into destroot
     62setting destroot SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     63setting destroot SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk
     64--->  Installing libvpx @1.8.1_0+universal
     65--->  Activating libvpx @1.8.1_0+universal
     66--->  Cleaning libvpx
     67--->  Scanning binaries for linking errors
     68--->  No broken files found.
     69--->  No broken ports found.
     70}}}
    1671
    1772