[32600] trunk/base/portmgr/ReleaseProcess

jmpp at macports.org jmpp at macports.org
Tue Jan 8 14:13:09 PST 2008


Revision: 32600
          http://trac.macosforge.org/projects/macports/changeset/32600
Author:   jmpp at macports.org
Date:     2008-01-08 14:13:07 -0800 (Tue, 08 Jan 2008)

Log Message:
-----------
Itemize binaries that need linking verification when building the dmg, for better readability.

Modified Paths:
--------------
    trunk/base/portmgr/ReleaseProcess

Modified: trunk/base/portmgr/ReleaseProcess
===================================================================
--- trunk/base/portmgr/ReleaseProcess	2008-01-08 22:04:02 UTC (rev 32599)
+++ trunk/base/portmgr/ReleaseProcess	2008-01-08 22:13:07 UTC (rev 32600)
@@ -177,10 +177,13 @@
  * Linking: libraries and binaries should not be linked against anything that's not present by default
    on a vanilla Mac OS X installation + developer tools, excluding even the MacPorts installation prefix;
    this can be accomplished through the use of otool's -L flag. Currently the libraries and binaries in need
-   of linking validation are: ${destroot}/Library/Tcl/macports1.0/MacPorts.dylib, ${destroot}/opt/local/bin/daemondo
-   ${destroot}/opt/local/share/macports/Tcl/darwintrace1.0/darwintrace.dylib, ${destroot}/opt/local/share/macports/\
-   Tcl/pextlib1.0/Pextlib.dylib, ${destroot}/opt/local/share/macports/Tcl/registry2.0/registry.dylib and
-   ${destroot}/opt/local/share/macports/Tcl/tclobjc1.0/tclobjc.dylib.
+   of linking validation are:
+             ${destroot}/Library/Tcl/macports1.0/MacPorts.dylib
+	     ${destroot}/opt/local/bin/daemondo
+	     ${destroot}/opt/local/share/macports/Tcl/darwintrace1.0/darwintrace.dylib
+	     ${destroot}/opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib
+	     ${destroot}/opt/local/share/macports/Tcl/registry2.0/registry.dylib
+	     ${destroot}/opt/local/share/macports/Tcl/tclobjc1.0/tclobjc.dylib
  * Universal building: When building for Tiger and above, all the files that need linking confirmation in the
    step above also need to be confirmed of the universal type. A way to do this is through the file(1) command:
              file ${destroot}/opt/local/bin/daemondo:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080108/6eedd0eb/attachment.html


More information about the macports-changes mailing list