New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81126


Ignore:
Timestamp:
07/25/11 16:42:29 (4 years ago)
Author:
ryandesign@…
Message:

faust: update to 0.9.43; support build_arch; add universal variant

Location:
trunk/dports/audio/faust
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/faust/Portfile

    r74772 r81126  
    55 
    66name                    faust 
    7 version                 0.9.30 
     7version                 0.9.43 
    88categories              audio lang 
    99platforms               darwin 
     
    1919                        and plugins. 
    2020 
    21 checksums               sha1    b8c96e65d081b4ea94fadc1a71b3db2262ee3a9c \ 
    22                         rmd160  3ca726396d16c1e17be87c82f42915db0d85e59f 
     21checksums               sha1    6591357eb48ff67dfd9b2fbbc10f3e59d2b9e1f0 \ 
     22                        rmd160  f98cb39f1a141240dc92bb75b68fbd7599d407aa 
    2323 
    2424patchfiles-append       patch-prefix.diff 
     
    3636use_configure           no 
    3737 
     38variant universal {} 
     39if {[variant_isset universal]} { 
     40    set archflags ${configure.universal_cxxflags} 
     41} else { 
     42    set archflags ${configure.cxx_archflags} 
     43} 
     44 
    3845build.args-append       prefix=${prefix} \ 
    39                         CXX=${configure.cxx} 
     46                        CXX="${configure.cxx} ${archflags}" 
    4047 
    4148destroot.destdir        prefix=${destroot}${prefix} 
  • trunk/dports/audio/faust/files/patch-prefix.diff

    r67147 r81126  
    1 --- compiler/parser/enrobage.cpp.orig   2010-03-26 01:47:05.000000000 -0500 
    2 +++ compiler/parser/enrobage.cpp        2010-04-30 03:22:04.000000000 -0500 
    3 @@ -110,12 +110,6 @@ 
     1--- compiler/parser/enrobage.cpp.orig   2011-07-21 11:02:24.000000000 -0500 
     2+++ compiler/parser/enrobage.cpp        2011-07-25 18:13:35.000000000 -0500 
     3@@ -198,12 +198,6 @@ 
    44                f->open(filename);  
    55                if (f->good()) return f; else delete f; 
     
    1414        return 0; 
    1515 } 
    16 @@ -292,9 +286,6 @@ 
     16@@ -387,9 +381,6 @@ 
    1717     if ((f = fopenat(fullpath, "/usr/local/lib/faust", filename))) {  
    1818        return f; 
Note: See TracChangeset for help on using the changeset viewer.