[97706] trunk/dports/lang/gcc45/Portfile

cal at macports.org cal at macports.org
Wed Sep 12 12:48:28 PDT 2012


Revision: 97706
          http://trac.macports.org//changeset/97706
Author:   cal at macports.org
Date:     2012-09-12 12:48:28 -0700 (Wed, 12 Sep 2012)
Log Message:
-----------
gcc45: Fix incorrect depspec for libstdc++

path-style depspecs without slash cause the regex applied on them to
fail, which in term causes a variable to be undefined. Base chokes on
this.

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

Modified: trunk/dports/lang/gcc45/Portfile
===================================================================
--- trunk/dports/lang/gcc45/Portfile	2012-09-12 19:47:30 UTC (rev 97705)
+++ trunk/dports/lang/gcc45/Portfile	2012-09-12 19:48:28 UTC (rev 97706)
@@ -60,7 +60,7 @@
                     sha256  98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781
 
 depends_lib         port:gmp port:mpfr port:libiconv port:libmpc port:ppl
-depends_run         port:gcc_select port:ld64 port:cctools path:.libstdcxx:libstdcxx
+depends_run         port:gcc_select port:ld64 port:cctools path:lib/.libstdcxx:libstdcxx
 
 depends_skip_archcheck-append gcc_select ld64 cctools
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120912/5ef97b3f/attachment.html>


More information about the macports-changes mailing list