diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-24 18:31:07 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-24 18:31:07 +0800 |
commit | e892377df154dd2bb1aac25254db0588f33197a1 (patch) | |
tree | 87b699fa6423b6c968f546361d0d46f42e85a4cc /science/avogadro | |
parent | af04e8732655f813e9bedced3d06a50c5e3aed9d (diff) | |
download | freebsd-ports-gnome-e892377df154dd2bb1aac25254db0588f33197a1.tar.gz freebsd-ports-gnome-e892377df154dd2bb1aac25254db0588f33197a1.tar.zst freebsd-ports-gnome-e892377df154dd2bb1aac25254db0588f33197a1.zip |
qt4-moc: Add more Boost include guards to moc's definition list.
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.
This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.
PR: 199601
PR: 208322
Diffstat (limited to 'science/avogadro')
5 files changed, 0 insertions, 60 deletions
diff --git a/science/avogadro/files/patch-libavogadro_src_pythonengine__p.h b/science/avogadro/files/patch-libavogadro_src_pythonengine__p.h deleted file mode 100644 index 826466410c34..000000000000 --- a/science/avogadro/files/patch-libavogadro_src_pythonengine__p.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libavogadro/src/pythonengine_p.h.orig 2013-12-06 15:50:04 UTC -+++ libavogadro/src/pythonengine_p.h -@@ -27,7 +27,9 @@ - - #include <avogadro/global.h> - #include <avogadro/engine.h> -+#ifndef Q_MOC_RUN - #include <boost/python.hpp> -+#endif - - namespace Avogadro { - diff --git a/science/avogadro/files/patch-libavogadro_src_pythonextension__p.h b/science/avogadro/files/patch-libavogadro_src_pythonextension__p.h deleted file mode 100644 index df7a1031492c..000000000000 --- a/science/avogadro/files/patch-libavogadro_src_pythonextension__p.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libavogadro/src/pythonextension_p.h.orig 2013-12-06 15:50:04 UTC -+++ libavogadro/src/pythonextension_p.h -@@ -29,7 +29,9 @@ - #include <avogadro/extension.h> - #include <avogadro/primitive.h> - #include <avogadro/glwidget.h> -+#ifndef Q_MOC_RUN - #include <boost/python.hpp> -+#endif - - #include <QWidget> - #include <QList> diff --git a/science/avogadro/files/patch-libavogadro_src_pythoninterpreter.h b/science/avogadro/files/patch-libavogadro_src_pythoninterpreter.h deleted file mode 100644 index 203d31cd7914..000000000000 --- a/science/avogadro/files/patch-libavogadro_src_pythoninterpreter.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libavogadro/src/pythoninterpreter.h.orig 2013-12-06 15:50:04 UTC -+++ libavogadro/src/pythoninterpreter.h -@@ -26,7 +26,9 @@ - #define PYTHONINTERPRETER_H - - #include <avogadro/global.h> -+#ifndef Q_MOC_RUN - #include <boost/python.hpp> -+#endif - #include <avogadro/primitive.h> - #include <QString> - diff --git a/science/avogadro/files/patch-libavogadro_src_pythonscript.h b/science/avogadro/files/patch-libavogadro_src_pythonscript.h deleted file mode 100644 index 6d4424612d35..000000000000 --- a/science/avogadro/files/patch-libavogadro_src_pythonscript.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libavogadro/src/pythonscript.h.orig 2013-12-06 15:50:04 UTC -+++ libavogadro/src/pythonscript.h -@@ -27,7 +27,9 @@ - #define PYTHONSCRIPT_H - - #include <avogadro/global.h> -+#ifndef Q_MOC_RUN - #include <boost/python.hpp> -+#endif - - #include "pythonerror.h" - diff --git a/science/avogadro/files/patch-libavogadro_src_pythontool__p.h b/science/avogadro/files/patch-libavogadro_src_pythontool__p.h deleted file mode 100644 index 88b3fb30e0f6..000000000000 --- a/science/avogadro/files/patch-libavogadro_src_pythontool__p.h +++ /dev/null @@ -1,12 +0,0 @@ ---- libavogadro/src/pythontool_p.h.orig 2013-12-06 15:50:04 UTC -+++ libavogadro/src/pythontool_p.h -@@ -27,7 +27,9 @@ - - #include <avogadro/global.h> - #include <avogadro/tool.h> -+#ifndef Q_MOC_RUN - #include <boost/python.hpp> -+#endif - - #include <QObject> - #include <QAction> |