[120324] trunk/dports/x11/grace/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 22 22:57:38 PDT 2014


Revision: 120324
          https://trac.macports.org/changeset/120324
Author:   ryandesign at macports.org
Date:     2014-05-22 22:57:38 -0700 (Thu, 22 May 2014)
Log Message:
-----------
grace: use -O1; higher optimization levels apparently cause xmgrace to crash for some users (#43264)

Modified Paths:
--------------
    trunk/dports/x11/grace/Portfile

Modified: trunk/dports/x11/grace/Portfile
===================================================================
--- trunk/dports/x11/grace/Portfile	2014-05-23 04:45:13 UTC (rev 120323)
+++ trunk/dports/x11/grace/Portfile	2014-05-23 05:57:38 UTC (rev 120324)
@@ -5,7 +5,7 @@
 
 name			    grace
 version			    5.1.23
-revision        2
+revision            3
 categories		    x11 math science print
 license             GPL-2+
 platforms		    darwin
@@ -36,6 +36,8 @@
 
 patchfiles          patch-configure.diff
 
+# The default optimization level apparently causes xmgrace to crash for some users.
+configure.optflags  -O1
 configure.pre_args  --prefix=${prefix}/lib
 configure.args      --with-helpviewer="${prefix}/bin/openbrowser ${prefix}/share/doc/${name}/`basename %s`" \
                     --x-include=${prefix}/include --x-lib=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140522/2d334270/attachment.html>


More information about the macports-changes mailing list