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

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 6 02:31:02 PST 2007


Revision: 30758
          http://trac.macosforge.org/projects/macports/changeset/30758
Author:   mww at macports.org
Date:     2007-11-06 02:31:01 -0800 (Tue, 06 Nov 2007)

Log Message:
-----------
version 1.2.5.2; cleanup dependencies;

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

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2007-11-06 10:21:28 UTC (rev 30757)
+++ trunk/dports/devel/mono/Portfile	2007-11-06 10:31:01 UTC (rev 30758)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			mono
-version			1.2.5.1
-revision		1
+version			1.2.5.2
 categories		devel lang mono
 platforms		darwin
 maintainers		mww
@@ -15,28 +14,26 @@
 
 homepage		http://www.go-mono.com/
 master_sites		http://go-mono.com/sources/mono/
-checksums		sha1 c5f843cfdbb1d0114059c7d2d9ba2477529d22a8
+checksums		sha1 006a9e2e6a5abc09a01a9eb65af4b39a1f683701
 use_bzip2		yes
 
-depends_build		port:gawk
-depends_lib		port:pkgconfig port:gettext port:glib2 port:icu \
+depends_build		port:pkgconfig port:bison port:gawk
+depends_lib		port:gettext port:glib2 port:icu \
 			port:libiconv port:zlib port:libgdiplus
 
 patchfiles		patch-configure
 
 configure.env-append	ACLOCAL_FLAGS="-I ${prefix}/share/aclocal" \
 			PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig" \
-			AWK="${prefix}/bin/gawk"
+			AWK="${prefix}/bin/gawk" \
+			BISON="${prefix}/bin/bison" \
+			PKG_CONFIG="${prefix}/bin/pkg-config"
 configure.args		--with-gc=included \
 			--with-preview=yes \
 			--without-sigaltstack \
 			--with-libgdiplus=${prefix} \
 			--mandir=${prefix}/share/man
 
-# nasty workaround:
-# mono sometimes fails to compile at 1st attempt (just trying again solves this)
-build.cmd		${build.cmd} ${build.target} || ${build.cmd}
-
 #destroot.env	DYLD_LIBRARY_PATH=${worksrcpath}/mono/mini/.libs:${worksrcpath}/mono/interpreter/.libs:${prefix}/lib:${x11prefix}/lib
 
 test.run		yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071106/811d3346/attachment.html


More information about the macports-changes mailing list