[150059] trunk/dports/_resources/port1.0/group/texlive-1.0.tcl

dports at macports.org dports at macports.org
Sun Jul 10 03:40:34 PDT 2016


Revision: 150059
          https://trac.macports.org/changeset/150059
Author:   dports at macports.org
Date:     2016-07-10 03:40:34 -0700 (Sun, 10 Jul 2016)
Log Message:
-----------
texlive portgroup: make "unknown file destination" warning a ui_debug
since it's harmless but alarming; see, e.g., #51787 & #51788

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

Modified: trunk/dports/_resources/port1.0/group/texlive-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/texlive-1.0.tcl	2016-07-10 10:38:36 UTC (rev 150058)
+++ trunk/dports/_resources/port1.0/group/texlive-1.0.tcl	2016-07-10 10:40:34 UTC (rev 150059)
@@ -256,7 +256,7 @@
                     switch [lindex $splitline 0] {
                         "texmf"      {lset splitline 0 ${texlive_texmfmain}}
                         "texmf-dist" {lset splitline 0 ${texlive_texmfdist}}
-                        default { ui_msg "warning: unknown file destination: $line" }
+                        default { ui_debug "warning: unknown file destination: $line" }
                     }
                     set dstfile [join $splitline "/"]
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160710/c6fe5be8/attachment.html>


More information about the macports-changes mailing list