[117041] trunk/dports/devel/tbb/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 13 12:19:02 PST 2014


Revision: 117041
          https://trac.macports.org/changeset/117041
Author:   ryandesign at macports.org
Date:     2014-02-13 12:19:02 -0800 (Thu, 13 Feb 2014)
Log Message:
-----------
tbb: add bug report URLs

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

Modified: trunk/dports/devel/tbb/Portfile
===================================================================
--- trunk/dports/devel/tbb/Portfile	2014-02-13 20:12:33 UTC (rev 117040)
+++ trunk/dports/devel/tbb/Portfile	2014-02-13 20:19:02 UTC (rev 117041)
@@ -71,6 +71,8 @@
 test.target         test
 test.args-append    ${build.args}
 
+# The Makefile does not have an install target.
+# http://software.intel.com/en-us/forums/topic/347428
 destroot.dir        ${worksrcpath}/build/${tbb_build_prefix}_release
 destroot {
     # fix paths
@@ -85,6 +87,7 @@
     copy ${worksrcpath}/include/tbb ${destroot}${prefix}/include/tbb
 
     # fix install_name paths
+    # http://software.intel.com/en-us/forums/topic/505370
     system "install_name_tool -id ${prefix}/lib/libtbb.dylib ${destroot}${prefix}/lib/libtbb.dylib"
     system "install_name_tool -id ${prefix}/lib/libtbbmalloc.dylib ${destroot}${prefix}/lib/libtbbmalloc.dylib"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140213/efc2157e/attachment.html>


More information about the macports-changes mailing list