[93772] branches/mld-qt-481/dports/graphics/qwtplot3d

michaelld at macports.org michaelld at macports.org
Wed May 30 17:03:52 PDT 2012


Revision: 93772
          https://trac.macports.org/changeset/93772
Author:   michaelld at macports.org
Date:     2012-05-30 17:03:51 -0700 (Wed, 30 May 2012)
Log Message:
-----------
qwtplot3d in qt4-mac branch : fix for Qt 4.8.2.

Modified Paths:
--------------
    branches/mld-qt-481/dports/graphics/qwtplot3d/Portfile

Added Paths:
-----------
    branches/mld-qt-481/dports/graphics/qwtplot3d/files/patch-include_qwt3d_openglhelper.h.diff

Modified: branches/mld-qt-481/dports/graphics/qwtplot3d/Portfile
===================================================================
--- branches/mld-qt-481/dports/graphics/qwtplot3d/Portfile	2012-05-30 22:28:52 UTC (rev 93771)
+++ branches/mld-qt-481/dports/graphics/qwtplot3d/Portfile	2012-05-31 00:03:51 UTC (rev 93772)
@@ -5,7 +5,7 @@
 
 name                qwtplot3d
 version             0.2.7
-revision            3
+revision            4
 categories          graphics science
 platforms           darwin
 maintainers         michaelld openmaintainer
@@ -24,7 +24,8 @@
                     rmd160 0f28462cb95ef6091d73642c8b26ece60d50bfb8
 platforms           darwin
 
-patchfiles          patch-qwtplot3d.pro.diff
+patchfiles          patch-qwtplot3d.pro.diff \
+                    patch-include_qwt3d_openglhelper.h.diff
 
 # use any QWT version, but default to 5.2
 depends_lib-append  path:lib/libqwt.dylib:qwt52

Added: branches/mld-qt-481/dports/graphics/qwtplot3d/files/patch-include_qwt3d_openglhelper.h.diff
===================================================================
--- branches/mld-qt-481/dports/graphics/qwtplot3d/files/patch-include_qwt3d_openglhelper.h.diff	                        (rev 0)
+++ branches/mld-qt-481/dports/graphics/qwtplot3d/files/patch-include_qwt3d_openglhelper.h.diff	2012-05-31 00:03:51 UTC (rev 93772)
@@ -0,0 +1,10 @@
+--- include/qwt3d_openglhelper.h.orig	2012-05-29 15:07:16.000000000 -0400
++++ include/qwt3d_openglhelper.h	2012-05-29 15:08:16.000000000 -0400
+@@ -5,6 +5,7 @@
+ #if QT_VERSION < 0x040000
+ #include <qgl.h>
+ #else
++#include <OpenGL/glu.h>
+ #include <QtOpenGL/qgl.h>
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120530/3e0d5fa2/attachment.html>


More information about the macports-changes mailing list