summaryrefslogtreecommitdiffstats
path: root/www/openvrml/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/openvrml/files')
-rw-r--r--www/openvrml/files/lookat.sh.in4
-rw-r--r--www/openvrml/files/patch-Makefile.in11
-rw-r--r--www/openvrml/files/patch-ltmain.sh15
-rw-r--r--www/openvrml/files/patch-mozilla-plugin_src_openvrml-player_player.cpp19
4 files changed, 49 insertions, 0 deletions
diff --git a/www/openvrml/files/lookat.sh.in b/www/openvrml/files/lookat.sh.in
new file mode 100644
index 000000000..0f60203f5
--- /dev/null
+++ b/www/openvrml/files/lookat.sh.in
@@ -0,0 +1,4 @@
+#! /bin/sh
+# $FreeBSD: ports/www/openvrml/files/lookat.sh.in,v 1.1 2005/07/26 13:39:59 thierry Exp $
+
+LD_LIBRARY_PATH=%%LOCALBASE%%/lib/mozilla %%PREFIX%%/bin/lookat $1
diff --git a/www/openvrml/files/patch-Makefile.in b/www/openvrml/files/patch-Makefile.in
new file mode 100644
index 000000000..8386629f5
--- /dev/null
+++ b/www/openvrml/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Jul 4 01:29:49 2005
++++ Makefile.in Fri Jul 22 16:32:32 2005
+@@ -236,7 +236,7 @@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+-SUBDIRS = doc ide-projects m4 models lib java src mozilla-plugin tests
++SUBDIRS = ide-projects m4 models lib java src mozilla-plugin tests
+ ACLOCAL_AMFLAGS = -I m4
+ EXTRA_DIST = \
+ openvrml.pc.in \
diff --git a/www/openvrml/files/patch-ltmain.sh b/www/openvrml/files/patch-ltmain.sh
new file mode 100644
index 000000000..e7be8dd9a
--- /dev/null
+++ b/www/openvrml/files/patch-ltmain.sh
@@ -0,0 +1,15 @@
+--- ltmain.sh.orig Wed Apr 7 12:00:09 2004
++++ ltmain.sh Wed Apr 7 12:00:20 2004
+@@ -5428,10 +5428,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false ; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/www/openvrml/files/patch-mozilla-plugin_src_openvrml-player_player.cpp b/www/openvrml/files/patch-mozilla-plugin_src_openvrml-player_player.cpp
new file mode 100644
index 000000000..6bc8559c9
--- /dev/null
+++ b/www/openvrml/files/patch-mozilla-plugin_src_openvrml-player_player.cpp
@@ -0,0 +1,19 @@
+--- mozilla-plugin/src/openvrml-player/player.cpp.orig Tue Nov 15 00:16:02 2005
++++ mozilla-plugin/src/openvrml-player/player.cpp Tue Nov 15 00:21:07 2005
+@@ -22,14 +22,14 @@
+ # include <boost/lexical_cast.hpp>
+ # include <boost/spirit.hpp>
+ # include <boost/spirit/phoenix.hpp>
++# include <openvrml/browser.h>
++# include <openvrml/gl/viewer.h>
+ # include <unistd.h>
+ # include <argp.h>
+ # include <X11/keysym.h>
+ # include <gdk/gdkx.h>
+ # include <gtk/gtk.h>
+ # include <gtk/gtkgl.h>
+-# include <openvrml/browser.h>
+-# include <openvrml/gl/viewer.h>
+
+ namespace {
+