[133725] trunk/dports/_resources/port1.0/group/octave-1.0.tcl

michaelld at macports.org michaelld at macports.org
Mon Mar 9 09:49:23 PDT 2015


Revision: 133725
          https://trac.macports.org/changeset/133725
Author:   michaelld at macports.org
Date:     2015-03-09 09:49:23 -0700 (Mon, 09 Mar 2015)
Log Message:
-----------
octave 1.0 PortGroup: combine post-patch and pre-configure into the latter only, to allow for using post-patch in Portfiles.

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

Modified: trunk/dports/_resources/port1.0/group/octave-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/octave-1.0.tcl	2015-03-09 16:42:54 UTC (rev 133724)
+++ trunk/dports/_resources/port1.0/group/octave-1.0.tcl	2015-03-09 16:49:23 UTC (rev 133725)
@@ -93,7 +93,7 @@
     }
 }
 
-post-patch {
+pre-configure {
 
     # In 10.8+, set the locale to "C" otherwise /usr/bin/sed can fail
     # with an error when processing unicode characters.
@@ -123,10 +123,6 @@
     delete ${worksrcpath}
     xinstall -d -m 755 ${worksrcpath}
 
-}
-
-pre-configure {
-
     # set parameters, now that variables are available for use
 
     configure.cmd ${prefix}/bin/octave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150309/ddaee109/attachment.html>


More information about the macports-changes mailing list