[93327] trunk/dports/lang/dmd/Portfile

and.damore at macports.org and.damore at macports.org
Sun May 20 01:59:42 PDT 2012


Revision: 93327
          https://trac.macports.org/changeset/93327
Author:   and.damore at macports.org
Date:     2012-05-20 01:59:40 -0700 (Sun, 20 May 2012)
Log Message:
-----------
port dmd: reverting r93316 that was causing a circular dependency since druntime depends on dmd, adding a note suggesting to install dmd related ports when an user installs dmd

Revision Links:
--------------
    https://trac.macports.org/changeset/93316

Modified Paths:
--------------
    trunk/dports/lang/dmd/Portfile

Modified: trunk/dports/lang/dmd/Portfile
===================================================================
--- trunk/dports/lang/dmd/Portfile	2012-05-20 08:31:35 UTC (rev 93326)
+++ trunk/dports/lang/dmd/Portfile	2012-05-20 08:59:40 UTC (rev 93327)
@@ -6,7 +6,7 @@
 
 set dlang           D-Programming-Language
 github.setup        ${dlang} dmd 2.059 v
-revision            3
+revision            4
 categories          lang
 platforms           darwin
 supported_archs     i386 x86_64
@@ -25,9 +25,6 @@
 
 worksrcdir          ${name}
 
-depends_run         port:druntime \
-                    port:phobos
-
 post-patch {
     reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/src/posix.mak
     reinplace "s|gcc|${configure.cc}|" ${worksrcpath}/src/link.c
@@ -78,3 +75,8 @@
 DFLAGS=-I${prefix}/include/druntime -I${prefix}/include/phobos -L-L${prefix}/lib"
     close $conf
 }
+
+notes {
+    In order to have a complete dmd runtime environment consider installing the following ports:
+    druntime phobos dmd-tools }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/d04f877b/attachment.html>


More information about the macports-changes mailing list