burn-app: invalid platforms and missing dependency
burn-app has platform selectors for i386, x86_64, ppc and ppc64. The only one of those platform selectors that's actually valid is i386. The other available platform selector is powerpc. There are no 32-bit vs. 64-bit platform selectors. Platform selectors are only for PowerPC vs. Intel.
Also, if you're going to assume ${prefix}/lib/libiconv.2.dylib exists, you had better declare a dependency on the libiconv port.
Change History (5)
Summary: |
burn-app platorms an dependences →
burn-app: invalid platorms and missing dependency
|
Summary: |
burn-app: invalid platorms and missing dependency →
burn-app: invalid platforms and missing dependency
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Thanks for your suggestions. Has been a while since I wrote this port.
Committed in r48523, also bumped revision so the new dependency is recorded correctly for everyone in the registry.