aboutsummaryrefslogtreecommitdiff
path: root/graphics/gts/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-18 02:13:15 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-18 02:13:15 +0000
commit005d4838aac5ddb214c16ca73a97fea08f4f9088 (patch)
treec52dae78f1c80a85759695f0097df319a83ff5ac /graphics/gts/files
parent431b64136a4221f9afab275e72a1bc0e5e989e57 (diff)
downloadports-005d4838aac5ddb214c16ca73a97fea08f4f9088.tar.gz
ports-005d4838aac5ddb214c16ca73a97fea08f4f9088.zip
- update to 0.7.1
- use USE_GETOPT_LONG PR: 51371 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=81192
Diffstat (limited to 'graphics/gts/files')
-rw-r--r--graphics/gts/files/patch-configure10
-rw-r--r--graphics/gts/files/patch-isotetra.c10
-rw-r--r--graphics/gts/files/patch-ltmain.sh41
-rw-r--r--graphics/gts/files/patch-stl2gts.c10
4 files changed, 41 insertions, 30 deletions
diff --git a/graphics/gts/files/patch-configure b/graphics/gts/files/patch-configure
index 8deca27509b2..e69de29bb2d1 100644
--- a/graphics/gts/files/patch-configure
+++ b/graphics/gts/files/patch-configure
@@ -1,10 +0,0 @@
---- configure.orig Mon Sep 16 09:53:32 2002
-+++ configure Sat Nov 9 14:36:52 2002
-@@ -7361,6 +7361,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/graphics/gts/files/patch-isotetra.c b/graphics/gts/files/patch-isotetra.c
index 65c6ffdd09c1..e69de29bb2d1 100644
--- a/graphics/gts/files/patch-isotetra.c
+++ b/graphics/gts/files/patch-isotetra.c
@@ -1,10 +0,0 @@
---- src/isotetra.c.orig Thu Nov 21 16:27:11 2002
-+++ src/isotetra.c Thu Nov 21 16:27:34 2002
-@@ -18,6 +18,7 @@
- */
-
- #include <math.h>
-+#include <string.h>
- #include <gts.h>
- #ifdef NATIVE_WIN32
- # include <memory.h>
diff --git a/graphics/gts/files/patch-ltmain.sh b/graphics/gts/files/patch-ltmain.sh
new file mode 100644
index 000000000000..5e96702f11f5
--- /dev/null
+++ b/graphics/gts/files/patch-ltmain.sh
@@ -0,0 +1,41 @@
+--- ltmain.sh.orig Wed Dec 18 17:59:18 2002
++++ ltmain.sh Thu Apr 24 02:59:06 2003
+@@ -1043,14 +1043,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
+ ;;
+@@ -2441,7 +2441,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.
+ ;;
+ *)
+@@ -4210,10 +4210,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/graphics/gts/files/patch-stl2gts.c b/graphics/gts/files/patch-stl2gts.c
index 1f9eb205e0e1..e69de29bb2d1 100644
--- a/graphics/gts/files/patch-stl2gts.c
+++ b/graphics/gts/files/patch-stl2gts.c
@@ -1,10 +0,0 @@
---- tools/stl2gts.c.orig Thu Nov 21 16:30:54 2002
-+++ tools/stl2gts.c Thu Nov 21 16:31:06 2002
-@@ -19,6 +19,7 @@
-
- #include <math.h>
- #include <stdlib.h>
-+#include <string.h>
- #include "config.h"
- #ifdef HAVE_GETOPT_H
- # include <getopt.h>