[91314] trunk/dports/gis/cgal

vince at macports.org vince at macports.org
Thu Mar 29 06:58:41 PDT 2012


Revision: 91314
          https://trac.macports.org/changeset/91314
Author:   vince at macports.org
Date:     2012-03-29 06:58:38 -0700 (Thu, 29 Mar 2012)
Log Message:
-----------
Further suggestions as in #33649

Modified Paths:
--------------
    trunk/dports/gis/cgal/Portfile

Removed Paths:
-------------
    trunk/dports/gis/cgal/files/patch-src-config.h.diff

Modified: trunk/dports/gis/cgal/Portfile
===================================================================
--- trunk/dports/gis/cgal/Portfile	2012-03-29 07:39:59 UTC (rev 91313)
+++ trunk/dports/gis/cgal/Portfile	2012-03-29 13:58:38 UTC (rev 91314)
@@ -6,6 +6,7 @@
 
 name				cgal
 version				4.0
+revision			1
 license				LGPL-3+ GPL-3+
 categories			gis science
 maintainers			vince
@@ -75,6 +76,11 @@
 							copy ${worksrcpath}/demo ${destroot}${prefix}/share/${name}
 							copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}
             eval move [glob ${destroot}${prefix}/share/${name}/demo/*/*.dylib] ${destroot}${prefix}/lib/
+			delete ${destroot}${prefix}/share/${name}/demo/CMakeFiles \
+	               ${destroot}${prefix}/share/${name}/examples/CMakeFiles 
+	        eval delete [glob ${destroot}${prefix}/share/${name}/demo/*/CMakeFiles] 
+	        eval delete [glob ${destroot}${prefix}/share/${name}/demo/*/*/CMakeFiles] 
+	        eval delete [glob ${destroot}${prefix}/share/${name}/examples/*/CMakeFiles] 
 	}
 }
 

Deleted: trunk/dports/gis/cgal/files/patch-src-config.h.diff
===================================================================
--- trunk/dports/gis/cgal/files/patch-src-config.h.diff	2012-03-29 07:39:59 UTC (rev 91313)
+++ trunk/dports/gis/cgal/files/patch-src-config.h.diff	2012-03-29 13:58:38 UTC (rev 91314)
@@ -1,18 +0,0 @@
---- include/CGAL/config.h.orig	2012-03-14 15:41:38.000000000 +0000
-+++ include/CGAL/config.h	2012-03-14 15:37:42.000000000 +0000
-@@ -26,6 +26,15 @@
- #ifndef CGAL_CONFIG_H
- #define CGAL_CONFIG_H
- 
-+
-+// Workaround to the following bug: 
-+//   https://bugreports.qt.nokia.com/browse/QTBUG-22829
-+#ifdef Q_MOC_RUN 
-+// When Qt moc runs on CGAL files, do not process 
-+// <boost/type_traits/has_operator.hpp> 
-+#  define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED 
-+#endif
-+
- #ifdef CGAL_INCLUDE_WINDOWS_DOT_H
- // Mimic users including this file which defines min max macros
- // and other names leading to name clashes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120329/39fdb907/attachment.html>


More information about the macports-changes mailing list