[84044] trunk/dports/graphics/libQGLViewer
raphael at macports.org
raphael at macports.org
Thu Sep 15 12:34:10 PDT 2011
Revision: 84044
http://trac.macports.org/changeset/84044
Author: raphael at macports.org
Date: 2011-09-15 12:34:09 -0700 (Thu, 15 Sep 2011)
Log Message:
-----------
libQGLViewer:
* fix license
* do not compile terrain example on Lion; fixes #30886
Modified Paths:
--------------
trunk/dports/graphics/libQGLViewer/Portfile
Added Paths:
-----------
trunk/dports/graphics/libQGLViewer/files/patch-contribs.pro.diff
Modified: trunk/dports/graphics/libQGLViewer/Portfile
===================================================================
--- trunk/dports/graphics/libQGLViewer/Portfile 2011-09-15 18:25:33 UTC (rev 84043)
+++ trunk/dports/graphics/libQGLViewer/Portfile 2011-09-15 19:34:09 UTC (rev 84044)
@@ -7,7 +7,7 @@
version 2.3.10
platforms darwin
maintainers raphael openmaintainer
-license GPL-2+ Commercial
+license {GPL-2+ Commercial}
categories graphics
description A C++ library based on Qt that eases the creation of OpenGL \
3D viewers
@@ -28,6 +28,10 @@
patchfiles patch-QGLViewer.pro.diff \
patch-designerPlugin.pro.diff
+# the terrain example does not compile on Lion; see #30886
+platform darwin 11 {
+ patchfiles-append patch-contribs.pro.diff
+}
variant x11 {}
Added: trunk/dports/graphics/libQGLViewer/files/patch-contribs.pro.diff
===================================================================
--- trunk/dports/graphics/libQGLViewer/files/patch-contribs.pro.diff (rev 0)
+++ trunk/dports/graphics/libQGLViewer/files/patch-contribs.pro.diff 2011-09-15 19:34:09 UTC (rev 84044)
@@ -0,0 +1,10 @@
+--- examples/contribs/contribs.pro.orig 2011-09-15 21:03:03.000000000 +0200
++++ examples/contribs/contribs.pro 2011-09-15 21:03:24.000000000 +0200
+@@ -5,7 +5,6 @@
+ blobWar \
+ cornerAxis \
+ dvonn \
+- terrain \
+ textureViewer \
+ thumbnail
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110915/915862d8/attachment.html>
More information about the macports-changes
mailing list