[91994] trunk/dports/aqua/qtiplot

nicos at macports.org nicos at macports.org
Sun Apr 15 04:19:52 PDT 2012


Revision: 91994
          https://trac.macports.org/changeset/91994
Author:   nicos at macports.org
Date:     2012-04-15 04:19:48 -0700 (Sun, 15 Apr 2012)
Log Message:
-----------
qtiplot: ensuring compilation with qt 4.8, taking maintainership

Modified Paths:
--------------
    trunk/dports/aqua/qtiplot/Portfile

Added Paths:
-----------
    trunk/dports/aqua/qtiplot/files/patch-qwt3d_openglhelper.diff

Modified: trunk/dports/aqua/qtiplot/Portfile
===================================================================
--- trunk/dports/aqua/qtiplot/Portfile	2012-04-15 08:39:34 UTC (rev 91993)
+++ trunk/dports/aqua/qtiplot/Portfile	2012-04-15 11:19:48 UTC (rev 91994)
@@ -8,7 +8,7 @@
 version             0.9.8.9
 categories          aqua science
 license             GPL-2+
-maintainers         nomaintainer
+maintainers         nicos openmaintainer
 
 description         Data Analysis and Scientific Plotting
 long_description    Similar to Origin or SigmaPlot, QtiPlot can be used to \
@@ -34,7 +34,8 @@
 
 patchfiles          patch-ApplicationWindow.diff \
                     patch-qti.sip.diff \
-                    patch-scripting.pri.diff
+                    patch-scripting.pri.diff \
+                    patch-qwt3d_openglhelper.diff
 
 #Workaround as qtiplot build-phase hangs indefinitely on 
 #Lion (ticket #30761)

Added: trunk/dports/aqua/qtiplot/files/patch-qwt3d_openglhelper.diff
===================================================================
--- trunk/dports/aqua/qtiplot/files/patch-qwt3d_openglhelper.diff	                        (rev 0)
+++ trunk/dports/aqua/qtiplot/files/patch-qwt3d_openglhelper.diff	2012-04-15 11:19:48 UTC (rev 91994)
@@ -0,0 +1,12 @@
+--- 3rdparty/qwtplot3d/include/qwt3d_openglhelper.h.orig	2011-08-24 19:25:09.000000000 +0900
++++ 3rdparty/qwtplot3d/include/qwt3d_openglhelper.h	2012-04-15 18:51:08.000000000 +0900
+@@ -6,6 +6,9 @@
+ #include <qgl.h>
+ #else
+ #include <QtOpenGL/qgl.h>
++#ifndef __glu_h__
++#include <OpenGL/glu.h>
++#endif
+ #endif
+ 
+ namespace Qwt3D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120415/23f7f558/attachment.html>


More information about the macports-changes mailing list