diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-05 20:30:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-06 02:57:16 +0100 |
commit | 5e7c5d97488b5b46e20db03862f2502f91335286 (patch) | |
tree | ef40b9e46be8efc5c63cb2fc8e057ab79b5d4b02 /sci-libs/opencascade/files | |
parent | media-gfx/freecad: Compact sci-libs/opencascade DEPENDs (diff) | |
download | gentoo-5e7c5d97488b5b46e20db03862f2502f91335286.tar.gz gentoo-5e7c5d97488b5b46e20db03862f2502f91335286.tar.bz2 gentoo-5e7c5d97488b5b46e20db03862f2502f91335286.zip |
sci-libs/opencascade: Drop old
Bug: https://bugs.gentoo.org/624194
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sci-libs/opencascade/files')
3 files changed, 0 insertions, 150 deletions
diff --git a/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch b/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch deleted file mode 100644 index 88b13acd21c4..000000000000 --- a/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Standard/Standard_MMgrTBBalloc.cxx -+++ src/Standard/Standard_MMgrTBBalloc.cxx -@@ -12,6 +12,7 @@ - - // paralleling with Intel TBB - #ifdef HAVE_TBB -+#undef VERSION - #include <tbb/scalable_allocator.h> - using namespace tbb; - #else diff --git a/sci-libs/opencascade/files/opencascade-6.7.0-fixed-DESTDIR.patch b/sci-libs/opencascade/files/opencascade-6.7.0-fixed-DESTDIR.patch deleted file mode 100644 index 3a3f98093443..000000000000 --- a/sci-libs/opencascade/files/opencascade-6.7.0-fixed-DESTDIR.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- Makefile.am.old 2014-01-13 09:43:18.530500362 +0100 -+++ Makefile.am 2014-01-13 09:45:40.430496833 +0100 -@@ -82,29 +82,29 @@ - cd $(top_builddir)/adm/lin/amk && $(MAKE) $(AM_MAKEFLAGS) Draw - - install-exec-local: -- $(INSTALL) -d $(prefix)/$(platform) -- if [ -e $(prefix)/bin -a ! -e $(prefix)/$(platform)/bin ]; then \ -- cd $(prefix)/$(platform) && ln -s ../bin bin; \ -+ $(INSTALL) -d $(DESTDIR)$(prefix)/$(platform) -+ if [ -e $(DESTDIR)$(prefix)/bin -a ! -e $(DESTDIR)$(prefix)/$(platform)/bin ]; then \ -+ cd $(DESTDIR)$(prefix)/$(platform) && ln -s ../bin bin; \ - fi -- if [ -e $(prefix)/lib -a ! -e $(prefix)/$(platform)/lib ]; then \ -- cd $(prefix)/$(platform) && ln -s ../lib lib; \ -+ if [ -e $(DESTDIR)$(prefix)/lib -a ! -e $(DESTDIR)$(prefix)/$(platform)/lib ]; then \ -+ cd $(DESTDIR)$(prefix)/$(platform) && ln -s ../lib lib; \ - fi -- buildd=`pwd`; cd $(top_srcdir); sourced=`pwd`; cd $(prefix); installd=`pwd`; cd $$buildd; \ -+ buildd=`pwd`; cd $(top_srcdir); sourced=`pwd`; cd $(DESTDIR)$(prefix); installd=`pwd`; cd $$buildd; \ - if [ "$$installd" != "$$sourced" ]; then \ -- $(INSTALL) -d $(prefix)/inc; \ -- cp -frL $(top_srcdir)/inc $(prefix); \ -- cp -frL $$buildd/config.h $(prefix); \ -+ $(INSTALL) -d $(DESTDIR)$(prefix)/inc; \ -+ cp -frL $(top_srcdir)/inc $(DESTDIR)$(prefix); \ -+ cp -frL $$buildd/config.h $(DESTDIR)$(prefix); \ - for d in $(FoundationClasses_DIRS) $(ModelingData_DIRS) $(ModelingAlgorithms_DIRS) $(Visualization_DIRS) $(ApplicationFramework_DIRS) $(DataExchange_DIRS) $(Draw_DIRS); do \ -- $(INSTALL) -d $(prefix)/src/$$d; \ -- cp -frL $(top_srcdir)/src/$$d $(prefix)/src; \ -+ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \ -+ cp -frL $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \ - done; \ - fi -- if [ -e $(prefix)/inc/config.h ]; then \ -- rm -f $(prefix)/inc/config.h; \ -+ if [ -e $(DESTDIR)$(prefix)/inc/config.h ]; then \ -+ rm -f $(DESTDIR)$(prefix)/inc/config.h; \ - fi -- cd $(prefix)/inc && ln -s ../config.h config.h -- cd $(top_srcdir) && cp draw.sh $(prefix) -- cd $(top_srcdir) && cp custom.sh $(prefix) -- cd $(top_srcdir) && cp env.sh $(prefix) -+ cd $(DESTDIR)$(prefix)/inc && ln -s ../config.h config.h -+ cd $(top_srcdir) && cp draw.sh $(DESTDIR)$(prefix) -+ cd $(top_srcdir) && cp custom.sh $(DESTDIR)$(prefix) -+ cd $(top_srcdir) && cp env.sh $(DESTDIR)$(prefix) - --.PHONY: FoundationClasses ModelingData ModelingAlgorithms Visualization ApplicationFramework DataExchange Draw -\ Brak znaku nowej linii na końcu pliku -+.PHONY: FoundationClasses ModelingData ModelingAlgorithms Visualization ApplicationFramework DataExchange Draw diff --git a/sci-libs/opencascade/files/opencascade-6.7.1-deprecated-glx-api.patch b/sci-libs/opencascade/files/opencascade-6.7.1-deprecated-glx-api.patch deleted file mode 100644 index b3c3629aada1..000000000000 --- a/sci-libs/opencascade/files/opencascade-6.7.1-deprecated-glx-api.patch +++ /dev/null @@ -1,89 +0,0 @@ -From ba7e14489e14f08aae3e0f48b419b2149290b163 Mon Sep 17 00:00:00 2001 -From: Matthias Maier <tamiko@kyomu.43-1.org> -Date: Tue, 23 Dec 2014 21:15:59 +0100 -Subject: [PATCH] Define GLX_GLXEXT_LEGACY prior to inclusion of GL/glx.h - ---- - inc/InterfaceGraphic_X11.hxx | 1 + - samples/qt/Common/src/View.cxx | 1 + - src/InterfaceGraphic/InterfaceGraphic_X11.hxx | 1 + - src/OpenGl/OpenGl_Context.cxx | 1 + - src/OpenGl/OpenGl_Workspace_Raytrace.cxx | 1 + - src/Xw/Xw_Window.cxx | 1 + - 6 files changed, 6 insertions(+) - -diff --git a/inc/InterfaceGraphic_X11.hxx b/inc/InterfaceGraphic_X11.hxx -index 280bb9b..98d7415 100755 ---- a/inc/InterfaceGraphic_X11.hxx -+++ b/inc/InterfaceGraphic_X11.hxx -@@ -21,6 +21,7 @@ - #include <X11/Xlib.h> - #include <X11/Xutil.h> - #include <X11/Xatom.h> -+#define GLX_GLXEXT_LEGACY - #include <GL/glx.h> - - #if defined (sun) || defined (SUNOS) || defined (__alpha) || defined (DECOSF1) || defined (sgi) || defined (IRIX) || defined (__hpux)|| defined (HPUX) -diff --git a/samples/qt/Common/src/View.cxx b/samples/qt/Common/src/View.cxx -index 77f51b8..9b3f4e2 100755 ---- a/samples/qt/Common/src/View.cxx -+++ b/samples/qt/Common/src/View.cxx -@@ -28,6 +28,7 @@ - #include <Cocoa_Window.hxx> - #else - #include <QX11Info> -+#define GLX_GLXEXT_LEGACY - #include <GL/glx.h> - #include <X11/Xutil.h> - #include <X11/Xatom.h> -diff --git a/src/InterfaceGraphic/InterfaceGraphic_X11.hxx b/src/InterfaceGraphic/InterfaceGraphic_X11.hxx -index 280bb9b..98d7415 100755 ---- a/src/InterfaceGraphic/InterfaceGraphic_X11.hxx -+++ b/src/InterfaceGraphic/InterfaceGraphic_X11.hxx -@@ -21,6 +21,7 @@ - #include <X11/Xlib.h> - #include <X11/Xutil.h> - #include <X11/Xatom.h> -+#define GLX_GLXEXT_LEGACY - #include <GL/glx.h> - - #if defined (sun) || defined (SUNOS) || defined (__alpha) || defined (DECOSF1) || defined (sgi) || defined (IRIX) || defined (__hpux)|| defined (HPUX) -diff --git a/src/OpenGl/OpenGl_Context.cxx b/src/OpenGl/OpenGl_Context.cxx -index 9e2f074..1ddf6a4 100755 ---- a/src/OpenGl/OpenGl_Context.cxx -+++ b/src/OpenGl/OpenGl_Context.cxx -@@ -39,6 +39,7 @@ - #elif defined(__APPLE__) && !defined(MACOSX_USE_GLX) - #include <dlfcn.h> - #else -+ #define GLX_GLXEXT_LEGACY - #include <GL/glx.h> // glXGetProcAddress() - #endif - -diff --git a/src/OpenGl/OpenGl_Workspace_Raytrace.cxx b/src/OpenGl/OpenGl_Workspace_Raytrace.cxx -index f1b5afe..870eb7d 100755 ---- a/src/OpenGl/OpenGl_Workspace_Raytrace.cxx -+++ b/src/OpenGl/OpenGl_Workspace_Raytrace.cxx -@@ -32,6 +32,7 @@ - #elif defined(__APPLE__) && !defined(MACOSX_USE_GLX) - #include <OpenGL/CGLCurrent.h> - #else -+ #define GLX_GLXEXT_LEGACY - #include <GL/glx.h> - #endif - -diff --git a/src/Xw/Xw_Window.cxx b/src/Xw/Xw_Window.cxx -index 5442365..0e80444 100755 ---- a/src/Xw/Xw_Window.cxx -+++ b/src/Xw/Xw_Window.cxx -@@ -20,6 +20,7 @@ - #include <Aspect_Convert.hxx> - #include <Aspect_WindowDefinitionError.hxx> - -+#define GLX_GLXEXT_LEGACY - #include <GL/glx.h> - - namespace --- -2.0.5 - |