Re: [30079] trunk/dports/devel/boehmgc/Portfile
I'm not quite sure but I think that some ports like 'mono' will break with this version of boehmgc. Everyone maintaining a port that uses boehmgc: Please check if your builds break - we'll then need some boehmgc6 port. -Markus On Fri, 2007-10-19 at 01:06 -0700, source_changes@macosforge.org wrote:
Revision 30079 Author boeyms@macports.org Date 2007-10-19 01:06:59 -0700 (Fri, 19 Oct 2007) Log Message boehmgc: update to latest version (7.0) after maintainer timeout. Closes #12843. Modified Paths * trunk/dports/devel/boehmgc/Portfile Diff Modified: trunk/dports/devel/boehmgc/Portfile (30078 => 30079)
--- trunk/dports/devel/boehmgc/Portfile 2007-10-19 07:32:38 UTC (rev 30078) +++ trunk/dports/devel/boehmgc/Portfile 2007-10-19 08:06:59 UTC (rev 30079) @@ -2,7 +2,7 @@
PortSystem 1.0 name boehmgc -version 6.8 +version 7.0 categories devel maintainers waqar@macports.org description Boehm-Demers-Weiser conservative garbage collector @@ -16,7 +16,7 @@ platforms darwin master_sites ${homepage}gc_source/ distname ${d_name}${version} -checksums sha1 6d5def5ba5d29292ba9c76f04df3ec06d3ab3278 +checksums sha1 657d84b702a572f8a510d2c28578a6dbaad3fed2 configure.args --with-threads=posix \ --enable-parallel-mark \ --enable-cplusplus _______________________________________________ macports-changes mailing list macports-changes@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-changes -- Dipl. Inf. (FH) Markus Weissmann http://www.mweissmann.de/ http://www.macports.org/
Le 19 oct. 07 à 11:05, Markus Weissmann a écrit :
I'm not quite sure but I think that some ports like 'mono' will break with this version of boehmgc. Everyone maintaining a port that uses boehmgc: Please check if your builds break - we'll then need some boehmgc6 port.
-Markus
On Fri, 2007-10-19 at 01:06 -0700, source_changes@macosforge.org wrote:
Revision 30079 Author boeyms@macports.org Date 2007-10-19 01:06:59 -0700 (Fri, 19 Oct 2007) Log Message boehmgc: update to latest version (7.0) after maintainer timeout. Closes #12843. Modified Paths * trunk/dports/devel/boehmgc/Portfile Diff Modified: trunk/dports/devel/boehmgc/Portfile (30078 => 30079)
--- trunk/dports/devel/boehmgc/Portfile 2007-10-19 07:32:38 UTC (rev 30078) +++ trunk/dports/devel/boehmgc/Portfile 2007-10-19 08:06:59 UTC (rev 30079) @@ -2,7 +2,7 @@
PortSystem 1.0 name boehmgc -version 6.8 +version 7.0 categories devel maintainers waqar@macports.org description Boehm-Demers-Weiser conservative garbage collector @@ -16,7 +16,7 @@ platforms darwin master_sites ${homepage}gc_source/ distname ${d_name}${version} -checksums sha1 6d5def5ba5d29292ba9c76f04df3ec06d3ab3278 +checksums sha1 657d84b702a572f8a510d2c28578a6dbaad3fed2 configure.args --with-threads=posix \ --enable-parallel-mark \ --enable-cplusplus _______________________________________________ macports-changes mailing list macports-changes@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-changes -- Dipl. Inf. (FH) Markus Weissmann http://www.mweissmann.de/ http://www.macports.org/
As Markus said, this will break Mono, but Mono documentation says we should use the embedded boehmgc version, which provides extra features. By the way, "gc" boehmgc executable conflicts with the graphviz one. -- Anthony Ramine, the infamous MacPorts Trac slave. nox@macports.org
participants (2)
-
Markus Weissmann
-
N_Ox