[55942] trunk/dports/devel

raimue at macports.org raimue at macports.org
Fri Aug 21 09:58:33 PDT 2009


Revision: 55942
          http://trac.macports.org/changeset/55942
Author:   raimue at macports.org
Date:     2009-08-21 09:58:32 -0700 (Fri, 21 Aug 2009)
Log Message:
-----------
devel/valgrind:
Version 3.5.0 released, updated and moving to the official tree

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

Added Paths:
-----------
    trunk/dports/devel/valgrind/

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- users/raimue/ports/devel/valgrind/Portfile	2009-08-20 11:07:12 UTC (rev 55849)
+++ trunk/dports/devel/valgrind/Portfile	2009-08-21 16:58:32 UTC (rev 55942)
@@ -2,29 +2,41 @@
 
 PortSystem 1.0
 
-name                    valgrind
-svn.tag                 10321
-version                 3.5.0-r${svn.tag}
-categories              devel
-platforms               darwin
-maintainers             raimue
+name            valgrind
+version         3.5.0
+categories      devel
+platforms       darwin
+maintainers     raimue
 
-description             Valgrind is a powerful open-source memory debugger.
+description     Valgrind is a powerful open-source memory debugger.
 long_description \
     Valgrind is a powerful open-source memory debugger. This is a port of \
     Valgrind for Mac OS X. It is UNSUPPORTED and INCOMPLETE and BUGGY. It may \
     not find bugs in your program, or run your program correctly, or run your \
     program at all.
-homepage                http://www.sealiesoftware.com/valgrind/
+homepage        http://valgrind.org
+master_sites    http://valgrind.org/downloads
+use_bzip2 yes
 
-fetch.type              svn
-svn.url                 svn://svn.valgrind.org/valgrind/trunk
-worksrcdir              trunk
+depends_build   bin:perl:perl5
+# Ignore trace reports about boost, Qt and OpenMP
+# as they are only used for tests
 
-depends_build           bin:svn:subversion
+configure.args  --mandir=${prefix}/share/man \
+                --without-mpicc
 
-pre-configure {
-    system "cd ${worksrcpath} && ./autogen.sh"
+checksums       md5     f03522a4687cf76c676c9494fcc0a517 \
+                sha1    76678c2617278cc9fbda1232e4e56fb2a96b0eb8 \
+                rmd160  dd0ca80d73daac774b9352fe7a07ab72aae767c9
+
+variant mpich2 description {Use mpich2 for MPI support} {
+    depends_lib-append port:mpich2
+    configure.args-delete --without-mpicc
+    configure.args-append --with-mpicc=${prefix}/bin/mpicc
 }
 
-livecheck.check         none
+variant openmpi description {Use openmpi for MPI support} {
+    depends_lib-append port:openmpi
+    configure.args-delete --without-mpicc
+    configure.args-append --with-mpicc=${prefix}/bin/mpicc
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090821/ef7cbee3/attachment.html>


More information about the macports-changes mailing list