15 | | I updated {{{patch-build-make-configure.sh.diff}}} adding the above and then install the port without issue |
| 15 | I updated {{{patch-build-make-configure.sh.diff}}} adding the above and then install the port without issue. |
| 16 | |
| 17 | {{{ |
| 18 | bash-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 | |
| 35 | Done without the +universal hack, so this would also work as an upstream change. |
| 36 | |
| 37 | Also built using +universal hack |
| 38 | {{{ |
| 39 | bash-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 |
| 51 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 52 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 53 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 54 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 55 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 56 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 57 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 58 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 59 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 60 | setting build SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 61 | ---> Staging libvpx into destroot |
| 62 | setting destroot SDKROOT to /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk |
| 63 | setting 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 | }}} |