diff options
author | drochner <drochner@pkgsrc.org> | 1999-10-01 11:23:14 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 1999-10-01 11:23:14 +0000 |
commit | ea4f53d5ce8e2f4a8f9cd4acc843b1c36dfab35d (patch) | |
tree | 4535f8d249a57b4030e87545e6f6b8ca79981cd6 /graphics/dx/patches | |
parent | dee33dff3110942d17732f150a6719cff37eb4f9 (diff) | |
download | pkgsrc-ea4f53d5ce8e2f4a8f9cd4acc843b1c36dfab35d.tar.gz |
add pkg for IBM / Open Visualization Data Explorer
Diffstat (limited to 'graphics/dx/patches')
-rw-r--r-- | graphics/dx/patches/patch-aa | 12 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ab | 13 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ac | 24 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ad | 12 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ae | 30 | ||||
-rw-r--r-- | graphics/dx/patches/patch-af | 13 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ag | 12 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ah | 12 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ai | 12 | ||||
-rw-r--r-- | graphics/dx/patches/patch-aj | 12 | ||||
-rw-r--r-- | graphics/dx/patches/patch-ak | 11 |
11 files changed, 163 insertions, 0 deletions
diff --git a/graphics/dx/patches/patch-aa b/graphics/dx/patches/patch-aa new file mode 100644 index 00000000000..f8056aa102a --- /dev/null +++ b/graphics/dx/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- src/exec/libdx/message.c.orig Sun Sep 26 22:04:06 1999 ++++ src/exec/libdx/message.c Sun Sep 26 22:04:26 1999 +@@ -271,7 +271,7 @@ + DXPrintError(char *s) + { + extern int sys_nerr; +-#if !defined(linux) && !defined(freebsd) ++#if !defined(linux) && !defined(freebsd) && !defined(__NetBSD__) + extern char *sys_errlist[]; + #endif + char *msg, *errnomsg; diff --git a/graphics/dx/patches/patch-ab b/graphics/dx/patches/patch-ab new file mode 100644 index 00000000000..3126e176eec --- /dev/null +++ b/graphics/dx/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- configure.orig Sun Sep 26 22:13:17 1999 ++++ configure Sun Sep 26 22:13:41 1999 +@@ -901,6 +901,9 @@ + if test $unameS = "FreeBSD" ; then + ARCH=freebsd + fi ++ if test $unameS = "NetBSD" ; then ++ ARCH=netbsd ++ fi + if test `echo $unameS | tr A-Z a-z | sed "s/^.*cygwin.*$/yes/"` = "yes" ; then + ARCH=cygwin + fi diff --git a/graphics/dx/patches/patch-ac b/graphics/dx/patches/patch-ac new file mode 100644 index 00000000000..08e85416d0b --- /dev/null +++ b/graphics/dx/patches/patch-ac @@ -0,0 +1,24 @@ +$NetBSD: patch-ac,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- bin/dxworker.in.orig Wed Aug 4 22:03:37 1999 ++++ bin/dxworker.in Mon Sep 27 19:42:26 1999 +@@ -29,6 +29,12 @@ + + breaksw + ++ case NetBSD: ++ set exarch=netbsd ++ set uiarch=netbsd ++ ++ breaksw ++ + case AIX*: + set exarch=ibm6000 + set uiarch=ibm6000 +@@ -1452,6 +1458,7 @@ + case alphax: + case linux: + case freebsd: ++ case netbsd: + breaksw + + default: diff --git a/graphics/dx/patches/patch-ad b/graphics/dx/patches/patch-ad new file mode 100644 index 00000000000..4b4e18a85bd --- /dev/null +++ b/graphics/dx/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- include/dx/arch.h.orig Sun Sep 26 22:27:58 1999 ++++ include/dx/arch.h Sun Sep 26 22:28:20 1999 +@@ -127,7 +127,7 @@ + + #endif + +-#if defined(freebsd) ++#if defined(freebsd) || defined(__NetBSD__) + + #undef F_CHAR_READY + #define F_CHAR_READY(fp) ((fp)->_r > 0) diff --git a/graphics/dx/patches/patch-ae b/graphics/dx/patches/patch-ae new file mode 100644 index 00000000000..16f748498de --- /dev/null +++ b/graphics/dx/patches/patch-ae @@ -0,0 +1,30 @@ +$NetBSD: patch-ae,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- src/exec/dpexec/loader.c.orig Sat Jun 5 22:25:38 1999 ++++ src/exec/dpexec/loader.c Mon Sep 27 00:27:49 1999 +@@ -85,7 +85,7 @@ + #endif /* hp700 */ + + +-#if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) ++#if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) || defined(__NetBSD__) + + #include <dlfcn.h> + typedef void *Handle; +@@ -574,7 +574,7 @@ + #endif /* hp700 */ + + +-#if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) ++#if defined(sun4) || defined(solaris) || defined(sgi) || defined(alphax) || defined(aviion) || defined(linux) || defined(cygwin) || defined(freebsd) || defined(__NetBSD__) + + + #define __ROUTINES_DEF +@@ -852,7 +852,7 @@ + return ERROR; + } + +-Error DXUnloadObjFile(char *fname) ++Error DXUnloadObjFile(char *fname, char *envvar) + { + /* the unload routine needs the entry point address, which we + * wouldn't need to save unless this is an important function. diff --git a/graphics/dx/patches/patch-af b/graphics/dx/patches/patch-af new file mode 100644 index 00000000000..7bb84a1d6a9 --- /dev/null +++ b/graphics/dx/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- src/exec/dxmods/_compoper1.c.orig Sun Sep 26 23:18:48 1999 ++++ src/exec/dxmods/_compoper1.c Sun Sep 26 23:19:04 1999 +@@ -457,6 +457,9 @@ + #ifdef freebsd + # define trunc(x) ((float)((int)(x))) + #endif ++#ifdef __NetBSD__ ++# define trunc(x) ((float)((int)(x))) ++#endif + #ifdef cygwin + # define trunc(x) ((float)((int)(x))) + #endif diff --git a/graphics/dx/patches/patch-ag b/graphics/dx/patches/patch-ag new file mode 100644 index 00000000000..f6ecee4ddd4 --- /dev/null +++ b/graphics/dx/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- src/uipp/dxui/Makefile.in.orig Sun Sep 26 23:47:09 1999 ++++ src/uipp/dxui/Makefile.in Sun Sep 26 23:47:12 1999 +@@ -74,7 +74,7 @@ + JAVA_ARCH = @JAVA_ARCH@ + JBASE = @JBASE@ + JDKBIN = @JDKBIN@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lcompat + MAKEINFO = @MAKEINFO@ + OBJEXT = @OBJEXT@ + PACKAGE = @PACKAGE@ diff --git a/graphics/dx/patches/patch-ah b/graphics/dx/patches/patch-ah new file mode 100644 index 00000000000..87637d3be1d --- /dev/null +++ b/graphics/dx/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- src/uipp/dxuilib/Makefile.in.orig Mon Sep 27 00:06:55 1999 ++++ src/uipp/dxuilib/Makefile.in Mon Sep 27 00:06:59 1999 +@@ -2724,7 +2724,7 @@ + sed -e 's/$$/",/' > imagemac.txt + + netlex.c: net.lex +- $(LEX) net.lex ++ $(LEX) -l net.lex + mv lex.yy.c netlex.c + + netyacc.c: net.yacc netlex.c netyacc.awk diff --git a/graphics/dx/patches/patch-ai b/graphics/dx/patches/patch-ai new file mode 100644 index 00000000000..879de8bb3bc --- /dev/null +++ b/graphics/dx/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1.1.1 1999/10/01 11:23:15 drochner Exp $ +--- src/uipp/prompter/Makefile.in.orig Mon Sep 27 08:07:32 1999 ++++ src/uipp/prompter/Makefile.in Mon Sep 27 08:07:56 1999 +@@ -74,7 +74,7 @@ + JAVA_ARCH = @JAVA_ARCH@ + JBASE = @JBASE@ + JDKBIN = @JDKBIN@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lcompat + MAKEINFO = @MAKEINFO@ + OBJEXT = @OBJEXT@ + PACKAGE = @PACKAGE@ diff --git a/graphics/dx/patches/patch-aj b/graphics/dx/patches/patch-aj new file mode 100644 index 00000000000..dbcb229dc63 --- /dev/null +++ b/graphics/dx/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $ +--- src/uipp/startup/StartupWindow.C.orig Mon Sep 27 08:11:37 1999 ++++ src/uipp/startup/StartupWindow.C Mon Sep 27 08:12:04 1999 +@@ -63,7 +63,7 @@ + // On these platforms, the pipe doesn't work that way so we'll make a + // polling loop that runs once every few seconds and checks the child pid. + // +-#if defined(ibm6000) || defined(hp700) || defined(alphax) || defined(sun4) || defined(linux) || defined(cygwin) || defined(freebsd) ++#if defined(ibm6000) || defined(hp700) || defined(alphax) || defined(sun4) || defined(linux) || defined(cygwin) || defined(freebsd) || defined(__NetBSD__) + #define USE_WAIT3 1 + #endif + diff --git a/graphics/dx/patches/patch-ak b/graphics/dx/patches/patch-ak new file mode 100644 index 00000000000..a63bd9f99df --- /dev/null +++ b/graphics/dx/patches/patch-ak @@ -0,0 +1,11 @@ +$NetBSD: patch-ak,v 1.1.1.1 1999/10/01 11:23:16 drochner Exp $ +--- html/Makefile.in.orig Tue Sep 28 22:21:11 1999 ++++ html/Makefile.in Tue Sep 28 22:22:35 1999 +@@ -218,6 +218,7 @@ + if test ! -d $(htmldir) ; then \ + mkdir $(htmldir) ; \ + fi ; \ ++ cd $(htmldir) ; \ + tar xf $$f/pages.tar ; \ + tar xf $$f/images.tar ; \ + ln -s $(htmldir)/allguide.htm $(htmldir)/index.htm ; \ |