pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cal3d-examples/patches cal3d-examples: remove...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d2691cfa6c7
branches:  trunk
changeset: 448238:8d2691cfa6c7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 06 15:31:37 2021 +0000

description:
cal3d-examples: remove patches that are not in distinfo

diffstat:

 graphics/cal3d-examples/patches/patch-ab                                     |  13 -----
 graphics/cal3d-examples/patches/patch-autogen.sh                             |  13 -----
 graphics/cal3d-examples/patches/patch-examples_cally_autogen.sh              |  13 -----
 graphics/cal3d-examples/patches/patch-examples_cally_configure.in            |  15 ------
 graphics/cal3d-examples/patches/patch-examples_cally_src_demo.h              |  14 ------
 graphics/cal3d-examples/patches/patch-examples_cally_src_model.cpp           |  22 ----------
 graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_autogen.sh     |  13 -----
 graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_configure.in   |  15 ------
 graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_src_viewer.cpp |  22 ----------
 graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_src_viewer.h   |  14 ------
 graphics/cal3d-examples/patches/patch-tools_converter_autogen.sh             |  13 -----
 graphics/cal3d-examples/patches/patch-tools_converter_configure.in           |  15 ------
 graphics/cal3d-examples/patches/patch-tools_converter_src_main.cpp           |  14 ------
 13 files changed, 0 insertions(+), 196 deletions(-)

diffs (248 lines):

diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-ab
--- a/graphics/cal3d-examples/patches/patch-ab  Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/02/10 09:15:39 garbled Exp $
-
---- examples/cally/src/demo.cpp~       Wed Aug  6 04:24:41 2003
-+++ examples/cally/src/demo.cpp        Wed Nov  5 05:28:49 2003
-@@ -28,7 +28,7 @@
- // Constructors                                                               //
- //----------------------------------------------------------------------------//
- 
--Demo::Demo() : m_strDatapath("data/"), m_strCal3D_Datapath("")
-+Demo::Demo() : m_strDatapath(CAL3D_DATADIR), m_strCal3D_Datapath("")
- {
-   m_width = 640;
-   m_height = 480;
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-autogen.sh
--- a/graphics/cal3d-examples/patches/patch-autogen.sh  Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-autogen.sh,v 1.1 2013/08/31 14:49:41 joerg Exp $
-
---- autogen.sh.orig    2013-08-31 14:23:56.000000000 +0000
-+++ autogen.sh
-@@ -41,7 +41,7 @@ echo "Running $AUTOHEADER..."
- $AUTOHEADER
- 
- echo "Running $AUTOMAKE ..."
--$AUTOMAKE
-+$AUTOMAKE -a
- 
- echo "Running $AUTOCONF ..."
- $AUTOCONF
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-examples_cally_autogen.sh
--- a/graphics/cal3d-examples/patches/patch-examples_cally_autogen.sh   Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-examples_cally_autogen.sh,v 1.1 2013/08/31 14:49:41 joerg Exp $
-
---- examples/cally/autogen.sh.orig     2013-08-31 14:30:05.000000000 +0000
-+++ examples/cally/autogen.sh
-@@ -41,7 +41,7 @@ echo "Running $AUTOHEADER..."
- $AUTOHEADER
- 
- echo "Running $AUTOMAKE ..."
--$AUTOMAKE
-+$AUTOMAKE -a
- 
- echo "Running $AUTOCONF ..."
- $AUTOCONF
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-examples_cally_configure.in
--- a/graphics/cal3d-examples/patches/patch-examples_cally_configure.in Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-examples_cally_configure.in,v 1.1 2013/01/26 22:01:24 wiz Exp $
-
-automake-1.13 compat.
-
---- examples/cally/configure.in.orig   2003-11-29 18:41:06.000000000 +0000
-+++ examples/cally/configure.in
-@@ -12,7 +12,7 @@ dnl ************************************
- 
- AC_INIT(src/main.cpp)
- 
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- 
- AC_CANONICAL_SYSTEM
- 
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-examples_cally_src_demo.h
--- a/graphics/cal3d-examples/patches/patch-examples_cally_src_demo.h   Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-examples_cally_src_demo.h,v 1.1 2011/11/26 17:12:24 joerg Exp $
-
---- examples/cally/src/demo.h.orig     2003-09-08 03:03:32.000000000 +0000
-+++ examples/cally/src/demo.h
-@@ -11,6 +11,9 @@
- #ifndef DEMO_H
- #define DEMO_H
- 
-+#include <cstring>
-+#include <strings.h>
-+
- //----------------------------------------------------------------------------//
- // Includes                                                                   //
- //----------------------------------------------------------------------------//
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-examples_cally_src_model.cpp
--- a/graphics/cal3d-examples/patches/patch-examples_cally_src_model.cpp        Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-examples_cally_src_model.cpp,v 1.1 2011/11/26 17:12:24 joerg Exp $
-
---- examples/cally/src/model.cpp.orig  2003-11-29 16:53:38.000000000 +0000
-+++ examples/cally/src/model.cpp
-@@ -17,6 +17,8 @@
- #include "menu.h"
- #include "tga.h"
- 
-+#include <inttypes.h>
-+
- //----------------------------------------------------------------------------//
- // Static member variables initialization                                     //
- //----------------------------------------------------------------------------//
-@@ -633,7 +635,7 @@ void Model::renderMesh(bool bWireframe, 
-           glEnable(GL_COLOR_MATERIAL);
- 
-           // set the texture id we stored in the map user data
--          glBindTexture(GL_TEXTURE_2D, (GLuint)pCalRenderer->getMapUserData(0));
-+          glBindTexture(GL_TEXTURE_2D, (GLuint)(uintptr_t)pCalRenderer->getMapUserData(0));
- 
-           // set the texture coordinate buffer
-           glTexCoordPointer(2, GL_FLOAT, 0, &meshTextureCoordinates[0][0]);
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_autogen.sh
--- a/graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_autogen.sh  Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-examples_miniviewer__gl_autogen.sh,v 1.1 2013/08/31 14:49:41 joerg Exp $
-
---- examples/miniviewer_gl/autogen.sh.orig     2013-08-31 14:30:03.000000000 +0000
-+++ examples/miniviewer_gl/autogen.sh
-@@ -41,7 +41,7 @@ echo "Running $AUTOHEADER..."
- $AUTOHEADER
- 
- echo "Running $AUTOMAKE ..."
--$AUTOMAKE
-+$AUTOMAKE -a
- 
- echo "Running $AUTOCONF ..."
- $AUTOCONF
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_configure.in
--- a/graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_configure.in        Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-examples_miniviewer__gl_configure.in,v 1.1 2013/01/26 22:01:24 wiz Exp $
-
-automake-1.13 compat.
-
---- examples/miniviewer_gl/configure.in.orig   2003-11-29 18:41:06.000000000 +0000
-+++ examples/miniviewer_gl/configure.in
-@@ -12,7 +12,7 @@ dnl ************************************
- 
- AC_INIT(src/main.cpp)
- 
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- 
- AC_CANONICAL_SYSTEM
- 
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_src_viewer.cpp
--- a/graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_src_viewer.cpp      Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-examples_miniviewer__gl_src_viewer.cpp,v 1.1 2011/11/26 17:12:24 joerg Exp $
-
---- examples/miniviewer_gl/src/viewer.cpp.orig 2003-10-13 20:06:46.000000000 +0000
-+++ examples/miniviewer_gl/src/viewer.cpp
-@@ -20,6 +20,8 @@
- #include "tick.h"
- #include "tga.h"
- 
-+#include <inttypes.h>
-+
- //----------------------------------------------------------------------------//
- // The one and only Viewer instance                                           //
- //----------------------------------------------------------------------------//
-@@ -870,7 +872,7 @@ void Viewer::renderModel()
-             glEnable(GL_COLOR_MATERIAL);
- 
-             // set the texture id we stored in the map user data
--            glBindTexture(GL_TEXTURE_2D, (GLuint)pCalRenderer->getMapUserData(0));
-+            glBindTexture(GL_TEXTURE_2D, (GLuint)(uintptr_t)pCalRenderer->getMapUserData(0));
- 
-             // set the texture coordinate buffer
-             glTexCoordPointer(2, GL_FLOAT, 0, &meshTextureCoordinates[0][0]);
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_src_viewer.h
--- a/graphics/cal3d-examples/patches/patch-examples_miniviewer__gl_src_viewer.h        Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-examples_miniviewer__gl_src_viewer.h,v 1.1 2011/11/26 17:12:24 joerg Exp $
-
---- examples/miniviewer_gl/src/viewer.h.orig   2003-09-08 03:03:34.000000000 +0000
-+++ examples/miniviewer_gl/src/viewer.h
-@@ -11,6 +11,9 @@
- #ifndef VIEWER_H
- #define VIEWER_H
- 
-+#include <cstring>
-+#include <strings.h>
-+
- //----------------------------------------------------------------------------//
- // Includes                                                                   //
- //----------------------------------------------------------------------------//
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-tools_converter_autogen.sh
--- a/graphics/cal3d-examples/patches/patch-tools_converter_autogen.sh  Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-tools_converter_autogen.sh,v 1.1 2013/08/31 14:49:41 joerg Exp $
-
---- tools/converter/autogen.sh.orig    2013-08-31 14:30:00.000000000 +0000
-+++ tools/converter/autogen.sh
-@@ -41,7 +41,7 @@ echo "Running $AUTOHEADER..."
- $AUTOHEADER
- 
- echo "Running $AUTOMAKE ..."
--$AUTOMAKE
-+$AUTOMAKE -a
- 
- echo "Running $AUTOCONF ..."
- $AUTOCONF
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-tools_converter_configure.in
--- a/graphics/cal3d-examples/patches/patch-tools_converter_configure.in        Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-tools_converter_configure.in,v 1.1 2013/01/26 22:01:24 wiz Exp $
-
-automake-1.13 compat.
-
---- tools/converter/configure.in.orig  2003-11-29 18:41:06.000000000 +0000
-+++ tools/converter/configure.in
-@@ -12,7 +12,7 @@ dnl ************************************
- 
- AC_INIT(src/main.cpp)
- 
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- 
- AC_CANONICAL_SYSTEM
- 
diff -r 6d8e3fc926a1 -r 8d2691cfa6c7 graphics/cal3d-examples/patches/patch-tools_converter_src_main.cpp
--- a/graphics/cal3d-examples/patches/patch-tools_converter_src_main.cpp        Sat Mar 06 15:30:40 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-tools_converter_src_main.cpp,v 1.1 2011/11/26 17:12:24 joerg Exp $
-
---- tools/converter/src/main.cpp.orig  2011-11-26 15:10:20.000000000 +0000
-+++ tools/converter/src/main.cpp
-@@ -10,6 +10,9 @@
- 
- #include "cal3d/cal3d.h"
- 
-+#include <cstring>
-+#include <strings.h>
-+
- #define SKELETON 0
- #define MESH 1
- #define ANIMATION 2



Home | Main Index | Thread Index | Old Index