[146912] trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

mcalhoun at macports.org mcalhoun at macports.org
Sun Mar 20 10:55:04 PDT 2016


Revision: 146912
          https://trac.macports.org/changeset/146912
Author:   mcalhoun at macports.org
Date:     2016-03-20 10:55:04 -0700 (Sun, 20 Mar 2016)
Log Message:
-----------
muniversal-1.0.tcl: ignore timestamp difference in Python byte code files

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2016-03-20 17:52:54 UTC (rev 146911)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2016-03-20 17:55:04 UTC (rev 146912)
@@ -626,6 +626,12 @@
                                             ui_debug "universal: merge: ${prefixDir}/${fl} differs in ${base1} and ${base2}; assume trivial difference"
                                             copy ${dir1}/${fl} ${dir}
                                         }
+                                        *.pyc {
+                                            # pyc files should be same across architectures
+                                            # the timestamp is recorded, however
+                                            ui_debug "universal: merge: ${prefixDir}/${fl} differs in ${base1} and ${base2}; assume trivial difference"
+                                            copy ${dir1}/${fl} ${dir}
+                                        }
                                         *.elc {
                                             # elc files can be different because they record when and where they were built.
                                             ui_debug "universal: merge: ${prefixDir}/${fl} differs in ${base1} and ${base2}; assume trivial difference"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160320/46b11e75/attachment.html>


More information about the macports-changes mailing list