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

jmr at macports.org jmr at macports.org
Thu Jun 23 11:32:11 PDT 2011


Revision: 79694
          http://trac.macports.org/changeset/79694
Author:   jmr at macports.org
Date:     2011-06-23 11:32:11 -0700 (Thu, 23 Jun 2011)
Log Message:
-----------
muniversal: remove comments from inserted preprocessor directives, since files may differ inside comments and C does not allow nested comments (#25439)

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	2011-06-23 17:36:07 UTC (rev 79693)
+++ trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl	2011-06-23 18:32:11 UTC (rev 79694)
@@ -585,15 +585,15 @@
         # See http://www.gnu.org/software/diffutils/manual/html_mono/diff.html#If-then-else
         # See http://www.gnu.org/software/diffutils/manual/html_mono/diff.html#Detailed%20If-then-else
         set diffFormatProc {--old-group-format='#if (defined(__ppc__) || defined(__ppc64__))
- %<#endif /* __ppc__ || __ppc64__ */
+ %<#endif
 ' \
 --new-group-format='#if defined (__i386__) || defined(__x86_64__)
-%>#endif /* __i386__ || __x86_64__ */
+%>#endif
 ' \
 --unchanged-group-format='%=' \
 --changed-group-format='#if (defined(__ppc__) || defined(__ppc64__))
-%<#else /* ! __ppc__ && ! __ppc64__ */
-%>#endif /* __ppc__ || __ppc64__ */
+%<#else
+%>#endif
 '}
 
         set diffFormatM "-D __LP64__"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110623/6900c237/attachment.html>


More information about the macports-changes mailing list