[81126] trunk/dports/audio/faust

ryandesign at macports.org ryandesign at macports.org
Mon Jul 25 16:42:30 PDT 2011


Revision: 81126
          http://trac.macports.org/changeset/81126
Author:   ryandesign at macports.org
Date:     2011-07-25 16:42:29 -0700 (Mon, 25 Jul 2011)
Log Message:
-----------
faust: update to 0.9.43; support build_arch; add universal variant

Modified Paths:
--------------
    trunk/dports/audio/faust/Portfile
    trunk/dports/audio/faust/files/patch-prefix.diff

Modified: trunk/dports/audio/faust/Portfile
===================================================================
--- trunk/dports/audio/faust/Portfile	2011-07-25 23:41:44 UTC (rev 81125)
+++ trunk/dports/audio/faust/Portfile	2011-07-25 23:42:29 UTC (rev 81126)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    faust
-version                 0.9.30
+version                 0.9.43
 categories              audio lang
 platforms               darwin
 maintainers             ryandesign
@@ -18,8 +18,8 @@
                         specifically designed for realtime audio applications \
                         and plugins.
 
-checksums               sha1    b8c96e65d081b4ea94fadc1a71b3db2262ee3a9c \
-                        rmd160  3ca726396d16c1e17be87c82f42915db0d85e59f
+checksums               sha1    6591357eb48ff67dfd9b2fbbc10f3e59d2b9e1f0 \
+                        rmd160  f98cb39f1a141240dc92bb75b68fbd7599d407aa
 
 patchfiles-append       patch-prefix.diff
 
@@ -35,8 +35,15 @@
 
 use_configure           no
 
+variant universal {}
+if {[variant_isset universal]} {
+    set archflags ${configure.universal_cxxflags}
+} else {
+    set archflags ${configure.cxx_archflags}
+}
+
 build.args-append       prefix=${prefix} \
-                        CXX=${configure.cxx}
+                        CXX="${configure.cxx} ${archflags}"
 
 destroot.destdir        prefix=${destroot}${prefix}
 

Modified: trunk/dports/audio/faust/files/patch-prefix.diff
===================================================================
--- trunk/dports/audio/faust/files/patch-prefix.diff	2011-07-25 23:41:44 UTC (rev 81125)
+++ trunk/dports/audio/faust/files/patch-prefix.diff	2011-07-25 23:42:29 UTC (rev 81126)
@@ -1,6 +1,6 @@
---- compiler/parser/enrobage.cpp.orig	2010-03-26 01:47:05.000000000 -0500
-+++ compiler/parser/enrobage.cpp	2010-04-30 03:22:04.000000000 -0500
-@@ -110,12 +110,6 @@
+--- compiler/parser/enrobage.cpp.orig	2011-07-21 11:02:24.000000000 -0500
++++ compiler/parser/enrobage.cpp	2011-07-25 18:13:35.000000000 -0500
+@@ -198,12 +198,6 @@
  		f->open(filename); 
  		if (f->good()) return f; else delete f;
  	}
@@ -13,7 +13,7 @@
  	
  	return 0;
  }
-@@ -292,9 +286,6 @@
+@@ -387,9 +381,6 @@
      if ((f = fopenat(fullpath, "/usr/local/lib/faust", filename))) { 
      	return f;
      }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110725/e8f3ab30/attachment.html>


More information about the macports-changes mailing list