most recent changes, diff for atomicparsley
Index: multimedia/AtomicParsley/Portfile
--- multimedia/AtomicParsley/Portfile (revision 29855)
+++ multimedia/AtomicParsley/Portfile (revision 29856)
@@ -20,6 +20,12 @@
use_configure no
build.cmd ./build
+pre-build {
+ # fix usage of private type, b0rked in Leopard
+ # -eridius
+ reinplace s|_NSBitmapImageFileType|NSBitmapImageFileType|g ${worksrcpath}/AP_NSImage.mm
+}
+
destroot {
xinstall -m 755 -d ${destroot}${prefix}/bin
xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin