View | Details | Raw Unified | Return to bug 105729
Collapse All | Expand All

(-)openthreads/Makefile (-22 / +4 lines)
Lines 6-36 Link Here
6
#
6
#
7
7
8
PORTNAME=	openthreads
8
PORTNAME=	openthreads
9
PORTVERSION=	1.4.2
9
PORTVERSION=	1.5
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.openscenegraph.org/downloads/snapshots/
12
#
13
# the following master distribution contains the version of OpenThreads
14
# as described above by PORTVERSION and PORTREVISION.
15
DISTNAME=	OSG_OP_OT-1.0
16
11
17
MAINTAINER=	yinjieh@csie.nctu.edu.tw
12
MAINTAINER=	jylefort@FreeBSD.org
18
COMMENT=	A library which provides OO thread interface for C++ programmers
13
COMMENT=	A library which provides a C++ object-oriented thread interface
19
14
20
USE_ZIP=	yes
21
USE_GMAKE=	yes
22
USE_LDCONFIG=	yes
23
24
MAKEFILE=	GNUmakefile
25
WRKSRC=		${WRKDIR}/${DISTNAME}/OpenThreads
15
WRKSRC=		${WRKDIR}/${DISTNAME}/OpenThreads
26
MAKE_ENV+=	FREEBSD_ARCH="${ARCH}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
27
		PTHREAD_LIBS="${PTHREAD_LIBS}"
28
29
# Optimisation/Debug flags:
30
#   opt = optimised ($OPTF added)
31
#   debug = debug ($DBGF added)
32
# opt is default
33
#
34
ALL_TARGET=	opt
35
16
17
.include "${.CURDIR}/../../graphics/osg/bsd.osg.mk"
36
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)openthreads/distinfo (-3 lines)
Lines 1-3 Link Here
1
MD5 (OSG_OP_OT-1.0.zip) = dfb3eca46b32625602dabe9aa46c6b6f
2
SHA256 (OSG_OP_OT-1.0.zip) = c39572c72d9ed7b7a34a36779bcf56180ba2917926f6f658b5af1824eeb3b6a6
3
SIZE (OSG_OP_OT-1.0.zip) = 5036053
(-)openthreads/files/patch-Make::makedefs (-29 lines)
Lines 1-29 Link Here
1
--- Make/makedefs.orig	Sat Dec 10 09:49:24 2005
2
+++ Make/makedefs	Wed Sep 27 19:05:17 2006
3
@@ -264,15 +264,22 @@
4
       CXX               = g++
5
     endif
6
   DEPARG            = -MM
7
-  INC               +=  -I/usr/local/include -I/usr/X11R6/include
8
-  DEF               += -W -Wall
9
+  INC               +=  -I${LOCALBASE}/include -I${X11BASE}/include
10
+  DEF               += -W -Wall ${PTHREAD_CFLAGS}
11
   OPTF              = -O2 
12
   DBGF              = -g 
13
   SHARED            = -shared
14
   ARCH              = 32
15
   ARCHARGS          = 
16
-  INST_LOCATION   = /usr/local
17
-  INST_SHARE = /usr/share/OpenThreads
18
+  INST_SYS_PREFIX   = $(PREFIX)
19
+  INST_SHARE_PREFIX = $(DATADIR)
20
+  LINKARGS          = -L${X11BASE}/lib -L${LOCALBASE}/lib -rpath ${LOCALBASE}/lib -rpath ${X11BASE}/lib ${PTHREAD_LIBS}
21
+  INST_LOCATION     = $(INST_SYS_PREFIX)
22
+  INST_SHARE        = $(INST_SHARE_PREFIX)
23
+  INST_DEMOS        = $(EXAMPLESDIR)/bin
24
+  INST_SRC          = $(EXAMPLESDIR)/src
25
+  INST_DOC          = $(DOCSDIR)
26
+  INST_DATA         = $(DATADIR)
27
 endif
28
 
29
 #### MacOS X specific definitions
(-)openthreads/files/patch-Make::makerules (-20 lines)
Lines 1-20 Link Here
1
--- Make/makerules.orig	Thu Oct 16 19:39:35 2003
2
+++ Make/makerules	Thu Oct 16 19:40:50 2003
3
@@ -89,7 +89,7 @@
4
 $(EXEC:=.opt) :
5
 	@[ -d $(OPTDIR) ] || mkdir $(OPTDIR)
6
 	@cd $(OPTDIR); \
7
-      $(MAKE) -f ../GNUmakefile DOF=$(OPTF)  TOPDIR=../${TOPDIR} \
8
+      $(MAKE) -f ../GNUmakefile "DOF=$(OPTF)"  TOPDIR=../${TOPDIR} \
9
           THISDIR=../$(THISDIR)\
10
           MAKEDEPEND=Makedepend $(EXEC)
11
 	@$(MAKE) LNSRC=$(OPTDIR)/$(EXEC) LNDEST=$(BININST)/$(OS)$(ARCH)/$(EXEC) __link
12
@@ -98,7 +98,7 @@
13
 $(LIB:=.opt) : 
14
 	@[ -d $(OPTDIR) ] || mkdir $(OPTDIR)
15
 	@cd $(OPTDIR);\
16
-	  $(MAKE) -f ../$(MAKEFILE) DOF=$(OPTF) TOPDIR=../${TOPDIR} \
17
+	  $(MAKE) -f ../$(MAKEFILE) "DOF=$(OPTF)" TOPDIR=../${TOPDIR} \
18
 	        THISDIR=../$(THISDIR)\
19
 	        MAKEDEPEND=Makedepend $(LIB)
20
 	@$(MAKE) LNSRC=$(OPTDIR)/$(LIB).$(LIB_EXT) LNDEST=$(LIBINST)/$(OS)$(ARCH)/$(LIB).$(LIB_EXT) __link
(-)openthreads/files/patch-Make_instrules (-20 lines)
Lines 1-20 Link Here
1
--- Make/instrules.orig	Thu Dec  8 22:28:18 2005
2
+++ Make/instrules	Mon Sep 25 19:17:55 2006
3
@@ -28,13 +28,13 @@
4
 
5
 __inst_headers:
6
 	@[ -d $(INST_INCLUDE)/OpenThreads ] || mkdir -p $(INST_INCLUDE)/OpenThreads
7
-	for f in include/OpenThreads/* ; do\
8
-	if [ ! -d $$f ];\
9
-	then\
10
+	for f in include/OpenThreads/* ; do \
11
+	if [ ! -d $$f ]; \
12
+	then \
13
 		[ "`head -1 $$f | cut -c 1-12`" = "/* -*-c++-*-"  ] && \
14
 			echo $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; \
15
 			     $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; \
16
-	fi;\
17
+	fi; \
18
 	done
19
 
20
 
(-)openthreads/pkg-descr (-2 lines)
Lines 5-9 Link Here
5
a shared object library.
5
a shared object library.
6
6
7
WWW: http://openthreads.sourceforge.net/
7
WWW: http://openthreads.sourceforge.net/
8
9
Maintainer: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
(-)openproducer/Makefile (-21 / +4 lines)
Lines 6-39 Link Here
6
#
6
#
7
7
8
PORTNAME=	openproducer
8
PORTNAME=	openproducer
9
PORTVERSION=	1.0.1
9
PORTVERSION=	1.1
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	http://www.openscenegraph.org/downloads/snapshots/
12
#
13
# the following master distribution contains the version of OpenProducer
14
# as described above by PORTVERSION and PORTREVISION.
15
DISTNAME=	OSG_OP_OT-1.0
16
11
17
MAINTAINER=	lawrance@FreeBSD.org
12
MAINTAINER=	jylefort@FreeBSD.org
18
COMMENT=	A cross-platform C++/OpenGL library focused on camera control
13
COMMENT=	A cross-platform C++/OpenGL library focused on camera control
19
14
20
BUILD_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads
15
BUILD_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads
16
RUN_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads
21
17
22
USE_ZIP=	yes
23
USE_X_PREFIX=	yes
24
USE_GL=		yes
18
USE_GL=		yes
25
USE_GMAKE=	yes
26
USE_LDCONFIG=	yes
27
28
WRKSRC=		${WRKDIR}/${DISTNAME}/Producer
19
WRKSRC=		${WRKDIR}/${DISTNAME}/Producer
29
MAKEFILE=	GNUmakefile
30
MAKE_ENV=	PTHREAD_LIBS=${PTHREAD_LIBS}
31
32
# Optimisation/Debug flags:
33
#   opt = optimized ($OPTF added)
34
#   debug = debug ($DBGF added)
35
# opt is default
36
#
37
ALL_TARGET=	opt
38
20
21
.include "${.CURDIR}/../../graphics/osg/bsd.osg.mk"
39
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)openproducer/distinfo (-3 lines)
Lines 1-3 Link Here
1
MD5 (OSG_OP_OT-1.0.zip) = dfb3eca46b32625602dabe9aa46c6b6f
2
SHA256 (OSG_OP_OT-1.0.zip) = c39572c72d9ed7b7a34a36779bcf56180ba2917926f6f658b5af1824eeb3b6a6
3
SIZE (OSG_OP_OT-1.0.zip) = 5036053
(-)openproducer/files/patch-Make::makedefs (-56 lines)
Lines 1-56 Link Here
1
--- Make/makedefs.orig	Fri Dec  9 23:51:33 2005
2
+++ Make/makedefs	Sun Nov 19 19:33:13 2006
3
@@ -55,7 +55,7 @@
4
 DEF        = -DPRODUCER_VERSION=\"$(VERSION)\"\
5
              -DPRODUCER_VERSION_REVISION="$(VERSION_REVISION)"
6
 
7
-INC        = -I$(TOPDIR)/include 
8
+INC	   +=  -I${LOCALBASE}/include -I${X11BASE}/include
9
 
10
 CXXFLAGS   = $(ARCHARGS) $(DOF) $(DEF) $(INC)
11
 LDFLAGS    = $(ARCHARGS) $(DOF) $(LINKARGS) -L$(TOPDIR)/lib/$(OS)$(ARCH) 
12
@@ -64,20 +64,20 @@
13
 	     	 $(YACCFILES:.y=.o)\
14
 	     	 $(LEXFILES:.l=.o)	    
15
 
16
-DOF        = $(OPTF)
17
+OPTF	   = ${CXXFLAGS}
18
 DEBUGDIR   = $(OS)$(ARCH).Debug
19
 OPTDIR     = $(OS)$(ARCH).Opt
20
 BININST    = bin
21
 LIBINST    = lib
22
 
23
-INST_LOCATION      ?= /usr/local
24
+INST_LOCATION      = $(PREFIX)
25
 INST_LIBS          = $(INST_LOCATION)/lib$(ARCH_EXT)
26
 INST_INCLUDE       = $(INST_LOCATION)/include
27
 INST_SHARE         = $(INST_LOCATION)/share/Producer
28
-INST_DEMOS         = $(INST_SHARE)/bin
29
-INST_SRC           = $(INST_SHARE)/src
30
-INST_DOC           = $(INST_SHARE)/doc
31
-INST_DATA          = $(INST_SHARE)/data
32
+INST_DEMOS         = $(EXAMPLESDIR)/bin
33
+INST_SRC           = $(EXAMPLESDIR)/src
34
+INST_DOC           = $(DOCSDIR)
35
+INST_DATA          = $(DATADIR)
36
 INST_DEMO_SRC      = $(INST_SRC)/demos
37
 
38
 LINK               = ln -sf
39
@@ -294,7 +294,7 @@
40
     endif
41
   DEPARG            = -MM
42
   INC               +=  -I/usr/local/include -I/usr/X11R6/include
43
-  DEF               += -W -Wall
44
+  DEF               += -fPIC -W -Wall
45
   OPTF              = -O2 
46
   DBGF              = -g 
47
   SHARED            = -shared
48
@@ -305,7 +305,7 @@
49
 
50
   GL_LIBS           = -lGL
51
   X_LIBS            = -lXmu -lX11
52
-  OPEN_THREAD_LIB   = -lOpenThreads -lpthread
53
+  OPEN_THREAD_LIB   = -lOpenThreads $(PTHREAD_LIBS)
54
 
55
 endif
56
 
(-)openproducer/files/patch-Make::makerules (-21 lines)
Lines 1-21 Link Here
1
diff -urN ../Producer.orig/Make/makerules ./Make/makerules
2
--- ../Producer.orig/Make/makerules	Wed Jul 28 04:02:15 2004
3
+++ ./Make/makerules	Tue Jan 25 21:36:58 2005
4
@@ -83,7 +83,7 @@
5
 $(EXEC:=.opt) :
6
 	@[ -d $(OPTDIR) ] || mkdir $(OPTDIR)
7
 	@cd $(OPTDIR); \
8
-	  $(MAKE) -f ../GNUmakefile DOF=$(OPTF)  TOPDIR=../${TOPDIR} \
9
+	  $(MAKE) -f ../GNUmakefile "DOF=$(OPTF)"  TOPDIR=../${TOPDIR} \
10
 	      THISDIR=../$(THISDIR)\
11
 	      MAKEDEPEND=Makedepend $(EXEC)
12
 	@$(MAKE) LNSRC=$(OPTDIR)/$(EXEC) LNDEST=$(BININST)/$(OS)$(ARCH)/$(EXEC) __link
13
@@ -92,7 +92,7 @@
14
 $(LIB:=.opt) : 
15
 	@[ -d $(OPTDIR) ] || mkdir $(OPTDIR)
16
 	@cd $(OPTDIR);\
17
-	  $(MAKE) -f ../$(MAKEFILE) DOF=$(OPTF) TOPDIR=../${TOPDIR} \
18
+	  $(MAKE) -f ../$(MAKEFILE) "DOF=$(OPTF)" TOPDIR=../${TOPDIR} \
19
 	        THISDIR=../$(THISDIR)\
20
 	        MAKEDEPEND=Makedepend $(LIB)
21
 	@$(MAKE) LNSRC=$(OPTDIR)/$(LIB).$(LIB_EXT) LNDEST=$(LIBINST)/$(OS)$(ARCH)/$(LIB).$(LIB_EXT) __link
(-)openproducer/pkg-descr (-2 lines)
Lines 13-17 Link Here
13
systems. 
13
systems. 
14
14
15
WWW: http://www.andesengineering.com/Producer/
15
WWW: http://www.andesengineering.com/Producer/
16
17
Maintainer: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
(-)openproducer/pkg-plist (+3 lines)
Lines 9-20 Link Here
9
include/Producer/Keyboard
9
include/Producer/Keyboard
10
include/Producer/KeyboardMouse
10
include/Producer/KeyboardMouse
11
include/Producer/Math
11
include/Producer/Math
12
include/Producer/PipeTimer
12
include/Producer/RefOpenThreads
13
include/Producer/RefOpenThreads
13
include/Producer/Referenced
14
include/Producer/Referenced
14
include/Producer/RenderSurface
15
include/Producer/RenderSurface
16
include/Producer/System
15
include/Producer/Timer
17
include/Producer/Timer
16
include/Producer/Trackball
18
include/Producer/Trackball
17
include/Producer/Types
19
include/Producer/Types
20
include/Producer/Utils
18
include/Producer/Version
21
include/Producer/Version
19
include/Producer/VisualChooser
22
include/Producer/VisualChooser
20
include/Producer/Window3D
23
include/Producer/Window3D
(-)osg/Makefile (-55 / +7 lines)
Lines 6-77 Link Here
6
#
6
#
7
7
8
PORTNAME=	osg
8
PORTNAME=	osg
9
PORTVERSION=	0.9.8
9
PORTVERSION=	1.2
10
CATEGORIES=	graphics
10
CATEGORIES=	graphics
11
MASTER_SITES=	http://www.openscenegraph.org/downloads/snapshots/
12
DISTNAME=	OSG_OP_OT-${PORTVERSION}-2
13
11
14
MAINTAINER=	rrghphar@bigpond.net.au
12
MAINTAINER=	jylefort@FreeBSD.org
15
COMMENT=	C++ OpenGL scene graph library for real-time rendering
13
COMMENT=	C++ OpenGL scene graph library for real-time rendering
16
14
17
BROKEN=		fails to install
18
DEPRECATED=	${BROKEN}
19
EXPIRATION_DATE=2006-12-01
20
21
BUILD_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \
15
BUILD_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \
22
		${X11BASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer
16
		${LOCALBASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer
23
RUN_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \
17
RUN_DEPENDS=	${LOCALBASE}/lib/libOpenThreads.so:${PORTSDIR}/devel/openthreads \
24
		${X11BASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer
18
		${LOCALBASE}/lib/libProducer.so:${PORTSDIR}/graphics/openproducer
25
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
19
LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
26
		jpeg.9:${PORTSDIR}/graphics/jpeg \
20
		jpeg.9:${PORTSDIR}/graphics/jpeg \
27
		ungif.5:${PORTSDIR}/graphics/libungif \
21
		ungif.5:${PORTSDIR}/graphics/libungif \
28
		tiff.4:${PORTSDIR}/graphics/tiff \
22
		tiff.4:${PORTSDIR}/graphics/tiff \
29
		freetype.9:${PORTSDIR}/print/freetype2 \
23
		freetype.9:${PORTSDIR}/print/freetype2
30
		xml2.5:${PORTSDIR}/textproc/libxml2
31
24
32
USE_ZIP=	yes
33
USE_X_PREFIX=	yes
34
USE_GL=		yes
25
USE_GL=		yes
35
INSTALLS_SHLIB=	yes
36
USE_GMAKE=	yes
37
MAKE_ENV=	OSGHOME="${WRKSRC}" \
38
		PTHREAD_LIBS="${PTHREAD_LIBS}" \
39
		EXAMPLESDIR="${EXAMPLESDIR}" \
40
		DOCSDIR="${DOCSDIR}" \
41
		DATADIR="${DATADIR}" \
42
		OPTF="${CXXFLAGS}"
43
MAKEFILE=	GNUmakefile
44
WRKSRC=		${WRKDIR}/${DISTNAME}/OpenSceneGraph
26
WRKSRC=		${WRKDIR}/${DISTNAME}/OpenSceneGraph
45
27
46
# opt = optimized ($OPTF added); debug = debug ($DBGF added); opt is default
28
.include "${.CURDIR}/bsd.osg.mk"
47
ALL_TARGET=	opt
29
.include <bsd.port.mk>
48
49
.include <bsd.port.pre.mk>
50
51
.if ${OSVERSION} < 500035
52
EXTRA_PATCHES=	${FILESDIR}/freebsd4-osg-patches
53
.endif
54
55
.if !defined(NOPORTDOCS)
56
57
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen	\
58
		dot:${PORTSDIR}/graphics/graphviz
59
PORTDOCS=	html
60
61
pre-patch:
62
	${REINPLACE_CMD} -e 's,[[:cntrl:]]*$$,,' \
63
		${WRKSRC}/examples/osgtesselate/osgtesselate.cpp
64
65
post-build:
66
	cd ${WRKSRC}/doc/Doxyfiles && OSGHOME=${WRKSRC} doxygen all_Doxyfile
67
68
pre-install:
69
	${FIND} ${WRKSRC} -name '*.orig' -delete
70
71
post-install:
72
	@${MKDIR} ${DOCSDIR}
73
	${CP} -r ${WRKSRC}/doc/doxygen/ ${DOCSDIR}
74
75
.endif
76
77
.include <bsd.port.post.mk>
(-)osg/bsd.osg.mk (+33 lines)
Line 0 Link Here
1
# $Id$
2
3
MASTER_SITES=	http://www.openscenegraph.org/downloads/snapshots/
4
DISTNAME=	OSG_OP_OT-1.2
5
6
MD5_FILE=	${.CURDIR}/../../graphics/osg/distinfo
7
USE_ZIP=	yes
8
USE_GMAKE=	yes
9
USE_LDCONFIG=	yes
10
11
MAKEFILE=	GNUmakefile
12
MAKE_ARGS=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
13
		PTHREAD_LIBS="${PTHREAD_LIBS}" \
14
		CXX="${CXX}" \
15
		INST_LOCATION="${PREFIX}" \
16
		INST_EXAMPLES="${EXAMPLESDIR}/bin" \
17
		INST_SRC="${EXAMPLESDIR}/src" \
18
		INST_EXAMPLE_SRC="${EXAMPLESDIR}/src" \
19
		INSTBINCMD="${INSTALL_PROGRAM}" \
20
		INSTXCMD="${INSTALL_PROGRAM}" \
21
		INSTDEVCMD="${INSTALL_DATA}" \
22
		INSTRCMD="${INSTALL_DATA}"
23
ALL_TARGET=	opt
24
25
post-patch: osg-post-patch
26
27
osg-post-patch:
28
	@${REINPLACE_CMD} -Ee 's|-O2|${CXXFLAGS}|; \
29
		s|(-I\|-L\|-rpath )/usr/local|\1${LOCALBASE}|; \
30
		s|(-I\|-L\|-rpath )/usr/X11R6|\1${X11BASE}|' \
31
		${WRKSRC}/Make/makedefs
32
	@${REINPLACE_CMD} -e 's|DOF=$$(OPTF)|DOF="$$(OPTF)"|' \
33
		${WRKSRC}/Make/makerules
(-)osg/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (OSG_OP_OT-0.9.8-2.zip) = 4c3fe8b7701e5a5932a4268075b60cda
1
MD5 (OSG_OP_OT-1.2.zip) = e08e0ef1f250dfc17122926ef00b1559
2
SHA256 (OSG_OP_OT-0.9.8-2.zip) = 72a13ad9ca473660eef155041892fd8ba3ca570beaa6220f3375746143bad5f1
2
SHA256 (OSG_OP_OT-1.2.zip) = 3ccd899c83140a542313f9a659698af36ea30bb7cfddcd8962e25cf0fe7e1fb5
3
SIZE (OSG_OP_OT-0.9.8-2.zip) = 3805142
3
SIZE (OSG_OP_OT-1.2.zip) = 5286887
(-)osg/files/freebsd4-osg-patches (-688 lines)
Lines 1-688 Link Here
1
diff -urN ../OpenSceneGraph.orig/examples/osgtesselate/osgtesselate.cpp ./examples/osgtesselate/osgtesselate.cpp
2
--- ../OpenSceneGraph.orig/examples/osgtesselate/osgtesselate.cpp	Sun Oct 24 20:03:59 2004
3
+++ ./examples/osgtesselate/osgtesselate.cpp	Tue Feb  8 01:28:23 2005
4
@@ -562,7 +562,7 @@
5
     setTesselateVisitor():osg::NodeVisitor(osg::NodeVisitor::TRAVERSE_ALL_CHILDREN) {
6
     }
7
     virtual void apply(osg::Geode& geode) {
8
-        if (geode.getName().compare(0,9,"tesselate")==0) {
9
+        if (geode.getName().compare("tesselate",0,9)==0) {
10
             for(unsigned int i=0;i<geode.getNumDrawables();++i)
11
             {
12
                 osg::Geometry* geom = dynamic_cast<osg::Geometry*>(geode.getDrawable(i));
13
diff -urN ../OpenSceneGraph.orig/examples/osgunittests/osgunittests.cpp ./examples/osgunittests/osgunittests.cpp
14
--- ../OpenSceneGraph.orig/examples/osgunittests/osgunittests.cpp	Wed Nov 10 21:28:06 2004
15
+++ ./examples/osgunittests/osgunittests.cpp	Tue Feb  8 01:28:23 2005
16
@@ -113,9 +113,6 @@
17
   std::cout<<"sizeof(float)=="<<sizeof(float)<<std::endl;
18
   std::cout<<"sizeof(double)=="<<sizeof(double)<<std::endl;
19
 
20
-  std::cout<<"sizeof(std::istream::pos_type)=="<<sizeof(std::istream::pos_type)<<std::endl;
21
-  std::cout<<"sizeof(std::istream::off_type)=="<<sizeof(std::istream::off_type)<<std::endl;
22
-
23
 }
24
 
25
 
26
diff -urN ../OpenSceneGraph.orig/include/osg/AnimationPath ./include/osg/AnimationPath
27
--- ../OpenSceneGraph.orig/include/osg/AnimationPath	Wed Sep  1 08:34:49 2004
28
+++ ./include/osg/AnimationPath	Tue Feb  8 01:28:24 2005
29
@@ -15,7 +15,7 @@
30
 #define OSG_ANIMATIONPATH 1
31
 
32
 #include <map>
33
-#include <istream>
34
+#include <istream.h>
35
 #include <float.h>
36
 
37
 #include <osg/Matrixf>
38
diff -urN ../OpenSceneGraph.orig/include/osg/ApplicationUsage ./include/osg/ApplicationUsage
39
--- ../OpenSceneGraph.orig/include/osg/ApplicationUsage	Mon Oct 25 19:16:56 2004
40
+++ ./include/osg/ApplicationUsage	Tue Feb  8 01:28:24 2005
41
@@ -18,7 +18,7 @@
42
 
43
 #include <map>
44
 #include <string>
45
-#include <ostream>
46
+#include <ostream.h>
47
 
48
 namespace osg {
49
 
50
diff -urN ../OpenSceneGraph.orig/include/osg/ArgumentParser ./include/osg/ArgumentParser
51
--- ../OpenSceneGraph.orig/include/osg/ArgumentParser	Tue Sep 28 09:14:03 2004
52
+++ ./include/osg/ArgumentParser	Tue Feb  8 01:28:24 2005
53
@@ -18,7 +18,7 @@
54
 
55
 #include <map>
56
 #include <string>
57
-#include <ostream>
58
+#include <ostream.h>
59
 
60
 namespace osg {
61
 
62
diff -urN ../OpenSceneGraph.orig/include/osg/Matrixd ./include/osg/Matrixd
63
--- ../OpenSceneGraph.orig/include/osg/Matrixd	Tue Aug 31 13:19:30 2004
64
+++ ./include/osg/Matrixd	Tue Feb  8 01:28:24 2005
65
@@ -23,7 +23,7 @@
66
 
67
 #include <string.h>
68
 
69
-#include <ostream>
70
+#include <ostream.h>
71
 #include <algorithm>
72
 
73
 namespace osg {
74
diff -urN ../OpenSceneGraph.orig/include/osg/Matrixf ./include/osg/Matrixf
75
--- ../OpenSceneGraph.orig/include/osg/Matrixf	Tue Aug 31 13:19:30 2004
76
+++ ./include/osg/Matrixf	Tue Feb  8 01:28:24 2005
77
@@ -23,7 +23,7 @@
78
 
79
 #include <string.h>
80
 
81
-#include <ostream>
82
+#include <ostream.h>
83
 #include <algorithm>
84
 
85
 namespace osg {
86
diff -urN ../OpenSceneGraph.orig/include/osg/Notify ./include/osg/Notify
87
--- ../OpenSceneGraph.orig/include/osg/Notify	Thu Sep  2 19:10:33 2004
88
+++ ./include/osg/Notify	Tue Feb  8 01:28:24 2005
89
@@ -16,7 +16,7 @@
90
 
91
 #include <osg/Export>
92
 
93
-#include <ostream>
94
+#include <ostream.h>
95
 
96
 namespace osg {
97
 
98
diff -urN ../OpenSceneGraph.orig/include/osg/UByte4 ./include/osg/UByte4
99
--- ../OpenSceneGraph.orig/include/osg/UByte4	Mon Sep 13 15:14:11 2004
100
+++ ./include/osg/UByte4	Tue Feb  8 01:28:24 2005
101
@@ -16,7 +16,7 @@
102
 
103
 #include <osg/Vec3>
104
 
105
-#include <ostream>
106
+#include <ostream.h>
107
 
108
 namespace osg {
109
 
110
diff -urN ../OpenSceneGraph.orig/include/osg/Vec2f ./include/osg/Vec2f
111
--- ../OpenSceneGraph.orig/include/osg/Vec2f	Wed Sep 15 19:10:15 2004
112
+++ ./include/osg/Vec2f	Tue Feb  8 01:28:24 2005
113
@@ -14,7 +14,7 @@
114
 #ifndef OSG_VEC2F
115
 #define OSG_VEC2F 1
116
 
117
-#include <ostream>
118
+#include <ostream.h>
119
 
120
 #include <osg/Math>
121
 
122
diff -urN ../OpenSceneGraph.orig/include/osg/Vec3f ./include/osg/Vec3f
123
--- ../OpenSceneGraph.orig/include/osg/Vec3f	Mon Oct 18 18:36:40 2004
124
+++ ./include/osg/Vec3f	Tue Feb  8 01:28:24 2005
125
@@ -14,7 +14,7 @@
126
 #ifndef OSG_VEC3F
127
 #define OSG_VEC3F 1
128
 
129
-#include <ostream>
130
+#include <ostream.h>
131
 
132
 #include <osg/Vec2f>
133
 #include <osg/Math>
134
diff -urN ../OpenSceneGraph.orig/include/osgDB/FieldReader ./include/osgDB/FieldReader
135
--- ../OpenSceneGraph.orig/include/osgDB/FieldReader	Wed Mar  3 13:27:18 2004
136
+++ ./include/osgDB/FieldReader	Tue Feb  8 01:28:24 2005
137
@@ -19,7 +19,7 @@
138
 #include <string.h>
139
 #include <stdlib.h>
140
 
141
-#include <istream>
142
+#include <istream.h>
143
 
144
 namespace osgDB {
145
 
146
diff -urN ../OpenSceneGraph.orig/include/osgSim/GeographicLocation ./include/osgSim/GeographicLocation
147
--- ../OpenSceneGraph.orig/include/osgSim/GeographicLocation	Tue Mar  2 16:12:11 2004
148
+++ ./include/osgSim/GeographicLocation	Tue Feb  8 01:28:24 2005
149
@@ -17,7 +17,7 @@
150
 #include <osg/Math>
151
 #include <osg/Referenced>
152
 
153
-#include <ostream>
154
+#include <ostream.h>
155
 
156
 namespace osgSim {
157
 
158
diff -urN ../OpenSceneGraph.orig/src/osgDB/Archive.cpp ./src/osgDB/Archive.cpp
159
--- ../OpenSceneGraph.orig/src/osgDB/Archive.cpp	Thu Nov 25 15:09:56 2004
160
+++ ./src/osgDB/Archive.cpp	Tue Feb  8 01:28:24 2005
161
@@ -18,7 +18,7 @@
162
 #include <osgDB/FileNameUtils>
163
 #include <osgDB/Archive>
164
 
165
-#include <streambuf>
166
+#include <streambuf.h>
167
 
168
 using namespace osgDB;
169
 
170
diff -urN ../OpenSceneGraph.orig/src/osgDB/FileNameUtils.cpp ./src/osgDB/FileNameUtils.cpp
171
--- ../OpenSceneGraph.orig/src/osgDB/FileNameUtils.cpp	Wed Oct  6 13:11:04 2004
172
+++ ./src/osgDB/FileNameUtils.cpp	Tue Feb  8 01:28:23 2005
173
@@ -16,8 +16,6 @@
174
     #include <ctype.h>
175
 #elif defined(__GNUC__) || !defined(WIN32) || defined(__MWERKS__)
176
     #include <cctype>
177
-    using std::tolower;
178
-    using std::strlen;    
179
 #endif
180
 
181
 using namespace std;
182
@@ -119,13 +117,13 @@
183
 {
184
     // need to check for http://
185
     if (filename.size()<7) return false;
186
-    if (filename.compare(0,7,"http://")==0) return true;
187
+    if (filename.compare("http://",0,7)==0) return true;
188
     return false;
189
 }
190
 
191
 std::string osgDB::getServerAddress(const std::string& filename)
192
 {
193
-    if (filename.size()>=7 && filename.compare(0,7,"http://")==0)
194
+    if (filename.size()>=7 && filename.compare("http://",0,7)==0)
195
     {
196
         std::string::size_type pos_slash = filename.find_first_of('/',7);
197
         if (pos_slash!=std::string::npos)
198
@@ -142,7 +140,7 @@
199
 
200
 std::string osgDB::getServerFileName(const std::string& filename)
201
 {
202
-    if (filename.size()>=7 && filename.compare(0,7,"http://")==0)
203
+    if (filename.size()>=7 && filename.compare("http://",0,7)==0)
204
     {
205
         std::string::size_type pos_slash = filename.find_first_of('/',7);
206
         if (pos_slash!=std::string::npos)
207
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/ac3d/Geode.cpp ./src/osgPlugins/ac3d/Geode.cpp
208
--- ../OpenSceneGraph.orig/src/osgPlugins/ac3d/Geode.cpp	Thu Nov 18 10:08:29 2004
209
+++ ./src/osgPlugins/ac3d/Geode.cpp	Tue Feb  8 01:28:23 2005
210
@@ -12,7 +12,7 @@
211
 #include <osg/Texture2D>
212
 #include <osg/Drawable>
213
 #include <osg/Geometry>
214
-#include <limits>
215
+#include <limits.h>
216
 #include <iomanip>
217
 
218
 #include "Exception.h"
219
@@ -796,8 +796,8 @@
220
 								if (NULL != pTexCoords)
221
 								{
222
 									// Find max min s coords
223
-									float fMin = std::numeric_limits<float>::max();
224
-									float fMax = std::numeric_limits<float>::min();
225
+									float fMin = FLT_MAX;
226
+									float fMax = FLT_MIN;
227
 									unsigned int iNumTexCoords = pGeometry->getTexCoordArray(0)->getNumElements();
228
 									
229
 									for (j = 0; j < iNumTexCoords; j++)
230
@@ -809,8 +809,8 @@
231
 									}
232
 									fRep_s = fMax - fMin;
233
 									fOffset_s = fMin;
234
-									fMin = std::numeric_limits<float>::max();
235
-									fMax = std::numeric_limits<float>::min();
236
+									fMin = FLT_MAX;
237
+									fMax = FLT_MIN;
238
 									for (j = 0; j < iNumTexCoords; j++)
239
 									{
240
 										if (pTexCoords[j][1] > fMax)
241
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/ac3d/ac3d.cpp ./src/osgPlugins/ac3d/ac3d.cpp
242
--- ../OpenSceneGraph.orig/src/osgPlugins/ac3d/ac3d.cpp	Tue Nov 23 15:29:51 2004
243
+++ ./src/osgPlugins/ac3d/ac3d.cpp	Tue Feb  8 01:28:25 2005
244
@@ -6,9 +6,9 @@
245
 
246
 
247
 #include <stdio.h>
248
-// Where is malloc.h really needed?
249
+// Where is stdlib.h really needed?
250
 #if !defined(__APPLE__) && !defined(macintosh) && !defined(__FreeBSD__)
251
-#include <malloc.h>
252
+#include <stdlib.h>
253
 #endif
254
 #include <math.h>
255
 
256
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/flt/Input.cpp ./src/osgPlugins/flt/Input.cpp
257
--- ../OpenSceneGraph.orig/src/osgPlugins/flt/Input.cpp	Mon Nov 22 23:54:44 2004
258
+++ ./src/osgPlugins/flt/Input.cpp	Tue Feb  8 01:28:25 2005
259
@@ -1,7 +1,7 @@
260
 // Input.cpp
261
 
262
 #include <string>
263
-// #include <malloc.h>
264
+// #include <stdlib.h>
265
 #include <assert.h>
266
 
267
 #include <osg/Notify>
268
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/camera.cpp ./src/osgPlugins/lib3ds/camera.cpp
269
--- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/camera.cpp	Fri Jan 24 15:12:52 2003
270
+++ ./src/osgPlugins/lib3ds/camera.cpp	Tue Feb  8 01:28:25 2005
271
@@ -28,7 +28,7 @@
272
 #include <string.h>
273
 #include "config.h"
274
 #ifdef WITH_DMALLOC
275
-#include <dmalloc.h>
276
+#include <dstdlib.h>
277
 #endif
278
 
279
 
280
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/file.cpp ./src/osgPlugins/lib3ds/file.cpp
281
--- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/file.cpp	Fri Jan 24 15:12:53 2003
282
+++ ./src/osgPlugins/lib3ds/file.cpp	Tue Feb  8 01:28:25 2005
283
@@ -34,7 +34,7 @@
284
 #include <math.h>
285
 #include "config.h"
286
 #ifdef WITH_DMALLOC
287
-#include <dmalloc.h>
288
+#include <dstdlib.h>
289
 #endif
290
 
291
 
292
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/light.cpp ./src/osgPlugins/lib3ds/light.cpp
293
--- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/light.cpp	Fri Jan 24 15:12:53 2003
294
+++ ./src/osgPlugins/lib3ds/light.cpp	Tue Feb  8 01:28:25 2005
295
@@ -28,7 +28,7 @@
296
 #include <string.h>
297
 #include "config.h"
298
 #ifdef WITH_DMALLOC
299
-#include <dmalloc.h>
300
+#include <dstdlib.h>
301
 #endif
302
 
303
 
304
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/material.cpp ./src/osgPlugins/lib3ds/material.cpp
305
--- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/material.cpp	Fri Jan 24 15:12:53 2003
306
+++ ./src/osgPlugins/lib3ds/material.cpp	Tue Feb  8 01:28:25 2005
307
@@ -28,7 +28,7 @@
308
 #include <string.h>
309
 #include "config.h"
310
 #ifdef WITH_DMALLOC
311
-#include <dmalloc.h>
312
+#include <dstdlib.h>
313
 #endif
314
 
315
 
316
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/mesh.cpp ./src/osgPlugins/lib3ds/mesh.cpp
317
--- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/mesh.cpp	Fri Jan 24 15:12:53 2003
318
+++ ./src/osgPlugins/lib3ds/mesh.cpp	Tue Feb  8 01:28:25 2005
319
@@ -30,7 +30,7 @@
320
 #include <math.h>
321
 #include "config.h"
322
 #ifdef WITH_DMALLOC
323
-#include <dmalloc.h>
324
+#include <dstdlib.h>
325
 #endif
326
 
327
 
328
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/node.cpp ./src/osgPlugins/lib3ds/node.cpp
329
--- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/node.cpp	Fri Jan 24 15:12:54 2003
330
+++ ./src/osgPlugins/lib3ds/node.cpp	Tue Feb  8 01:28:25 2005
331
@@ -30,7 +30,7 @@
332
 #include <math.h>
333
 #include "config.h"
334
 #ifdef WITH_DMALLOC
335
-#include <dmalloc.h>
336
+#include <dstdlib.h>
337
 #endif
338
 
339
 
340
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/tracks.cpp ./src/osgPlugins/lib3ds/tracks.cpp
341
--- ../OpenSceneGraph.orig/src/osgPlugins/lib3ds/tracks.cpp	Thu Aug  5 13:41:52 2004
342
+++ ./src/osgPlugins/lib3ds/tracks.cpp	Tue Feb  8 01:28:25 2005
343
@@ -31,7 +31,7 @@
344
 #include <math.h>
345
 #include "config.h"
346
 #ifdef WITH_DMALLOC
347
-#include <dmalloc.h>
348
+#include <dstdlib.h>
349
 #endif
350
 
351
 
352
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/Converter.cpp ./src/osgPlugins/lwo/Converter.cpp
353
--- ../OpenSceneGraph.orig/src/osgPlugins/lwo/Converter.cpp	Mon Nov 22 23:54:44 2004
354
+++ ./src/osgPlugins/lwo/Converter.cpp	Tue Feb  8 01:28:23 2005
355
@@ -246,7 +246,7 @@
356
 	std::string file = osgDB::findDataFile(filename, options);
357
 	if (file.empty()) return 0;
358
 
359
-	std::ifstream ifs(file.c_str(), std::ios_base::in | std::ios_base::binary);
360
+	std::ifstream ifs(file.c_str(), std::ios::in | std::ios::binary);
361
 	if (!ifs.is_open()) return 0;
362
 
363
 	std::vector<char> buffer;
364
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/Object.cpp ./src/osgPlugins/lwo/Object.cpp
365
--- ../OpenSceneGraph.orig/src/osgPlugins/lwo/Object.cpp	Mon Jun 28 14:18:48 2004
366
+++ ./src/osgPlugins/lwo/Object.cpp	Tue Feb  8 01:28:23 2005
367
@@ -135,7 +135,7 @@
368
 				}
369
 				VertexMap *new_map = current_layer.units().back().weight_maps()->getOrCreate(vmap->name);
370
 				for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) {
371
-					(*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), 0, 0, 0);
372
+					(*new_map)[i->vert.index] = osg::Vec4(i->value[0], 0, 0, 0);
373
 				}
374
 			}
375
 			if (type == "MNVW") {
376
@@ -145,7 +145,7 @@
377
 				}
378
 				VertexMap *new_map = current_layer.units().back().subpatch_weight_maps()->getOrCreate(vmap->name);
379
 				for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) {
380
-					(*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), 0, 0, 0);
381
+					(*new_map)[i->vert.index] = osg::Vec4(i->value[0], 0, 0, 0);
382
 				}
383
 			}
384
 			if (type == "TXUV") {
385
@@ -155,7 +155,7 @@
386
 				}
387
 				VertexMap *new_map = current_layer.units().back().texture_maps()->getOrCreate(vmap->name);
388
 				for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) {
389
-					(*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), 0, 0);
390
+					(*new_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], 0, 0);
391
 				}
392
 			}
393
 			if (type == "RGB ") {
394
@@ -165,7 +165,7 @@
395
 				}
396
 				VertexMap *new_map = current_layer.units().back().rgb_maps()->getOrCreate(vmap->name);
397
 				for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) {
398
-					(*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), 1);
399
+					(*new_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], 1);
400
 				}
401
 			}
402
 			if (type == "RGBA") {
403
@@ -175,7 +175,7 @@
404
 				}
405
 				VertexMap *new_map = current_layer.units().back().rgba_maps()->getOrCreate(vmap->name);
406
 				for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) {
407
-					(*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), i->value.at(3));
408
+					(*new_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], i->value[3]);
409
 				}
410
 			}
411
 			if (type == "MORF") {
412
@@ -185,7 +185,7 @@
413
 				}
414
 				VertexMap *new_map = current_layer.units().back().displacement_maps()->getOrCreate(vmap->name);
415
 				for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) {
416
-					(*new_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), 0);
417
+					(*new_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], 0);
418
 				}
419
 			}
420
 			if (type == "SPOT") {
421
@@ -195,7 +195,7 @@
422
 				}
423
 				VertexMap *new_map = current_layer.units().back().spot_maps()->getOrCreate(vmap->name);
424
 				for (lwo2::FORM::VMAP::Mapping_list::const_iterator i=vmap->mapping.begin(); i!=vmap->mapping.end(); ++i) {
425
-					(*new_map)[i->vert.index] = osg::Vec4(csf_->fix_point(osg::Vec3(i->value.at(0), i->value.at(1), i->value.at(2))), 0);
426
+					(*new_map)[i->vert.index] = osg::Vec4(csf_->fix_point(osg::Vec3(i->value[0], i->value[1], i->value[2])), 0);
427
 				}
428
 			}
429
 		}
430
@@ -223,15 +223,15 @@
431
 
432
 				if (must_invert_winding) {
433
 					for (unsigned j=0; j<i->numvert; ++j) {
434
-						int index = i->vert.at((i->numvert-j)%i->numvert).index;
435
+						int index = i->vert[(i->numvert-j)%i->numvert].index;
436
 						polygon.indices().push_back(index);
437
-						current_layer.units().back().shares().at(index).push_back(current_layer.units().back().polygons().size());
438
+						current_layer.units().back().shares()[index].push_back(current_layer.units().back().polygons().size());
439
 					}
440
 				} else {
441
 					for (unsigned j=0; j<i->numvert; ++j) {
442
-						int index = i->vert.at(j).index;
443
+						int index = i->vert[j].index;
444
 						polygon.indices().push_back(index);
445
-						current_layer.units().back().shares().at(index).push_back(current_layer.units().back().polygons().size());
446
+						current_layer.units().back().shares()[index].push_back(current_layer.units().back().polygons().size());
447
 					}
448
 				}
449
 				current_layer.units().back().polygons().push_back(polygon);
450
@@ -248,17 +248,17 @@
451
 			std::string type(ptag->type.id, 4);
452
 			if (type == "SURF") {
453
 				for (lwo2::FORM::PTAG::Mapping_list::const_iterator i=ptag->mapping.begin(); i!=ptag->mapping.end(); ++i) {
454
-					current_layer.units().back().polygons().at(i->poly.index).set_surface(&surfaces_[tag_strings.at(i->tag)]);
455
+					current_layer.units().back().polygons()[i->poly.index].set_surface(&surfaces_[tag_strings[i->tag]]);
456
 				}
457
 			}
458
 			if (type == "PART") {
459
 				for (lwo2::FORM::PTAG::Mapping_list::const_iterator i=ptag->mapping.begin(); i!=ptag->mapping.end(); ++i) {
460
-					current_layer.units().back().polygons().at(i->poly.index).set_part_name(tag_strings.at(i->tag));
461
+					current_layer.units().back().polygons()[i->poly.index].set_part_name(tag_strings[i->tag]);
462
 				}
463
 			}
464
 			if (type == "SMGP") {
465
 				for (lwo2::FORM::PTAG::Mapping_list::const_iterator i=ptag->mapping.begin(); i!=ptag->mapping.end(); ++i) {
466
-					current_layer.units().back().polygons().at(i->poly.index).set_smoothing_group(tag_strings.at(i->tag));
467
+					current_layer.units().back().polygons()[i->poly.index].set_smoothing_group(tag_strings[i->tag]);
468
 				}
469
 			}
470
 		}
471
@@ -272,8 +272,8 @@
472
 					continue;
473
 				}
474
 				for (lwo2::FORM::VMAD::Mapping_list::const_iterator i=vmad->mapping.begin(); i!=vmad->mapping.end(); ++i) {
475
-					VertexMap *this_map = current_layer.units().back().polygons().at(i->poly.index).weight_maps()->getOrCreate(vmad->name);
476
-					(*this_map)[i->vert.index] = osg::Vec4(i->value.at(0), 0, 0, 0);
477
+					VertexMap *this_map = current_layer.units().back().polygons()[i->poly.index].weight_maps()->getOrCreate(vmad->name);
478
+					(*this_map)[i->vert.index] = osg::Vec4(i->value[0], 0, 0, 0);
479
 				}				
480
 			}
481
 			if (type == "TXUV") {
482
@@ -282,8 +282,8 @@
483
 					continue;
484
 				}
485
 				for (lwo2::FORM::VMAD::Mapping_list::const_iterator i=vmad->mapping.begin(); i!=vmad->mapping.end(); ++i) {
486
-					VertexMap *this_map = current_layer.units().back().polygons().at(i->poly.index).texture_maps()->getOrCreate(vmad->name);
487
-					(*this_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), 0, 0);
488
+					VertexMap *this_map = current_layer.units().back().polygons()[i->poly.index].texture_maps()->getOrCreate(vmad->name);
489
+					(*this_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], 0, 0);
490
 				}				
491
 			}
492
 			if (type == "RGB ") {
493
@@ -292,8 +292,8 @@
494
 					continue;
495
 				}
496
 				for (lwo2::FORM::VMAD::Mapping_list::const_iterator i=vmad->mapping.begin(); i!=vmad->mapping.end(); ++i) {
497
-					VertexMap *this_map = current_layer.units().back().polygons().at(i->poly.index).rgb_maps()->getOrCreate(vmad->name);
498
-					(*this_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), 1);
499
+					VertexMap *this_map = current_layer.units().back().polygons()[i->poly.index].rgb_maps()->getOrCreate(vmad->name);
500
+					(*this_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], 1);
501
 				}				
502
 			}
503
 			if (type == "RGBA") {
504
@@ -302,8 +302,8 @@
505
 					continue;
506
 				}
507
 				for (lwo2::FORM::VMAD::Mapping_list::const_iterator i=vmad->mapping.begin(); i!=vmad->mapping.end(); ++i) {
508
-					VertexMap *this_map = current_layer.units().back().polygons().at(i->poly.index).rgba_maps()->getOrCreate(vmad->name);
509
-					(*this_map)[i->vert.index] = osg::Vec4(i->value.at(0), i->value.at(1), i->value.at(2), i->value.at(3));
510
+					VertexMap *this_map = current_layer.units().back().polygons()[i->poly.index].rgba_maps()->getOrCreate(vmad->name);
511
+					(*this_map)[i->vert.index] = osg::Vec4(i->value[0], i->value[1], i->value[2], i->value[3]);
512
 				}				
513
 			}
514
 		}
515
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/Polygon.h ./src/osgPlugins/lwo/Polygon.h
516
--- ../OpenSceneGraph.orig/src/osgPlugins/lwo/Polygon.h	Sat Jan  3 15:20:32 2004
517
+++ ./src/osgPlugins/lwo/Polygon.h	Tue Feb  8 01:28:23 2005
518
@@ -95,9 +95,9 @@
519
 		if (last_used_points_ != points) {
520
 			normal_.set(0, 0, 0);
521
 			if (indices_.size() >= 3) {
522
-				const osg::Vec3 &A = points->at(indices_.front());
523
-				const osg::Vec3 &B = points->at(indices_[1]);
524
-				const osg::Vec3 &C = points->at(indices_.back());
525
+				const osg::Vec3 &A = (*points)[indices_.front()];
526
+				const osg::Vec3 &B = (*points)[indices_[1]];
527
+				const osg::Vec3 &C = (*points)[indices_.back()];
528
 				if (invert_normal_) {
529
 					normal_ = (C - A) ^ (B - A);
530
 				} else {
531
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/ReaderWriterLWO.cpp ./src/osgPlugins/lwo/ReaderWriterLWO.cpp
532
--- ../OpenSceneGraph.orig/src/osgPlugins/lwo/ReaderWriterLWO.cpp	Tue Nov 23 15:29:51 2004
533
+++ ./src/osgPlugins/lwo/ReaderWriterLWO.cpp	Tue Feb  8 01:28:23 2005
534
@@ -18,6 +18,7 @@
535
 #include <string>
536
 #include <sstream>
537
 #include <algorithm>
538
+#include <memory>
539
 
540
 #include <osg/Notify>
541
 #include <osg/Node>
542
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/Unit.cpp ./src/osgPlugins/lwo/Unit.cpp
543
--- ../OpenSceneGraph.orig/src/osgPlugins/lwo/Unit.cpp	Sat Jan  3 15:20:32 2004
544
+++ ./src/osgPlugins/lwo/Unit.cpp	Tue Feb  8 01:28:23 2005
545
@@ -75,11 +75,11 @@
546
 			osg::Vec4 N(poly.face_normal(points_.get()), 0);
547
 			unsigned num_smoothed = 1;
548
 
549
-			const Index_list &shared_polys = shares_.at(*j);
550
+			const Index_list &shared_polys = shares_[*j];
551
 
552
 			for (unsigned k=0; k<shared_polys.size(); ++k) {
553
 				if (shared_polys[k] != pn) {
554
-					const Polygon &shared_poly = polygons_.at(shared_polys[k]);
555
+					const Polygon &shared_poly = polygons_[shared_polys[k]];
556
 					float angle = angle_between_polygons(poly, shared_poly);
557
 					if (angle <= max_smoothing_angle && (poly.get_smoothing_group() == shared_poly.get_smoothing_group())) {
558
 						N += osg::Vec4(shared_poly.face_normal(points_.get()), 0);
559
@@ -157,7 +157,7 @@
560
 			if (poly.dup_vertices()[j] == 0) {
561
 
562
 				// duplicate point
563
-				points_->push_back(points_->at(*i));
564
+				points_->push_back((*points_)[*i]);
565
 
566
 				int new_index = static_cast<int>(points_->size())-1;
567
 
568
@@ -165,7 +165,7 @@
569
 				(*normals_.get())[new_index] = (*normals_.get())[*i];
570
 
571
 				// duplicate share
572
-				shares_.push_back(shares_.at(*i));
573
+				shares_.push_back(shares_[*i]);
574
 
575
 				VertexMap_map::iterator vm;
576
 
577
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/VertexMap.cpp ./src/osgPlugins/lwo/VertexMap.cpp
578
--- ../OpenSceneGraph.orig/src/osgPlugins/lwo/VertexMap.cpp	Sat Jan  3 15:20:32 2004
579
+++ ./src/osgPlugins/lwo/VertexMap.cpp	Tue Feb  8 01:28:23 2005
580
@@ -21,7 +21,7 @@
581
 		value.y() *= modulator.y();
582
 		value.z() *= modulator.z();
583
 		value.w() *= modulator.w();
584
-		array->at(i->first) = value;
585
+		(*array)[i->first] = value;
586
 	}
587
 	return array.take();
588
 }
589
@@ -34,7 +34,7 @@
590
 		osg::Vec4 value = i->second;
591
 		value.x() *= modulator.x();
592
 		value.y() *= modulator.y();
593
-		array->at(i->first) = osg::Vec2(value.x(), value.y());
594
+		(*array)[i->first] = osg::Vec2(value.x(), value.y());
595
 	}
596
 	return array.take();
597
 }
598
@@ -48,7 +48,7 @@
599
 		value.x() *= modulator.x();
600
 		value.y() *= modulator.y();
601
 		value.z() *= modulator.z();
602
-		array->at(i->first) = osg::Vec3(value.x(), value.y(), value.z());
603
+		(*array)[i->first] = osg::Vec3(value.x(), value.y(), value.z());
604
 	}
605
 	return array.take();
606
 }
607
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/lwo/iffparser.h ./src/osgPlugins/lwo/iffparser.h
608
--- ../OpenSceneGraph.orig/src/osgPlugins/lwo/iffparser.h	Wed Jun  9 16:28:51 2004
609
+++ ./src/osgPlugins/lwo/iffparser.h	Tue Feb  8 01:28:23 2005
610
@@ -10,6 +10,7 @@
611
 
612
 #include <vector>
613
 #include <iostream>
614
+#include <string>
615
 
616
 namespace iff
617
 {
618
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/obj/obj.cpp ./src/osgPlugins/obj/obj.cpp
619
--- ../OpenSceneGraph.orig/src/osgPlugins/obj/obj.cpp	Mon Nov 22 23:54:45 2004
620
+++ ./src/osgPlugins/obj/obj.cpp	Tue Feb  8 01:28:23 2005
621
@@ -15,6 +15,8 @@
622
 
623
 #include "obj.h"
624
 
625
+#include <cstdio>
626
+
627
 #include <osg/Notify>
628
 
629
 #include <osgDB/FileUtils>
630
@@ -75,7 +77,7 @@
631
             // need to keep return;
632
             skipNewline = true;   
633
         }
634
-        else if (c!=std::ifstream::traits_type::eof()) // don't copy eof.
635
+        else if (c!=EOF) // don't copy eof.
636
         {
637
             skipNewline = false;
638
 
639
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/obj/obj.h ./src/osgPlugins/obj/obj.h
640
--- ../OpenSceneGraph.orig/src/osgPlugins/obj/obj.h	Mon Nov 22 23:54:45 2004
641
+++ ./src/osgPlugins/obj/obj.h	Tue Feb  8 01:28:24 2005
642
@@ -17,7 +17,7 @@
643
 #include <string>
644
 #include <vector>
645
 #include <map>
646
-#include <istream>
647
+#include <istream.h>
648
 
649
 #include <osg/ref_ptr>
650
 #include <osg/Referenced>
651
diff -urN ../OpenSceneGraph.orig/src/osgPlugins/osga/OSGA_Archive.cpp ./src/osgPlugins/osga/OSGA_Archive.cpp
652
--- ../OpenSceneGraph.orig/src/osgPlugins/osga/OSGA_Archive.cpp	Tue Nov 23 15:29:52 2004
653
+++ ./src/osgPlugins/osga/OSGA_Archive.cpp	Tue Feb  8 01:28:23 2005
654
@@ -235,7 +235,7 @@
655
     if (status==READ)
656
     {
657
         _status = status;
658
-        _input.open(filename.c_str(), std::ios_base::binary | std::ios_base::in);
659
+        _input.open(filename.c_str(), std::ios::binary | std::ios::in);
660
 
661
         return _open(_input);
662
     }
663
@@ -246,7 +246,7 @@
664
             _input.close();
665
             _status = WRITE;
666
 
667
-            _output.open(filename.c_str(), std::ios_base::binary | std::ios_base::in | std::ios_base::out);
668
+            _output.open(filename.c_str(), std::ios::binary | std::ios::in | std::ios::out);
669
             
670
             osg::notify(osg::INFO)<<"File position after open = "<<(int)_output.tellp()<<" is_open "<<_output.is_open()<<std::endl;
671
 
672
@@ -264,7 +264,7 @@
673
             osg::notify(osg::INFO)<<"OSGA_Archive::open("<<filename<<"), archive being created."<<std::endl;
674
 
675
             _status = WRITE;
676
-            _output.open(filename.c_str(), std::ios_base::out | std::ios_base::binary | std::ios_base::trunc);
677
+            _output.open(filename.c_str(), std::ios::out | std::ios::binary | std::ios::trunc);
678
             _output<<"osga";
679
             _output.write(reinterpret_cast<const char*>(&ENDIAN_TEST_NUMBER),4);
680
             _output.write(reinterpret_cast<char*>(&s_currentSupportedVersion),sizeof(float));
681
@@ -475,6 +475,7 @@
682
 class proxy_streambuf : public std::streambuf
683
 {
684
    public:
685
+      typedef int int_type;
686
    
687
       proxy_streambuf(std::streambuf* streambuf, unsigned int numChars):
688
         _streambuf(streambuf),
(-)osg/files/patch-Make::makedefs (-43 lines)
Lines 1-43 Link Here
1
--- Make/makedefs.orig	Sun Dec  5 11:03:43 2004
2
+++ Make/makedefs	Mon Feb  7 10:59:22 2005
3
@@ -402,24 +402,35 @@
4
 
5
 #### FreeBSD specific definitions
6
 ifeq ($(OS),FreeBSD)
7
-  C++               = g++
8
+  C++               = ${CXX}
9
   DEPARG            = -MM
10
-  INC               +=  -I/usr/local/include -I/usr/X11R6/include
11
+  INC               +=  -I${LOCALBASE}/include -I${X11BASE}/include
12
   DEF               += -W -Wall
13
-  OPTF              = -O2 
14
+  OPTF              ?= -O2
15
   DBGF              = -g -DOSG_COMPILE_UNIT_TESTS
16
   SHARED            = -shared
17
   ARCH              = 
18
   ARCHINST          = 
19
   ARCHARGS          = 
20
-  LINKARGS          = -L/usr/X11R6/lib -L/usr/local/lib -rpath /usr/local/lib -pthread
21
+  LINKARGS          = -L${X11BASE}/lib -L${LOCALBASE}/lib -rpath ${LOCALBASE}/lib -rpath ${X11BASE}/lib -pthread
22
  DYNAMICLIBRARYLIB = 
23
   OSG_LIBS          = -losgGA -losgDB -losgUtil -losg 
24
   GL_LIBS           = -lGLU -lGL 
25
   X_INC             = -I/usr/X11R6/include
26
   X_LIBS            = -lXmu -lX11
27
   SOCKET_LIBS       = 
28
-  OTHER_LIBS        = -lOpenThreads
29
+  OTHER_LIBS        = -lOpenThreads ${PTHREAD_LIBS}
30
+  # PREFIX, EXAMPLESDIR, DOCSDIR, and DATADIR are defined by the port
31
+  INST_LOCATION     = ${PREFIX}
32
+  INST_SHARE        = ${PREFIX}/share
33
+  INST_EXAMPLES     = ${EXAMPLESDIR}/bin
34
+  INST_EXAMPLE_SRC  = ${EXAMPLESDIR}/src
35
+  INST_DOC          = ${DOCSDIR}
36
+  INST_SRC          = ${EXAMPLESDIR}/src
37
+  INST_DATA         = ${DATADIR}
38
+  INSTBINCMD        = ${BSD_INSTALL_PROGRAM}
39
+  INSTDEVCMD        = ${BSD_INSTALL_DATA}
40
+  LIBXML2_INCLUDE   = -I${LOCALBASE}/include/libxml2
41
   PNG_LIBS          = -lpng
42
   JPEG_LIBS         = -ljpeg
43
   TIFF_LIB          = -ltiff
(-)osg/files/patch-Make::makedirdefs (-14 lines)
Lines 1-14 Link Here
1
--- Make/makedirdefs.orig	Tue Jul 22 21:12:55 2003
2
+++ Make/makedirdefs	Tue Jul 22 21:13:50 2003
3
@@ -58,9 +58,11 @@
4
 ifneq ($(OS),Darwin)
5
 ifneq ($(OS),SunOS)
6
 ifneq ($(OS),IRIX)
7
+ifneq ($(OS),FreeBSD)
8
 
9
   PLUGIN_DIRS += geo
10
 
11
+endif
12
 endif
13
 endif
14
 endif
(-)osg/files/patch-Make::makerules (-29 lines)
Lines 1-29 Link Here
1
--- Make/makerules.orig	Fri Aug  8 22:41:37 2003
2
+++ Make/makerules	Sat Oct 18 01:42:58 2003
3
@@ -110,7 +110,7 @@
4
 $(EXEC:=.opt) : 
5
 	@[ -d $(OPTDIR) ] || mkdir $(OPTDIR)
6
 	@cd $(OPTDIR); \
7
-	  $(MAKE) -f ../GNUmakefile DOF=$(OPTF)  TOPDIR=../${TOPDIR} \
8
+	  $(MAKE) -f ../GNUmakefile "DOF=$(OPTF)"  TOPDIR=../${TOPDIR} \
9
 	      THISDIR=../$(THISDIR)\
10
 	      MAKEDEPEND=Makedepend $(EXEC)
11
 	@$(MAKE) LNSRC=$(OPTDIR)/$(EXEC) LNDEST=$(BININST)/$(OS)$(ARCH)/$(EXEC) __link
12
@@ -119,7 +119,7 @@
13
 $(LIB:=.opt) : 
14
 	@[ -d $(OPTDIR) ] || mkdir -p $(OPTDIR)
15
 	@cd $(OPTDIR);\
16
-	  $(MAKE) -f ../GNUmakefile DOF=$(OPTF) TOPDIR=../${TOPDIR} \
17
+	  $(MAKE) -f ../GNUmakefile "DOF=$(OPTF)" TOPDIR=../${TOPDIR} \
18
 	        THISDIR=../$(THISDIR)\
19
 	        MAKEDEPEND=Makedepend $(LIB)
20
 	@$(MAKE) LNSRC=$(OPTDIR)/$(LIB) LNDEST=$(LIBINST)/$(OS)$(ARCH)/$(LIB) __link
21
@@ -127,7 +127,7 @@
22
 $(PLUGIN:=.opt) : 
23
 	@[ -d $(OPTDIR) ] || mkdir -p $(OPTDIR)
24
 	@cd $(OPTDIR); \
25
-	  $(MAKE) -f ../GNUmakefile DOF=$(OPTF) TOPDIR=../${TOPDIR} \
26
+	  $(MAKE) -f ../GNUmakefile "DOF=$(OPTF)" TOPDIR=../${TOPDIR} \
27
 	    THISDIR=../$(THISDIR)\
28
 	               MAKEDEPEND=Makedepend $(PLUGIN)
29
 	@$(MAKE) LNSRC=$(OPTDIR)/$(PLUGIN) LNDEST=$(PLUGININST)/$(PLUGIN) __link
(-)osg/files/patch-Make_makedefs (+11 lines)
Line 0 Link Here
1
--- Make/makedefs.orig	Tue Sep 12 21:15:04 2006
2
+++ Make/makedefs	Tue Nov 21 17:02:38 2006
3
@@ -459,7 +459,7 @@
4
   X_INC             = -I/usr/X11R6/include
5
   X_LIBS            = -lXmu -lX11
6
   SOCKET_LIBS       = 
7
-  OTHER_LIBS        = -lOpenThreads
8
+  OTHER_LIBS        = -lOpenThreads $(PTHREAD_LIBS)
9
   PNG_LIBS          = -lpng
10
   JPEG_LIBS         = -ljpeg
11
   TIFF_LIB          = -ltiff
(-)osg/pkg-plist (-111 / +140 lines)
Lines 6-15 Link Here
6
include/osg/AutoTransform
6
include/osg/AutoTransform
7
include/osg/Billboard
7
include/osg/Billboard
8
include/osg/BlendColor
8
include/osg/BlendColor
9
include/osg/BlendEquation
9
include/osg/BlendFunc
10
include/osg/BlendFunc
10
include/osg/BoundingBox
11
include/osg/BoundingBox
11
include/osg/BoundingSphere
12
include/osg/BoundingSphere
12
include/osg/BoundsChecking
13
include/osg/BoundsChecking
14
include/osg/BufferObject
15
include/osg/CameraNode
16
include/osg/CameraView
17
include/osg/ClampColor
13
include/osg/ClearNode
18
include/osg/ClearNode
14
include/osg/ClipNode
19
include/osg/ClipNode
15
include/osg/ClipPlane
20
include/osg/ClipPlane
Lines 33-50 Link Here
33
include/osg/Export
38
include/osg/Export
34
include/osg/Fog
39
include/osg/Fog
35
include/osg/FragmentProgram
40
include/osg/FragmentProgram
41
include/osg/FrameBufferObject
36
include/osg/FrameStamp
42
include/osg/FrameStamp
37
include/osg/FrontFace
43
include/osg/FrontFace
38
include/osg/GL
44
include/osg/GL
45
include/osg/GL2Extensions
39
include/osg/GLExtensions
46
include/osg/GLExtensions
40
include/osg/GLU
47
include/osg/GLU
41
include/osg/Geode
48
include/osg/Geode
42
include/osg/Geometry
49
include/osg/Geometry
50
include/osg/GraphicsContext
51
include/osg/GraphicsThread
43
include/osg/Group
52
include/osg/Group
44
include/osg/Image
53
include/osg/Image
45
include/osg/ImageStream
54
include/osg/ImageStream
46
include/osg/Impostor
47
include/osg/ImpostorSprite
48
include/osg/LOD
55
include/osg/LOD
49
include/osg/Light
56
include/osg/Light
50
include/osg/LightModel
57
include/osg/LightModel
Lines 52-57 Link Here
52
include/osg/LineSegment
59
include/osg/LineSegment
53
include/osg/LineStipple
60
include/osg/LineStipple
54
include/osg/LineWidth
61
include/osg/LineWidth
62
include/osg/LogicOp
55
include/osg/Material
63
include/osg/Material
56
include/osg/Math
64
include/osg/Math
57
include/osg/Matrix
65
include/osg/Matrix
Lines 61-66 Link Here
61
include/osg/Multisample
69
include/osg/Multisample
62
include/osg/Node
70
include/osg/Node
63
include/osg/NodeCallback
71
include/osg/NodeCallback
72
include/osg/NodeTrackerCallback
64
include/osg/NodeVisitor
73
include/osg/NodeVisitor
65
include/osg/Notify
74
include/osg/Notify
66
include/osg/Object
75
include/osg/Object
Lines 75-86 Link Here
75
include/osg/Polytope
84
include/osg/Polytope
76
include/osg/PositionAttitudeTransform
85
include/osg/PositionAttitudeTransform
77
include/osg/PrimitiveSet
86
include/osg/PrimitiveSet
87
include/osg/Program
78
include/osg/Projection
88
include/osg/Projection
89
include/osg/ProxyNode
79
include/osg/Quat
90
include/osg/Quat
80
include/osg/RefNodePath
81
include/osg/Referenced
91
include/osg/Referenced
92
include/osg/Scissor
82
include/osg/Sequence
93
include/osg/Sequence
83
include/osg/ShadeModel
94
include/osg/ShadeModel
95
include/osg/Shader
84
include/osg/ShadowVolumeOccluder
96
include/osg/ShadowVolumeOccluder
85
include/osg/Shape
97
include/osg/Shape
86
include/osg/ShapeDrawable
98
include/osg/ShapeDrawable
Lines 105-126 Link Here
105
include/osg/Transform
117
include/osg/Transform
106
include/osg/TriangleFunctor
118
include/osg/TriangleFunctor
107
include/osg/TriangleIndexFunctor
119
include/osg/TriangleIndexFunctor
108
include/osg/UByte4
120
include/osg/Uniform
109
include/osg/UnitTestFramework
121
include/osg/UnitTestFramework
110
include/osg/Vec2
122
include/osg/Vec2
123
include/osg/Vec2b
111
include/osg/Vec2d
124
include/osg/Vec2d
112
include/osg/Vec2f
125
include/osg/Vec2f
126
include/osg/Vec2s
113
include/osg/Vec3
127
include/osg/Vec3
128
include/osg/Vec3b
114
include/osg/Vec3d
129
include/osg/Vec3d
115
include/osg/Vec3f
130
include/osg/Vec3f
131
include/osg/Vec3s
116
include/osg/Vec4
132
include/osg/Vec4
133
include/osg/Vec4b
117
include/osg/Vec4d
134
include/osg/Vec4d
118
include/osg/Vec4f
135
include/osg/Vec4f
136
include/osg/Vec4s
137
include/osg/Vec4ub
119
include/osg/Version
138
include/osg/Version
120
include/osg/VertexProgram
139
include/osg/VertexProgram
121
include/osg/Viewport
140
include/osg/Viewport
122
include/osg/buffered_value
141
include/osg/buffered_value
123
include/osg/fast_back_stack
142
include/osg/fast_back_stack
143
include/osg/io_utils
144
include/osg/observer_ptr
124
include/osg/ref_ptr
145
include/osg/ref_ptr
125
include/osgDB/Archive
146
include/osgDB/Archive
126
include/osgDB/DatabasePager
147
include/osgDB/DatabasePager
Lines 148-153 Link Here
148
include/osgFX/Cartoon
169
include/osgFX/Cartoon
149
include/osgFX/Effect
170
include/osgFX/Effect
150
include/osgFX/Export
171
include/osgFX/Export
172
include/osgFX/MultiTextureControl
151
include/osgFX/Registry
173
include/osgFX/Registry
152
include/osgFX/Scribe
174
include/osgFX/Scribe
153
include/osgFX/SpecularHighlights
175
include/osgFX/SpecularHighlights
Lines 155-160 Link Here
155
include/osgFX/Validator
177
include/osgFX/Validator
156
include/osgGA/AnimationPathManipulator
178
include/osgGA/AnimationPathManipulator
157
include/osgGA/DriveManipulator
179
include/osgGA/DriveManipulator
180
include/osgGA/EventQueue
181
include/osgGA/EventVisitor
158
include/osgGA/Export
182
include/osgGA/Export
159
include/osgGA/FlightManipulator
183
include/osgGA/FlightManipulator
160
include/osgGA/GUIActionAdapter
184
include/osgGA/GUIActionAdapter
Lines 168-188 Link Here
168
include/osgGA/StateSetManipulator
192
include/osgGA/StateSetManipulator
169
include/osgGA/TerrainManipulator
193
include/osgGA/TerrainManipulator
170
include/osgGA/TrackballManipulator
194
include/osgGA/TrackballManipulator
195
include/osgGA/UFOManipulator
171
include/osgGA/Version
196
include/osgGA/Version
172
include/osgGL2/Export
197
include/osgIntrospection/Attributes
173
include/osgGL2/Extensions
198
include/osgIntrospection/Comparator
174
include/osgGL2/ProgramObject
199
include/osgIntrospection/ConstructorInfo
175
include/osgGL2/UniformValue
200
include/osgIntrospection/Converter
176
include/osgGL2/Version
201
include/osgIntrospection/ConverterProxy
202
include/osgIntrospection/CustomAttribute
203
include/osgIntrospection/CustomAttributeProvider
204
include/osgIntrospection/Exceptions
205
include/osgIntrospection/Export
206
include/osgIntrospection/InstanceCreator
207
include/osgIntrospection/MethodInfo
208
include/osgIntrospection/ParameterInfo
209
include/osgIntrospection/PropertyInfo
210
include/osgIntrospection/PublicMemberAccessor
211
include/osgIntrospection/ReaderWriter
212
include/osgIntrospection/Reflection
213
include/osgIntrospection/ReflectionMacros
214
include/osgIntrospection/Reflector
215
include/osgIntrospection/StaticMethodInfo
216
include/osgIntrospection/Type
217
include/osgIntrospection/TypeNameAliasProxy
218
include/osgIntrospection/TypedConstructorInfo
219
include/osgIntrospection/TypedMethodInfo
220
include/osgIntrospection/Utility
221
include/osgIntrospection/Value
222
include/osgIntrospection/variant_cast
177
include/osgParticle/AccelOperator
223
include/osgParticle/AccelOperator
178
include/osgParticle/AngularAccelOperator
224
include/osgParticle/AngularAccelOperator
225
include/osgParticle/BoxPlacer
179
include/osgParticle/CenteredPlacer
226
include/osgParticle/CenteredPlacer
227
include/osgParticle/ConnectedParticleSystem
228
include/osgParticle/ConstantRateCounter
180
include/osgParticle/Counter
229
include/osgParticle/Counter
181
include/osgParticle/Emitter
230
include/osgParticle/Emitter
231
include/osgParticle/ExplosionDebrisEffect
182
include/osgParticle/ExplosionEffect
232
include/osgParticle/ExplosionEffect
183
include/osgParticle/Export
233
include/osgParticle/Export
184
include/osgParticle/FireEffect
234
include/osgParticle/FireEffect
185
include/osgParticle/FluidFrictionOperator
235
include/osgParticle/FluidFrictionOperator
236
include/osgParticle/FluidProgram
186
include/osgParticle/ForceOperator
237
include/osgParticle/ForceOperator
187
include/osgParticle/Interpolator
238
include/osgParticle/Interpolator
188
include/osgParticle/LinearInterpolator
239
include/osgParticle/LinearInterpolator
Lines 197-202 Link Here
197
include/osgParticle/ParticleSystemUpdater
248
include/osgParticle/ParticleSystemUpdater
198
include/osgParticle/Placer
249
include/osgParticle/Placer
199
include/osgParticle/PointPlacer
250
include/osgParticle/PointPlacer
251
include/osgParticle/PrecipitationEffect
200
include/osgParticle/Program
252
include/osgParticle/Program
201
include/osgParticle/RadialShooter
253
include/osgParticle/RadialShooter
202
include/osgParticle/RandomRateCounter
254
include/osgParticle/RandomRateCounter
Lines 204-214 Link Here
204
include/osgParticle/SegmentPlacer
256
include/osgParticle/SegmentPlacer
205
include/osgParticle/Shooter
257
include/osgParticle/Shooter
206
include/osgParticle/SmokeEffect
258
include/osgParticle/SmokeEffect
259
include/osgParticle/SmokeTrailEffect
207
include/osgParticle/VariableRateCounter
260
include/osgParticle/VariableRateCounter
208
include/osgParticle/Version
261
include/osgParticle/Version
209
include/osgParticle/range
262
include/osgParticle/range
210
include/osgProducer/EventAdapter
211
include/osgProducer/Export
263
include/osgProducer/Export
264
include/osgProducer/GraphicsContextImplementation
212
include/osgProducer/KeyboardMouseCallback
265
include/osgProducer/KeyboardMouseCallback
213
include/osgProducer/OsgCameraGroup
266
include/osgProducer/OsgCameraGroup
214
include/osgProducer/OsgSceneHandler
267
include/osgProducer/OsgSceneHandler
Lines 220-229 Link Here
220
include/osgSim/DOFTransform
273
include/osgSim/DOFTransform
221
include/osgSim/Export
274
include/osgSim/Export
222
include/osgSim/GeographicLocation
275
include/osgSim/GeographicLocation
276
include/osgSim/Impostor
277
include/osgSim/ImpostorSprite
278
include/osgSim/InsertImpostorsVisitor
223
include/osgSim/LightPoint
279
include/osgSim/LightPoint
224
include/osgSim/LightPointNode
280
include/osgSim/LightPointNode
225
include/osgSim/LightPointSystem
281
include/osgSim/LightPointSystem
226
include/osgSim/MultiSwitch
282
include/osgSim/MultiSwitch
283
include/osgSim/OpenFlightOptimizer
284
include/osgSim/OverlayNode
227
include/osgSim/ScalarBar
285
include/osgSim/ScalarBar
228
include/osgSim/ScalarsToColors
286
include/osgSim/ScalarsToColors
229
include/osgSim/Sector
287
include/osgSim/Sector
Lines 248-266 Link Here
248
include/osgUtil/GLObjectsVisitor
306
include/osgUtil/GLObjectsVisitor
249
include/osgUtil/HalfWayMapGenerator
307
include/osgUtil/HalfWayMapGenerator
250
include/osgUtil/HighlightMapGenerator
308
include/osgUtil/HighlightMapGenerator
251
include/osgUtil/InsertImpostorsVisitor
252
include/osgUtil/IntersectVisitor
309
include/osgUtil/IntersectVisitor
253
include/osgUtil/Optimizer
310
include/osgUtil/Optimizer
311
include/osgUtil/PositionalStateContainer
254
include/osgUtil/ReflectionMapGenerator
312
include/osgUtil/ReflectionMapGenerator
255
include/osgUtil/RenderBin
313
include/osgUtil/RenderBin
256
include/osgUtil/RenderGraph
257
include/osgUtil/RenderLeaf
314
include/osgUtil/RenderLeaf
258
include/osgUtil/RenderStage
315
include/osgUtil/RenderStage
259
include/osgUtil/RenderStageLighting
260
include/osgUtil/RenderToTextureStage
261
include/osgUtil/SceneView
316
include/osgUtil/SceneView
262
include/osgUtil/Simplifier
317
include/osgUtil/Simplifier
263
include/osgUtil/SmoothingVisitor
318
include/osgUtil/SmoothingVisitor
319
include/osgUtil/StateGraph
264
include/osgUtil/Statistics
320
include/osgUtil/Statistics
265
include/osgUtil/TangentSpaceGenerator
321
include/osgUtil/TangentSpaceGenerator
266
include/osgUtil/Tesselator
322
include/osgUtil/Tesselator
Lines 273-279 Link Here
273
lib/libosgDB.so
329
lib/libosgDB.so
274
lib/libosgFX.so
330
lib/libosgFX.so
275
lib/libosgGA.so
331
lib/libosgGA.so
276
lib/libosgGL2.so
277
lib/libosgParticle.so
332
lib/libosgParticle.so
278
lib/libosgProducer.so
333
lib/libosgProducer.so
279
lib/libosgSim.so
334
lib/libosgSim.so
Lines 281-293 Link Here
281
lib/libosgUtil.so
336
lib/libosgUtil.so
282
lib/osgPlugins/osgdb_3dc.so
337
lib/osgPlugins/osgdb_3dc.so
283
lib/osgPlugins/osgdb_3ds.so
338
lib/osgPlugins/osgdb_3ds.so
339
lib/osgPlugins/osgdb_OpenFlight.so
284
lib/osgPlugins/osgdb_ac.so
340
lib/osgPlugins/osgdb_ac.so
285
lib/osgPlugins/osgdb_bmp.so
341
lib/osgPlugins/osgdb_bmp.so
342
lib/osgPlugins/osgdb_bsp.so
286
lib/osgPlugins/osgdb_dds.so
343
lib/osgPlugins/osgdb_dds.so
287
lib/osgPlugins/osgdb_dw.so
344
lib/osgPlugins/osgdb_dw.so
345
lib/osgPlugins/osgdb_dxf.so
288
lib/osgPlugins/osgdb_flt.so
346
lib/osgPlugins/osgdb_flt.so
289
lib/osgPlugins/osgdb_freetype.so
347
lib/osgPlugins/osgdb_freetype.so
348
lib/osgPlugins/osgdb_geo.so
290
lib/osgPlugins/osgdb_gif.so
349
lib/osgPlugins/osgdb_gif.so
350
lib/osgPlugins/osgdb_hdr.so
291
lib/osgPlugins/osgdb_ive.so
351
lib/osgPlugins/osgdb_ive.so
292
lib/osgPlugins/osgdb_jpeg.so
352
lib/osgPlugins/osgdb_jpeg.so
293
lib/osgPlugins/osgdb_logo.so
353
lib/osgPlugins/osgdb_logo.so
Lines 295-300 Link Here
295
lib/osgPlugins/osgdb_lws.so
355
lib/osgPlugins/osgdb_lws.so
296
lib/osgPlugins/osgdb_md2.so
356
lib/osgPlugins/osgdb_md2.so
297
lib/osgPlugins/osgdb_net.so
357
lib/osgPlugins/osgdb_net.so
358
lib/osgPlugins/osgdb_normals.so
298
lib/osgPlugins/osgdb_obj.so
359
lib/osgPlugins/osgdb_obj.so
299
lib/osgPlugins/osgdb_osg.so
360
lib/osgPlugins/osgdb_osg.so
300
lib/osgPlugins/osgdb_osgFX.so
361
lib/osgPlugins/osgdb_osgFX.so
Lines 309-314 Link Here
309
lib/osgPlugins/osgdb_rgb.so
370
lib/osgPlugins/osgdb_rgb.so
310
lib/osgPlugins/osgdb_rot.so
371
lib/osgPlugins/osgdb_rot.so
311
lib/osgPlugins/osgdb_scale.so
372
lib/osgPlugins/osgdb_scale.so
373
lib/osgPlugins/osgdb_shp.so
312
lib/osgPlugins/osgdb_stl.so
374
lib/osgPlugins/osgdb_stl.so
313
lib/osgPlugins/osgdb_tga.so
375
lib/osgPlugins/osgdb_tga.so
314
lib/osgPlugins/osgdb_tgz.so
376
lib/osgPlugins/osgdb_tgz.so
Lines 317-415 Link Here
317
lib/osgPlugins/osgdb_txp.so
379
lib/osgPlugins/osgdb_txp.so
318
lib/osgPlugins/osgdb_x.so
380
lib/osgPlugins/osgdb_x.so
319
lib/osgPlugins/osgdb_zip.so
381
lib/osgPlugins/osgdb_zip.so
320
@dirrm include/osg
321
@dirrm include/osgDB
322
@dirrm include/osgFX
323
@dirrm include/osgGA
324
@dirrm include/osgGL2
325
@dirrm include/osgParticle
326
@dirrm include/osgProducer
327
@dirrm include/osgSim
328
@dirrm include/osgTerrain
329
@dirrm include/osgText
330
@dirrm include/osgUtil
331
@dirrm lib/osgPlugins
332
%%EXAMPLESDIR%%/bin/osganimate
333
%%EXAMPLESDIR%%/bin/osgarchive
382
%%EXAMPLESDIR%%/bin/osgarchive
334
%%EXAMPLESDIR%%/bin/osgautotransform
335
%%EXAMPLESDIR%%/bin/osgbillboard
336
%%EXAMPLESDIR%%/bin/osgcallback
337
%%EXAMPLESDIR%%/bin/osgcameragroup
338
%%EXAMPLESDIR%%/bin/osgclip
339
%%EXAMPLESDIR%%/bin/osgcluster
340
%%EXAMPLESDIR%%/bin/osgconv
383
%%EXAMPLESDIR%%/bin/osgconv
341
%%EXAMPLESDIR%%/bin/osgcopy
342
%%EXAMPLESDIR%%/bin/osgcubemap
343
%%EXAMPLESDIR%%/bin/osgdepthshadow
344
%%EXAMPLESDIR%%/bin/osgdistortion
345
%%EXAMPLESDIR%%/bin/osgforest
346
%%EXAMPLESDIR%%/bin/osgfxbrowser
347
%%EXAMPLESDIR%%/bin/osggeodemo
348
%%EXAMPLESDIR%%/bin/osggeometry
349
%%EXAMPLESDIR%%/bin/osghangglide
350
%%EXAMPLESDIR%%/bin/osghud
351
%%EXAMPLESDIR%%/bin/osgimpostor
352
%%EXAMPLESDIR%%/bin/osgkeyboard
353
%%EXAMPLESDIR%%/bin/osgkeyboardmouse
354
%%EXAMPLESDIR%%/bin/osglauncher
355
%%EXAMPLESDIR%%/bin/osglight
356
%%EXAMPLESDIR%%/bin/osglightpoint
357
%%EXAMPLESDIR%%/bin/osglogo
358
%%EXAMPLESDIR%%/bin/osgmotionblur
359
%%EXAMPLESDIR%%/bin/osgmovie
360
%%EXAMPLESDIR%%/bin/osgmultitexture
361
%%EXAMPLESDIR%%/bin/osgoccluder
362
%%EXAMPLESDIR%%/bin/osgpagedlod
363
%%EXAMPLESDIR%%/bin/osgparticle
364
%%EXAMPLESDIR%%/bin/osgpick
365
%%EXAMPLESDIR%%/bin/osgplanets
366
%%EXAMPLESDIR%%/bin/osgpoints
367
%%EXAMPLESDIR%%/bin/osgpointsprite
368
%%EXAMPLESDIR%%/bin/osgprerender
369
%%EXAMPLESDIR%%/bin/osgprerendercubemap
370
%%EXAMPLESDIR%%/bin/osgreflect
371
%%EXAMPLESDIR%%/bin/osgscalarbar
372
%%EXAMPLESDIR%%/bin/osgscribe
373
%%EXAMPLESDIR%%/bin/osgsequence
374
%%EXAMPLESDIR%%/bin/osgshaders
375
%%EXAMPLESDIR%%/bin/osgshadowtexture
376
%%EXAMPLESDIR%%/bin/osgshape
377
%%EXAMPLESDIR%%/bin/osgsimple
378
%%EXAMPLESDIR%%/bin/osgsimplepager
379
%%EXAMPLESDIR%%/bin/osgsimplifier
380
%%EXAMPLESDIR%%/bin/osgspacewarp
381
%%EXAMPLESDIR%%/bin/osgspheresegment
382
%%EXAMPLESDIR%%/bin/osgspotlight
383
%%EXAMPLESDIR%%/bin/osgstereoimage
384
%%EXAMPLESDIR%%/bin/osgteapot
385
%%EXAMPLESDIR%%/bin/osgtesselate
386
%%EXAMPLESDIR%%/bin/osgtext
387
%%EXAMPLESDIR%%/bin/osgtexture1D
388
%%EXAMPLESDIR%%/bin/osgtexture2D
389
%%EXAMPLESDIR%%/bin/osgtexture3D
390
%%EXAMPLESDIR%%/bin/osgtexturerectangle
391
%%EXAMPLESDIR%%/bin/osgunittests
392
%%EXAMPLESDIR%%/bin/osgversion
384
%%EXAMPLESDIR%%/bin/osgversion
393
%%EXAMPLESDIR%%/bin/osgvertexprogram
394
%%EXAMPLESDIR%%/bin/osgviewer
385
%%EXAMPLESDIR%%/bin/osgviewer
395
%%EXAMPLESDIR%%/bin/osgvolume
396
%%EXAMPLESDIR%%/bin/osgwindows
397
%%EXAMPLESDIR%%/src/Make/makedefs
386
%%EXAMPLESDIR%%/src/Make/makedefs
398
%%EXAMPLESDIR%%/src/Make/makerules
387
%%EXAMPLESDIR%%/src/Make/makerules
388
%%EXAMPLESDIR%%/src/osgGLUTkeyboardmouse/GNUmakefile
389
%%EXAMPLESDIR%%/src/osgGLUTkeyboardmouse/osgGLUTkeyboardmouse.cpp
390
%%EXAMPLESDIR%%/src/osgGLUTsimple/GNUmakefile
391
%%EXAMPLESDIR%%/src/osgGLUTsimple/osgGLUTsimple.cpp
399
%%EXAMPLESDIR%%/src/osganimate/GNUmakefile
392
%%EXAMPLESDIR%%/src/osganimate/GNUmakefile
400
%%EXAMPLESDIR%%/src/osganimate/osganimate.cpp
393
%%EXAMPLESDIR%%/src/osganimate/osganimate.cpp
401
%%EXAMPLESDIR%%/src/osgarchive/GNUmakefile
402
%%EXAMPLESDIR%%/src/osgarchive/osgarchive.cpp
403
%%EXAMPLESDIR%%/src/osgautotransform/GNUmakefile
394
%%EXAMPLESDIR%%/src/osgautotransform/GNUmakefile
404
%%EXAMPLESDIR%%/src/osgautotransform/osgautotransform.cpp
395
%%EXAMPLESDIR%%/src/osgautotransform/osgautotransform.cpp
405
%%EXAMPLESDIR%%/src/osgbillboard/GNUmakefile
396
%%EXAMPLESDIR%%/src/osgbillboard/GNUmakefile
406
%%EXAMPLESDIR%%/src/osgbillboard/osgbillboard.cpp
397
%%EXAMPLESDIR%%/src/osgbillboard/osgbillboard.cpp
398
%%EXAMPLESDIR%%/src/osgblendequation/GNUmakefile
399
%%EXAMPLESDIR%%/src/osgblendequation/osgblendequation.cpp
407
%%EXAMPLESDIR%%/src/osgbluemarble/GNUmakefile
400
%%EXAMPLESDIR%%/src/osgbluemarble/GNUmakefile
408
%%EXAMPLESDIR%%/src/osgbluemarble/osgbluemarble.cpp
401
%%EXAMPLESDIR%%/src/osgbluemarble/osgbluemarble.cpp
409
%%EXAMPLESDIR%%/src/osgcallback/GNUmakefile
402
%%EXAMPLESDIR%%/src/osgcallback/GNUmakefile
410
%%EXAMPLESDIR%%/src/osgcallback/osgcallback.cpp
403
%%EXAMPLESDIR%%/src/osgcallback/osgcallback.cpp
404
%%EXAMPLESDIR%%/src/osgcamera/GNUmakefile
405
%%EXAMPLESDIR%%/src/osgcamera/osgcamera.cpp
411
%%EXAMPLESDIR%%/src/osgcameragroup/GNUmakefile
406
%%EXAMPLESDIR%%/src/osgcameragroup/GNUmakefile
412
%%EXAMPLESDIR%%/src/osgcameragroup/osgcameragroup.cpp
407
%%EXAMPLESDIR%%/src/osgcameragroup/osgcameragroup.cpp
408
%%EXAMPLESDIR%%/src/osgcatch/GNUmakefile
409
%%EXAMPLESDIR%%/src/osgcatch/osgcatch.cpp
410
%%EXAMPLESDIR%%/src/osgcegui/GNUmakefile
411
%%EXAMPLESDIR%%/src/osgcegui/osgcegui.cpp
413
%%EXAMPLESDIR%%/src/osgclip/GNUmakefile
412
%%EXAMPLESDIR%%/src/osgclip/GNUmakefile
414
%%EXAMPLESDIR%%/src/osgclip/osgclip.cpp
413
%%EXAMPLESDIR%%/src/osgclip/osgclip.cpp
415
%%EXAMPLESDIR%%/src/osgcluster/GNUmakefile
414
%%EXAMPLESDIR%%/src/osgcluster/GNUmakefile
Lines 418-437 Link Here
418
%%EXAMPLESDIR%%/src/osgcluster/osgcluster.cpp
417
%%EXAMPLESDIR%%/src/osgcluster/osgcluster.cpp
419
%%EXAMPLESDIR%%/src/osgcluster/receiver.cpp
418
%%EXAMPLESDIR%%/src/osgcluster/receiver.cpp
420
%%EXAMPLESDIR%%/src/osgcluster/receiver.h
419
%%EXAMPLESDIR%%/src/osgcluster/receiver.h
421
%%EXAMPLESDIR%%/src/osgconv/GNUmakefile
422
%%EXAMPLESDIR%%/src/osgconv/GeoSet.cpp
423
%%EXAMPLESDIR%%/src/osgconv/IO_GeoSet.cpp
424
%%EXAMPLESDIR%%/src/osgconv/OrientationConverter.cpp
425
%%EXAMPLESDIR%%/src/osgconv/OrientationConverter.h
426
%%EXAMPLESDIR%%/src/osgconv/osgconv.cpp
427
%%EXAMPLESDIR%%/src/osgcopy/GNUmakefile
420
%%EXAMPLESDIR%%/src/osgcopy/GNUmakefile
428
%%EXAMPLESDIR%%/src/osgcopy/osgcopy.cpp
421
%%EXAMPLESDIR%%/src/osgcopy/osgcopy.cpp
429
%%EXAMPLESDIR%%/src/osgcubemap/GNUmakefile
422
%%EXAMPLESDIR%%/src/osgcubemap/GNUmakefile
430
%%EXAMPLESDIR%%/src/osgcubemap/osgcubemap.cpp
423
%%EXAMPLESDIR%%/src/osgcubemap/osgcubemap.cpp
431
%%EXAMPLESDIR%%/src/osgdem/GNUmakefile
424
%%EXAMPLESDIR%%/src/osgdelaunay/GNUmakefile
432
%%EXAMPLESDIR%%/src/osgdem/osgdem.cpp
425
%%EXAMPLESDIR%%/src/osgdelaunay/osgdelaunay.cpp
433
%%EXAMPLESDIR%%/src/osgdemeter/GNUmakefile
426
%%EXAMPLESDIR%%/src/osgdepthpartition/DepthPartitionNode.cpp
434
%%EXAMPLESDIR%%/src/osgdemeter/osgdemeter.cpp
427
%%EXAMPLESDIR%%/src/osgdepthpartition/DistanceAccumulator.cpp
428
%%EXAMPLESDIR%%/src/osgdepthpartition/GNUmakefile
429
%%EXAMPLESDIR%%/src/osgdepthpartition/osgdepthpartition.cpp
435
%%EXAMPLESDIR%%/src/osgdepthshadow/GNUmakefile
430
%%EXAMPLESDIR%%/src/osgdepthshadow/GNUmakefile
436
%%EXAMPLESDIR%%/src/osgdepthshadow/osgdepthshadow.cpp
431
%%EXAMPLESDIR%%/src/osgdepthshadow/osgdepthshadow.cpp
437
%%EXAMPLESDIR%%/src/osgdistortion/GNUmakefile
432
%%EXAMPLESDIR%%/src/osgdistortion/GNUmakefile
Lines 464-469 Link Here
464
%%EXAMPLESDIR%%/src/osgimpostor/GNUmakefile
459
%%EXAMPLESDIR%%/src/osgimpostor/GNUmakefile
465
%%EXAMPLESDIR%%/src/osgimpostor/TestManipulator.cpp
460
%%EXAMPLESDIR%%/src/osgimpostor/TestManipulator.cpp
466
%%EXAMPLESDIR%%/src/osgimpostor/osgimpostor.cpp
461
%%EXAMPLESDIR%%/src/osgimpostor/osgimpostor.cpp
462
%%EXAMPLESDIR%%/src/osgintrospection/GNUmakefile
463
%%EXAMPLESDIR%%/src/osgintrospection/osgintrospection.cpp
467
%%EXAMPLESDIR%%/src/osgkeyboard/GNUmakefile
464
%%EXAMPLESDIR%%/src/osgkeyboard/GNUmakefile
468
%%EXAMPLESDIR%%/src/osgkeyboard/osgkeyboard.cpp
465
%%EXAMPLESDIR%%/src/osgkeyboard/osgkeyboard.cpp
469
%%EXAMPLESDIR%%/src/osgkeyboardmouse/GNUmakefile
466
%%EXAMPLESDIR%%/src/osgkeyboardmouse/GNUmakefile
Lines 474-493 Link Here
474
%%EXAMPLESDIR%%/src/osglight/osglight.cpp
471
%%EXAMPLESDIR%%/src/osglight/osglight.cpp
475
%%EXAMPLESDIR%%/src/osglightpoint/GNUmakefile
472
%%EXAMPLESDIR%%/src/osglightpoint/GNUmakefile
476
%%EXAMPLESDIR%%/src/osglightpoint/osglightpoint.cpp
473
%%EXAMPLESDIR%%/src/osglightpoint/osglightpoint.cpp
474
%%EXAMPLESDIR%%/src/osglogicop/GNUmakefile
475
%%EXAMPLESDIR%%/src/osglogicop/osglogicop.cpp
477
%%EXAMPLESDIR%%/src/osglogo/GNUmakefile
476
%%EXAMPLESDIR%%/src/osglogo/GNUmakefile
478
%%EXAMPLESDIR%%/src/osglogo/osglogo.cpp
477
%%EXAMPLESDIR%%/src/osglogo/osglogo.cpp
479
%%EXAMPLESDIR%%/src/osgmotionblur/GNUmakefile
478
%%EXAMPLESDIR%%/src/osgmotionblur/GNUmakefile
480
%%EXAMPLESDIR%%/src/osgmotionblur/osgmotionblur.cpp
479
%%EXAMPLESDIR%%/src/osgmotionblur/osgmotionblur.cpp
481
%%EXAMPLESDIR%%/src/osgmovie/GNUmakefile
480
%%EXAMPLESDIR%%/src/osgmovie/GNUmakefile
482
%%EXAMPLESDIR%%/src/osgmovie/osgmovie.cpp
481
%%EXAMPLESDIR%%/src/osgmovie/osgmovie.cpp
482
%%EXAMPLESDIR%%/src/osgmultiplecameras/GNUmakefile
483
%%EXAMPLESDIR%%/src/osgmultiplecameras/osgmultiplecameras.cpp
483
%%EXAMPLESDIR%%/src/osgmultitexture/GNUmakefile
484
%%EXAMPLESDIR%%/src/osgmultitexture/GNUmakefile
484
%%EXAMPLESDIR%%/src/osgmultitexture/osgmultitexture.cpp
485
%%EXAMPLESDIR%%/src/osgmultitexture/osgmultitexture.cpp
485
%%EXAMPLESDIR%%/src/osgoccluder/GNUmakefile
486
%%EXAMPLESDIR%%/src/osgoccluder/GNUmakefile
486
%%EXAMPLESDIR%%/src/osgoccluder/osgoccluder.cpp
487
%%EXAMPLESDIR%%/src/osgoccluder/osgoccluder.cpp
487
%%EXAMPLESDIR%%/src/osgpagedlod/GNUmakefile
488
%%EXAMPLESDIR%%/src/osgpagedlod/GNUmakefile
488
%%EXAMPLESDIR%%/src/osgpagedlod/osgpagedlod.cpp
489
%%EXAMPLESDIR%%/src/osgpagedlod/osgpagedlod.cpp
490
%%EXAMPLESDIR%%/src/osgparametric/GNUmakefile
491
%%EXAMPLESDIR%%/src/osgparametric/osgparametric.cpp
489
%%EXAMPLESDIR%%/src/osgparticle/GNUmakefile
492
%%EXAMPLESDIR%%/src/osgparticle/GNUmakefile
490
%%EXAMPLESDIR%%/src/osgparticle/osgparticle.cpp
493
%%EXAMPLESDIR%%/src/osgparticle/osgparticle.cpp
494
%%EXAMPLESDIR%%/src/osgparticleeffects/GNUmakefile
495
%%EXAMPLESDIR%%/src/osgparticleeffects/osgparticleeffects.cpp
491
%%EXAMPLESDIR%%/src/osgphotoalbum/GNUmakefile
496
%%EXAMPLESDIR%%/src/osgphotoalbum/GNUmakefile
492
%%EXAMPLESDIR%%/src/osgphotoalbum/ImageReaderWriter.cpp
497
%%EXAMPLESDIR%%/src/osgphotoalbum/ImageReaderWriter.cpp
493
%%EXAMPLESDIR%%/src/osgphotoalbum/PhotoArchive.cpp
498
%%EXAMPLESDIR%%/src/osgphotoalbum/PhotoArchive.cpp
Lines 500-505 Link Here
500
%%EXAMPLESDIR%%/src/osgpoints/osgpoints.cpp
505
%%EXAMPLESDIR%%/src/osgpoints/osgpoints.cpp
501
%%EXAMPLESDIR%%/src/osgpointsprite/GNUmakefile
506
%%EXAMPLESDIR%%/src/osgpointsprite/GNUmakefile
502
%%EXAMPLESDIR%%/src/osgpointsprite/osgpointsprite.cpp
507
%%EXAMPLESDIR%%/src/osgpointsprite/osgpointsprite.cpp
508
%%EXAMPLESDIR%%/src/osgprecipitation/GNUmakefile
509
%%EXAMPLESDIR%%/src/osgprecipitation/osgprecipitation.cpp
503
%%EXAMPLESDIR%%/src/osgprerender/GNUmakefile
510
%%EXAMPLESDIR%%/src/osgprerender/GNUmakefile
504
%%EXAMPLESDIR%%/src/osgprerender/osgprerender.cpp
511
%%EXAMPLESDIR%%/src/osgprerender/osgprerender.cpp
505
%%EXAMPLESDIR%%/src/osgprerendercubemap/GNUmakefile
512
%%EXAMPLESDIR%%/src/osgprerendercubemap/GNUmakefile
Lines 516-521 Link Here
516
%%EXAMPLESDIR%%/src/osgshaders/GNUmakefile
523
%%EXAMPLESDIR%%/src/osgshaders/GNUmakefile
517
%%EXAMPLESDIR%%/src/osgshaders/Noise.cpp
524
%%EXAMPLESDIR%%/src/osgshaders/Noise.cpp
518
%%EXAMPLESDIR%%/src/osgshaders/osgshaders.cpp
525
%%EXAMPLESDIR%%/src/osgshaders/osgshaders.cpp
526
%%EXAMPLESDIR%%/src/osgshaderterrain/GNUmakefile
527
%%EXAMPLESDIR%%/src/osgshaderterrain/osgshaderterrain.cpp
519
%%EXAMPLESDIR%%/src/osgshadowtexture/CreateShadowedScene.cpp
528
%%EXAMPLESDIR%%/src/osgshadowtexture/CreateShadowedScene.cpp
520
%%EXAMPLESDIR%%/src/osgshadowtexture/GNUmakefile
529
%%EXAMPLESDIR%%/src/osgshadowtexture/GNUmakefile
521
%%EXAMPLESDIR%%/src/osgshadowtexture/osgshadowtexture.cpp
530
%%EXAMPLESDIR%%/src/osgshadowtexture/osgshadowtexture.cpp
Lines 529-534 Link Here
529
%%EXAMPLESDIR%%/src/osgsimplifier/osgsimplifier.cpp
538
%%EXAMPLESDIR%%/src/osgsimplifier/osgsimplifier.cpp
530
%%EXAMPLESDIR%%/src/osgsimulation/GNUmakefile
539
%%EXAMPLESDIR%%/src/osgsimulation/GNUmakefile
531
%%EXAMPLESDIR%%/src/osgsimulation/osgsimulation.cpp
540
%%EXAMPLESDIR%%/src/osgsimulation/osgsimulation.cpp
541
%%EXAMPLESDIR%%/src/osgslice/GNUmakefile
542
%%EXAMPLESDIR%%/src/osgslice/osgslice.cpp
532
%%EXAMPLESDIR%%/src/osgspacewarp/GNUmakefile
543
%%EXAMPLESDIR%%/src/osgspacewarp/GNUmakefile
533
%%EXAMPLESDIR%%/src/osgspacewarp/osgspacewarp.cpp
544
%%EXAMPLESDIR%%/src/osgspacewarp/osgspacewarp.cpp
534
%%EXAMPLESDIR%%/src/osgspheresegment/GNUmakefile
545
%%EXAMPLESDIR%%/src/osgspheresegment/GNUmakefile
Lines 553-584 Link Here
553
%%EXAMPLESDIR%%/src/osgtexturerectangle/osgtexturerectangle.cpp
564
%%EXAMPLESDIR%%/src/osgtexturerectangle/osgtexturerectangle.cpp
554
%%EXAMPLESDIR%%/src/osgunittests/GNUmakefile
565
%%EXAMPLESDIR%%/src/osgunittests/GNUmakefile
555
%%EXAMPLESDIR%%/src/osgunittests/osgunittests.cpp
566
%%EXAMPLESDIR%%/src/osgunittests/osgunittests.cpp
556
%%EXAMPLESDIR%%/src/osgversion/GNUmakefile
567
%%EXAMPLESDIR%%/src/osgunittests/performance.cpp
557
%%EXAMPLESDIR%%/src/osgversion/osgversion.cpp
558
%%EXAMPLESDIR%%/src/osgvertexprogram/GNUmakefile
568
%%EXAMPLESDIR%%/src/osgvertexprogram/GNUmakefile
559
%%EXAMPLESDIR%%/src/osgvertexprogram/osgvertexprogram.cpp
569
%%EXAMPLESDIR%%/src/osgvertexprogram/osgvertexprogram.cpp
560
%%EXAMPLESDIR%%/src/osgviewer/GNUmakefile
561
%%EXAMPLESDIR%%/src/osgviewer/osgviewer.cpp
562
%%EXAMPLESDIR%%/src/osgvolume/GNUmakefile
570
%%EXAMPLESDIR%%/src/osgvolume/GNUmakefile
563
%%EXAMPLESDIR%%/src/osgvolume/osgvolume.cpp
571
%%EXAMPLESDIR%%/src/osgvolume/osgvolume.cpp
564
%%EXAMPLESDIR%%/src/osgwindows/GNUmakefile
572
%%EXAMPLESDIR%%/src/osgwindows/GNUmakefile
565
%%EXAMPLESDIR%%/src/osgwindows/osgwindows.cpp
573
%%EXAMPLESDIR%%/src/osgwindows/osgwindows.cpp
566
@dirrm %%EXAMPLESDIR%%/bin
574
@dirrm %%EXAMPLESDIR%%/bin
567
@dirrm %%EXAMPLESDIR%%/src/Make
575
@dirrm %%EXAMPLESDIR%%/src/Make
576
@dirrm %%EXAMPLESDIR%%/src/osgGLUTkeyboardmouse
577
@dirrm %%EXAMPLESDIR%%/src/osgGLUTsimple
568
@dirrm %%EXAMPLESDIR%%/src/osganimate
578
@dirrm %%EXAMPLESDIR%%/src/osganimate
569
@dirrm %%EXAMPLESDIR%%/src/osgarchive
570
@dirrm %%EXAMPLESDIR%%/src/osgautotransform
579
@dirrm %%EXAMPLESDIR%%/src/osgautotransform
571
@dirrm %%EXAMPLESDIR%%/src/osgbillboard
580
@dirrm %%EXAMPLESDIR%%/src/osgbillboard
581
@dirrm %%EXAMPLESDIR%%/src/osgblendequation
572
@dirrm %%EXAMPLESDIR%%/src/osgbluemarble
582
@dirrm %%EXAMPLESDIR%%/src/osgbluemarble
573
@dirrm %%EXAMPLESDIR%%/src/osgcallback
583
@dirrm %%EXAMPLESDIR%%/src/osgcallback
584
@dirrm %%EXAMPLESDIR%%/src/osgcamera
574
@dirrm %%EXAMPLESDIR%%/src/osgcameragroup
585
@dirrm %%EXAMPLESDIR%%/src/osgcameragroup
586
@dirrm %%EXAMPLESDIR%%/src/osgcatch
587
@dirrm %%EXAMPLESDIR%%/src/osgcegui
575
@dirrm %%EXAMPLESDIR%%/src/osgclip
588
@dirrm %%EXAMPLESDIR%%/src/osgclip
576
@dirrm %%EXAMPLESDIR%%/src/osgcluster
589
@dirrm %%EXAMPLESDIR%%/src/osgcluster
577
@dirrm %%EXAMPLESDIR%%/src/osgconv
578
@dirrm %%EXAMPLESDIR%%/src/osgcopy
590
@dirrm %%EXAMPLESDIR%%/src/osgcopy
579
@dirrm %%EXAMPLESDIR%%/src/osgcubemap
591
@dirrm %%EXAMPLESDIR%%/src/osgcubemap
580
@dirrm %%EXAMPLESDIR%%/src/osgdem
592
@dirrm %%EXAMPLESDIR%%/src/osgdelaunay
581
@dirrm %%EXAMPLESDIR%%/src/osgdemeter
593
@dirrm %%EXAMPLESDIR%%/src/osgdepthpartition
582
@dirrm %%EXAMPLESDIR%%/src/osgdepthshadow
594
@dirrm %%EXAMPLESDIR%%/src/osgdepthshadow
583
@dirrm %%EXAMPLESDIR%%/src/osgdistortion
595
@dirrm %%EXAMPLESDIR%%/src/osgdistortion
584
@dirrm %%EXAMPLESDIR%%/src/osgforest
596
@dirrm %%EXAMPLESDIR%%/src/osgforest
Lines 588-611 Link Here
588
@dirrm %%EXAMPLESDIR%%/src/osghangglide
600
@dirrm %%EXAMPLESDIR%%/src/osghangglide
589
@dirrm %%EXAMPLESDIR%%/src/osghud
601
@dirrm %%EXAMPLESDIR%%/src/osghud
590
@dirrm %%EXAMPLESDIR%%/src/osgimpostor
602
@dirrm %%EXAMPLESDIR%%/src/osgimpostor
603
@dirrm %%EXAMPLESDIR%%/src/osgintrospection
591
@dirrm %%EXAMPLESDIR%%/src/osgkeyboard
604
@dirrm %%EXAMPLESDIR%%/src/osgkeyboard
592
@dirrm %%EXAMPLESDIR%%/src/osgkeyboardmouse
605
@dirrm %%EXAMPLESDIR%%/src/osgkeyboardmouse
593
@dirrm %%EXAMPLESDIR%%/src/osglauncher
606
@dirrm %%EXAMPLESDIR%%/src/osglauncher
594
@dirrm %%EXAMPLESDIR%%/src/osglight
607
@dirrm %%EXAMPLESDIR%%/src/osglight
595
@dirrm %%EXAMPLESDIR%%/src/osglightpoint
608
@dirrm %%EXAMPLESDIR%%/src/osglightpoint
609
@dirrm %%EXAMPLESDIR%%/src/osglogicop
596
@dirrm %%EXAMPLESDIR%%/src/osglogo
610
@dirrm %%EXAMPLESDIR%%/src/osglogo
597
@dirrm %%EXAMPLESDIR%%/src/osgmotionblur
611
@dirrm %%EXAMPLESDIR%%/src/osgmotionblur
598
@dirrm %%EXAMPLESDIR%%/src/osgmovie
612
@dirrm %%EXAMPLESDIR%%/src/osgmovie
613
@dirrm %%EXAMPLESDIR%%/src/osgmultiplecameras
599
@dirrm %%EXAMPLESDIR%%/src/osgmultitexture
614
@dirrm %%EXAMPLESDIR%%/src/osgmultitexture
600
@dirrm %%EXAMPLESDIR%%/src/osgoccluder
615
@dirrm %%EXAMPLESDIR%%/src/osgoccluder
601
@dirrm %%EXAMPLESDIR%%/src/osgpagedlod
616
@dirrm %%EXAMPLESDIR%%/src/osgpagedlod
617
@dirrm %%EXAMPLESDIR%%/src/osgparametric
602
@dirrm %%EXAMPLESDIR%%/src/osgparticle
618
@dirrm %%EXAMPLESDIR%%/src/osgparticle
603
@dirrm %%EXAMPLESDIR%%/src/osgpbuffer
619
@dirrm %%EXAMPLESDIR%%/src/osgparticleeffects
604
@dirrm %%EXAMPLESDIR%%/src/osgphotoalbum
620
@dirrm %%EXAMPLESDIR%%/src/osgphotoalbum
605
@dirrm %%EXAMPLESDIR%%/src/osgpick
621
@dirrm %%EXAMPLESDIR%%/src/osgpick
606
@dirrm %%EXAMPLESDIR%%/src/osgplanets
622
@dirrm %%EXAMPLESDIR%%/src/osgplanets
607
@dirrm %%EXAMPLESDIR%%/src/osgpoints
623
@dirrm %%EXAMPLESDIR%%/src/osgpoints
608
@dirrm %%EXAMPLESDIR%%/src/osgpointsprite
624
@dirrm %%EXAMPLESDIR%%/src/osgpointsprite
625
@dirrm %%EXAMPLESDIR%%/src/osgprecipitation
609
@dirrm %%EXAMPLESDIR%%/src/osgprerender
626
@dirrm %%EXAMPLESDIR%%/src/osgprerender
610
@dirrm %%EXAMPLESDIR%%/src/osgprerendercubemap
627
@dirrm %%EXAMPLESDIR%%/src/osgprerendercubemap
611
@dirrm %%EXAMPLESDIR%%/src/osgreflect
628
@dirrm %%EXAMPLESDIR%%/src/osgreflect
Lines 613-624 Link Here
613
@dirrm %%EXAMPLESDIR%%/src/osgscribe
630
@dirrm %%EXAMPLESDIR%%/src/osgscribe
614
@dirrm %%EXAMPLESDIR%%/src/osgsequence
631
@dirrm %%EXAMPLESDIR%%/src/osgsequence
615
@dirrm %%EXAMPLESDIR%%/src/osgshaders
632
@dirrm %%EXAMPLESDIR%%/src/osgshaders
633
@dirrm %%EXAMPLESDIR%%/src/osgshaderterrain
616
@dirrm %%EXAMPLESDIR%%/src/osgshadowtexture
634
@dirrm %%EXAMPLESDIR%%/src/osgshadowtexture
617
@dirrm %%EXAMPLESDIR%%/src/osgshape
635
@dirrm %%EXAMPLESDIR%%/src/osgshape
618
@dirrm %%EXAMPLESDIR%%/src/osgsimple
636
@dirrm %%EXAMPLESDIR%%/src/osgsimple
619
@dirrm %%EXAMPLESDIR%%/src/osgsimplepager
637
@dirrm %%EXAMPLESDIR%%/src/osgsimplepager
620
@dirrm %%EXAMPLESDIR%%/src/osgsimplifier
638
@dirrm %%EXAMPLESDIR%%/src/osgsimplifier
621
@dirrm %%EXAMPLESDIR%%/src/osgsimulation
639
@dirrm %%EXAMPLESDIR%%/src/osgsimulation
640
@dirrm %%EXAMPLESDIR%%/src/osgslice
622
@dirrm %%EXAMPLESDIR%%/src/osgspacewarp
641
@dirrm %%EXAMPLESDIR%%/src/osgspacewarp
623
@dirrm %%EXAMPLESDIR%%/src/osgspheresegment
642
@dirrm %%EXAMPLESDIR%%/src/osgspheresegment
624
@dirrm %%EXAMPLESDIR%%/src/osgspotlight
643
@dirrm %%EXAMPLESDIR%%/src/osgspotlight
Lines 631-640 Link Here
631
@dirrm %%EXAMPLESDIR%%/src/osgtexture3D
650
@dirrm %%EXAMPLESDIR%%/src/osgtexture3D
632
@dirrm %%EXAMPLESDIR%%/src/osgtexturerectangle
651
@dirrm %%EXAMPLESDIR%%/src/osgtexturerectangle
633
@dirrm %%EXAMPLESDIR%%/src/osgunittests
652
@dirrm %%EXAMPLESDIR%%/src/osgunittests
634
@dirrm %%EXAMPLESDIR%%/src/osgversion
635
@dirrm %%EXAMPLESDIR%%/src/osgvertexprogram
653
@dirrm %%EXAMPLESDIR%%/src/osgvertexprogram
636
@dirrm %%EXAMPLESDIR%%/src/osgviewer
637
@dirrm %%EXAMPLESDIR%%/src/osgvolume
654
@dirrm %%EXAMPLESDIR%%/src/osgvolume
638
@dirrm %%EXAMPLESDIR%%/src/osgwindows
655
@dirrm %%EXAMPLESDIR%%/src/osgwindows
639
@dirrm %%EXAMPLESDIR%%/src
656
@dirrm %%EXAMPLESDIR%%/src
640
@dirrm %%EXAMPLESDIR%%
657
@dirrm %%EXAMPLESDIR%%
658
@dirrm lib/osgPlugins
659
@dirrm include/osg
660
@dirrm include/osgDB
661
@dirrm include/osgFX
662
@dirrm include/osgGA
663
@dirrm include/osgIntrospection
664
@dirrm include/osgParticle
665
@dirrm include/osgProducer
666
@dirrm include/osgSim
667
@dirrm include/osgTerrain
668
@dirrm include/osgText
669
@dirrm include/osgUtil

Return to bug 105729