[139150] trunk/dports/math/gnuplot

mojca at macports.org mojca at macports.org
Tue Aug 4 02:33:04 PDT 2015


Revision: 139150
          https://trac.macports.org/changeset/139150
Author:   mojca at macports.org
Date:     2015-08-04 02:33:04 -0700 (Tue, 04 Aug 2015)
Log Message:
-----------
gnuplot: automatically enable mouse support for caca to avoid compilation failure (#48212)

Modified Paths:
--------------
    trunk/dports/math/gnuplot/Portfile

Added Paths:
-----------
    trunk/dports/math/gnuplot/files/
    trunk/dports/math/gnuplot/files/patch-configure.diff

Modified: trunk/dports/math/gnuplot/Portfile
===================================================================
--- trunk/dports/math/gnuplot/Portfile	2015-08-04 04:32:44 UTC (rev 139149)
+++ trunk/dports/math/gnuplot/Portfile	2015-08-04 09:33:04 UTC (rev 139150)
@@ -50,6 +50,8 @@
 minimum_xcodeversions \
                     {9 3.1}
 
+patchfiles          patch-configure.diff
+
 configure.args      --with-caca=${prefix} \
                     --with-gd=${prefix} \
                     --with-readline=${prefix} \

Added: trunk/dports/math/gnuplot/files/patch-configure.diff
===================================================================
--- trunk/dports/math/gnuplot/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/math/gnuplot/files/patch-configure.diff	2015-08-04 09:33:04 UTC (rev 139150)
@@ -0,0 +1,20 @@
+--- configure.orig
++++ configure
+@@ -14634,6 +14634,7 @@ fi
+ if test "${enable_qt_ok}" = yes \
+   || test "${enable_wxwidgets_ok}" = yes \
+   || test "$GGI_SUPPORT" = yes \
++  || test "$with_caca" = yes \
+   || test "$no_x" != yes; then
+     enable_mouse=yes;
+ fi
+# --- configure.in.orig
+# +++ configure.in
+# @@ -1273,6 +1273,7 @@ dnl build mouse support if any mouse-requiring terminal is selected
+#  if test "${enable_qt_ok}" = yes \
+#    || test "${enable_wxwidgets_ok}" = yes \
+#    || test "$GGI_SUPPORT" = yes \
+# +  || test "$with_caca" = yes \
+#    || test "$no_x" != yes; then
+#      enable_mouse=yes;
+#  fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150804/fa8950c8/attachment.html>


More information about the macports-changes mailing list