[149360] trunk/dports/science/openscad

dstrubbe at macports.org dstrubbe at macports.org
Tue Jun 14 11:17:35 PDT 2016


Revision: 149360
          https://trac.macports.org/changeset/149360
Author:   dstrubbe at macports.org
Date:     2016-06-14 11:17:35 -0700 (Tue, 14 Jun 2016)
Log Message:
-----------
openscad: Patch to remove include file which cannot be found on 10.6 and doesn't appear to actually be necessary.

Modified Paths:
--------------
    trunk/dports/science/openscad/Portfile

Added Paths:
-----------
    trunk/dports/science/openscad/files/patch-src-AppleEvents.cc.diff

Modified: trunk/dports/science/openscad/Portfile
===================================================================
--- trunk/dports/science/openscad/Portfile	2016-06-14 18:09:41 UTC (rev 149359)
+++ trunk/dports/science/openscad/Portfile	2016-06-14 18:17:35 UTC (rev 149360)
@@ -70,7 +70,9 @@
 #src/scintillaeditor.h -o objects/moc_scintillaeditor.cpp
 #src/QGLView.h -o objects/moc_QGLView.cpp
 #:info:build opt/local/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
-patchfiles          patch-src-scintillaeditor.h.diff patch-src-colormap.h.diff
+# On 10.6: src/AppleEvents.cc:2:22: error: MacTypes.h: No such file or directory
+patchfiles          patch-src-scintillaeditor.h.diff patch-src-colormap.h.diff \
+                    patch-src-AppleEvents.cc.diff
 
 use_parallel_build  yes
 

Added: trunk/dports/science/openscad/files/patch-src-AppleEvents.cc.diff
===================================================================
--- trunk/dports/science/openscad/files/patch-src-AppleEvents.cc.diff	                        (rev 0)
+++ trunk/dports/science/openscad/files/patch-src-AppleEvents.cc.diff	2016-06-14 18:17:35 UTC (rev 149360)
@@ -0,0 +1,8 @@
+--- src/AppleEvents.cc.orig	2016-06-14 14:01:10.000000000 -0400
++++ src/AppleEvents.cc	2016-06-14 14:01:30.000000000 -0400
+@@ -1,5 +1,4 @@
+ #include <AppleEvents.h>
+-#include <MacTypes.h>
+ #include <CoreServices/CoreServices.h>
+ #include <QApplication>
+ #include "MainWindow.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160614/b2e14650/attachment.html>


More information about the macports-changes mailing list