[75770] trunk/dports

jmr at macports.org jmr at macports.org
Mon Feb 7 16:39:33 PST 2011


Revision: 75770
          http://trac.macports.org/changeset/75770
Author:   jmr at macports.org
Date:     2011-02-07 16:39:31 -0800 (Mon, 07 Feb 2011)
Log Message:
-----------
csound, xdiskusage: set 32-bit supported_archs due to fltk dependency

Modified Paths:
--------------
    trunk/dports/audio/csound/Portfile
    trunk/dports/x11/xdiskusage/Portfile

Modified: trunk/dports/audio/csound/Portfile
===================================================================
--- trunk/dports/audio/csound/Portfile	2011-02-08 00:30:43 UTC (rev 75769)
+++ trunk/dports/audio/csound/Portfile	2011-02-08 00:39:31 UTC (rev 75770)
@@ -20,6 +20,9 @@
 checksums      md5 2fd893dfa0256f64fb20dc8772f0c051
 depends_lib    port:fltk
 
+# fltk is 32-bit only
+supported_archs i386 ppc
+
 configure.args --infodir=${prefix}/share/info
 
 post-build {

Modified: trunk/dports/x11/xdiskusage/Portfile
===================================================================
--- trunk/dports/x11/xdiskusage/Portfile	2011-02-08 00:30:43 UTC (rev 75769)
+++ trunk/dports/x11/xdiskusage/Portfile	2011-02-08 00:39:31 UTC (rev 75770)
@@ -18,6 +18,9 @@
 
 depends_lib		port:fltk
 
+# fltk is 32-bit only
+supported_archs i386 ppc
+
 build.args-append CXXFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 
 destroot.destdir	prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110207/aa3e9dc7/attachment.html>


More information about the macports-changes mailing list