[46605] trunk/dports/devel/mono/Portfile

mww at macports.org mww at macports.org
Sun Feb 8 14:54:05 PST 2009


Revision: 46605
          http://trac.macports.org/changeset/46605
Author:   mww at macports.org
Date:     2009-02-08 14:54:05 -0800 (Sun, 08 Feb 2009)
Log Message:
-----------
version 2.2

Modified Paths:
--------------
    trunk/dports/devel/mono/Portfile

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2009-02-08 22:52:21 UTC (rev 46604)
+++ trunk/dports/devel/mono/Portfile	2009-02-08 22:54:05 UTC (rev 46605)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name             mono
-version          2.0.1
-revision         1
+version          2.2
 categories       devel lang mono
 platforms        darwin
 maintainers      mww
@@ -17,9 +16,9 @@
 master_sites     ${homepage}sources/${name}/
 use_bzip2        yes
 
-checksums        md5 60ab4d1d1990826578891e90cd560fa0 \
-                 sha1 1c06d614b9b83ca0c8cff98d06136fd5a17344e2 \
-                 rmd160 ecada26dc398f0ea4cc4cae62885f4d1438bd540
+checksums           md5     da147e24d14a73d8ad52775dd4a3d165 \
+                    sha1    028c061ba4f4631c4ff10a15b832211a67ec5858 \
+                    rmd160  664f09ccd8822b62d94d242871b956b00adae7b6
 
 depends_build    port:pkgconfig port:gawk
 depends_lib      port:gettext port:glib2 port:icu \
@@ -27,14 +26,16 @@
 
 patchfiles       patch-configure.diff
 
-configure.env-append    ACLOCAL_FLAGS="-I ${prefix}/share/aclocal" \
-                 PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig" \
-                 PKG_CONFIG="${prefix}/bin/pkg-config"
+configure.pkg_config    "${prefix}/bin/pkg-config"
+configure.pkg_config_path "${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig"
+configure.cppflags	"-I${worksrcpath}/libgc/include -I${prefix}/include"
+configure.env-append    ACLOCAL_FLAGS="-I ${prefix}/share/aclocal"
 
 configure.args   --with-gc=included \
                  --with-preview=yes \
                  --without-sigaltstack \
-                 --with-libgdiplus=${prefix}
+                 --with-libgdiplus=${prefix} \
+                 --disable-dtrace
 
 test.run         yes
 test.target      check
@@ -70,7 +71,6 @@
     configure.cflags-append    -D_NONSTD_SOURCE
     configure.cxxflags-append    -D_NONSTD_SOURCE
     patchfiles-append patch-interp.h.diff patch-sys-mman.c.diff \
-        patch-mono-mini-mini-ppc.h.diff \
         patch-mono-mini-mini-x86.h.diff \
         patch-libgc-darwin_stop_world.c.diff
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090208/6e891b7e/attachment.html>


More information about the macports-changes mailing list