[112866] trunk/dports/math/octave-devel/Portfile

michaelld at macports.org michaelld at macports.org
Sat Nov 2 19:31:20 PDT 2013


Revision: 112866
          https://trac.macports.org/changeset/112866
Author:   michaelld at macports.org
Date:     2013-11-02 19:31:19 -0700 (Sat, 02 Nov 2013)
Log Message:
-----------
octave-devel: fix comment about requiring LANG="C" for /usr/bin/sed in 10.8 or newer.

Modified Paths:
--------------
    trunk/dports/math/octave-devel/Portfile

Modified: trunk/dports/math/octave-devel/Portfile
===================================================================
--- trunk/dports/math/octave-devel/Portfile	2013-11-03 02:28:23 UTC (rev 112865)
+++ trunk/dports/math/octave-devel/Portfile	2013-11-03 02:31:19 UTC (rev 112866)
@@ -119,8 +119,10 @@
     if {${os.major} > 12} {
 
         # In 10.8+, the LANG environment variable needs to be set to
-        # "C" otherwise /usr/bin/sed fails with an error, if you
-        # installed gsed with default name this should have no effect.
+        # "C" otherwise /usr/bin/sed fails with an error.  Ideally,
+        # octave's build system would honor the environment variable
+        # ${SED} throughout; reality is that it does not, so this
+        # addition is required because /usr/bin/sed will be used.
 
         build.args-append LANG="C"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131102/b005df99/attachment.html>


More information about the macports-changes mailing list