diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-06 07:46:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-06 07:46:43 +0000 |
commit | acdfba3fc5c7ed4b379ce5abee65fbbde3209321 (patch) | |
tree | ec5b65db69f3510e845825d5f048b59e6344810c /graphics/py-visual/files/patch-src-python-cvisualmodule.cpp | |
parent | Remove the MESA option that brings in the expired gtkglarea, anyway this option (diff) |
japanese/vflib||2013-02-06|Has expired: No more public distfiles
graphics/py-visual||2013-02-06|Has expired: Depends on the expired x11-toolkits/gtkglarea [1]
math/gnuplot+||2013-02-06|Upstream says: This package is obsolete. The author does not recommend to use it
science/vis5d+||2013-02-06|No new release since 2001, depends on expired x11-toolkits/gtkglarea [2]
Approved by: stephen [1],
nivit [2]
Notes
Notes:
svn path=/head/; revision=311747
Diffstat (limited to 'graphics/py-visual/files/patch-src-python-cvisualmodule.cpp')
-rw-r--r-- | graphics/py-visual/files/patch-src-python-cvisualmodule.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/py-visual/files/patch-src-python-cvisualmodule.cpp b/graphics/py-visual/files/patch-src-python-cvisualmodule.cpp deleted file mode 100644 index a4a6c784e403..000000000000 --- a/graphics/py-visual/files/patch-src-python-cvisualmodule.cpp +++ /dev/null @@ -1,11 +0,0 @@ -$FreeBSD$ ---- src/python/cvisualmodule.cpp Tue Mar 6 11:45:52 2007 -+++ src/python/cvisualmodule.cpp.port Tue Mar 6 11:46:04 2007 -@@ -5,6 +5,7 @@ - // See the file license.txt for complete license terms. - // See the file authors.txt for a complete list of contributors. - -+#include <iostream> - #include <stdexcept> - #include <exception> - |