17 | | It fails on patching, but I sort of expected that; I will probably need to just take the applied patches and handle them differently so that multiple patches don't touch the same files. |
| 17 | The output of this is: |
| 18 | |
| 19 | {{{ |
| 20 | Portfile for ftgl changed since last build; discarding previous state. |
| 21 | ---> Fetching distfiles for ftgl |
| 22 | Warning: all dist files: [{ } ftgl-2.4.0.tar.gz] 2 |
| 23 | Warning: all dist files: [ftgl-2.4.0.tar.gz] 1 |
| 24 | Warning: Distfiles: [ftgl-2.4.0.tar.gz] 1 |
| 25 | Warning: Distname: ftgl-2.4.0 |
| 26 | ---> Verifying checksums for ftgl |
| 27 | ---> Extracting ftgl |
| 28 | }}} |
| 29 | |
| 30 | It isn't clear to me why `$all_dist_files` has `{ }` in it, but that's what's causing this particular failure. |
| 31 | |
| 32 | The next step fails on patching, but I sort of expected that; I will probably need to just take the applied patches and handle them differently so that multiple patches don't touch the same files. |