summaryrefslogtreecommitdiff
path: root/graphics/tulip/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-17 01:56:02 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-17 01:56:02 +0000
commit2979d5f96aff817fdb8aad68fd0e45bd0192e36c (patch)
tree7641321cdcafdbdcc34836c617da2fe0032542fb /graphics/tulip/files
parent- update to 1.4 (diff)
- update to 1.2.3
- sort pkg-plist PR: 51227 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=81134
Diffstat (limited to 'graphics/tulip/files')
-rw-r--r--graphics/tulip/files/patch-FileSystem.cpp9
-rw-r--r--graphics/tulip/files/patch-GlGraph.cpp10
-rw-r--r--graphics/tulip/files/patch-TemplateFactory.cxx6
-rw-r--r--graphics/tulip/files/patch-ltmain.sh49
4 files changed, 67 insertions, 7 deletions
diff --git a/graphics/tulip/files/patch-FileSystem.cpp b/graphics/tulip/files/patch-FileSystem.cpp
index 55a5e2019e74..c64324f43660 100644
--- a/graphics/tulip/files/patch-FileSystem.cpp
+++ b/graphics/tulip/files/patch-FileSystem.cpp
@@ -1,10 +1,11 @@
---- plugins/import/FileSystem.cpp.orig Fri Jan 10 12:54:43 2003
-+++ plugins/import/FileSystem.cpp Fri Jan 10 12:56:18 2003
+--- plugins/import/FileSystem.cpp.orig Fri Nov 1 00:55:42 2002
++++ plugins/import/FileSystem.cpp Sun Apr 20 01:10:32 2003
@@ -1,8 +1,8 @@
+#include <sys/types.h>
#include <sys/timeb.h>
- #include<qfiledialog.h>
- #include "TulipPlugin.h"
+-#include<qfiledialog.h>
++#include <qfiledialog.h>
+ #include <tulip/TulipPlugin.h>
#include <sys/stat.h>
-#include <sys/types.h>
#include <dirent.h>
diff --git a/graphics/tulip/files/patch-GlGraph.cpp b/graphics/tulip/files/patch-GlGraph.cpp
new file mode 100644
index 000000000000..248b100f1caa
--- /dev/null
+++ b/graphics/tulip/files/patch-GlGraph.cpp
@@ -0,0 +1,10 @@
+--- library/tulip-ogl/src/GlGraph.cpp.orig Wed Nov 13 22:36:00 2002
++++ library/tulip-ogl/src/GlGraph.cpp Sat Apr 19 23:45:11 2003
+@@ -39,6 +39,7 @@
+
+
+ //test
++#include <sys/types.h>
+ #include <sys/timeb.h>
+
+ TemplateFactory<GlyphFactory,Glyph,GlyphContext *> GlGraph::glyphFactory;
diff --git a/graphics/tulip/files/patch-TemplateFactory.cxx b/graphics/tulip/files/patch-TemplateFactory.cxx
index 7853c5568108..e727c2624816 100644
--- a/graphics/tulip/files/patch-TemplateFactory.cxx
+++ b/graphics/tulip/files/patch-TemplateFactory.cxx
@@ -1,6 +1,6 @@
---- library/include/cxx/TemplateFactory.cxx.orig Fri Jan 10 12:29:37 2003
-+++ library/include/cxx/TemplateFactory.cxx Fri Jan 10 12:30:17 2003
-@@ -41,7 +41,7 @@
+--- library/tulip/include/tulip/cxx/TemplateFactory.cxx.orig Sat Nov 9 02:52:54 2002
++++ library/tulip/include/tulip/cxx/TemplateFactory.cxx Sat Apr 19 23:03:33 2003
+@@ -39,7 +39,7 @@
else
{
createObj =(func) dlsym(handle, "_creator");
diff --git a/graphics/tulip/files/patch-ltmain.sh b/graphics/tulip/files/patch-ltmain.sh
new file mode 100644
index 000000000000..9713eedba652
--- /dev/null
+++ b/graphics/tulip/files/patch-ltmain.sh
@@ -0,0 +1,49 @@
+--- ltmain.sh.orig Wed Nov 20 19:45:17 2002
++++ ltmain.sh Sat Apr 19 23:26:26 2003
+@@ -964,6 +964,7 @@
+ ;;
+
+ -avoid-version)
++ build_old_libs=no
+ avoid_version=yes
+ continue
+ ;;
+@@ -1056,14 +1057,14 @@
+ # These systems don't actually have a C library (as such)
+ test "X$arg" = "X-lc" && continue
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
+ ;;
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -2499,7 +2500,7 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
+ *)
+@@ -4286,10 +4287,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"