Ticket #51054: faust-devel-Portfile.diff

File faust-devel-Portfile.diff, 1.1 KB (added by agraef (Albert Graef), 8 years ago)
  • Portfile

     
    55
    66name                    faust-devel
    77conflicts               faust faust2-devel
    8 version                 0.9.71-20150520
    9 revision                1
    10 git.branch              0bbe67e52d6e5f48b334e519ccc7f70b2ed850a7
     8version                 0.9.73-20160426
     9git.branch              4941ac4e91fac5f65ac663a2cffee1fcda759d85
    1110categories              audio lang
    1211platforms               darwin
    1312maintainers             ryandesign gmail.com:aggraef
     
    3029                        path:lib/libssl.dylib:openssl
    3130
    3231post-patch {
     32    reinplace "s|/usr/local/|/usr/./local/|g" \
     33        ${worksrcpath}/tools/faust2appls/faust2faustvst
    3334    reinplace "s|/usr/local|${prefix}|g" \
    3435        ${worksrcpath}/compiler/parser/enrobage.cpp \
    3536        ${worksrcpath}/compiler/tlib/compatibility.cpp \
     
    4344            }
    4445        }
    4546    }
     47    reinplace "s|/usr/./local/|/usr/local/|g" \
     48        ${worksrcpath}/tools/faust2appls/faust2faustvst
    4649}
    4750
    4851use_configure           no