aboutsummaryrefslogtreecommitdiff
path: root/math/xmgr/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/xmgr/files')
-rw-r--r--math/xmgr/files/freebsd27
-rw-r--r--math/xmgr/files/mini-xmgr3.xpmbin6563 -> 0 bytes
-rw-r--r--math/xmgr/files/patch-aa56
-rw-r--r--math/xmgr/files/patch-ab18
-rw-r--r--math/xmgr/files/patch-ac18
5 files changed, 11 insertions, 108 deletions
diff --git a/math/xmgr/files/freebsd b/math/xmgr/files/freebsd
deleted file mode 100644
index 9bd25c68e66e..000000000000
--- a/math/xmgr/files/freebsd
+++ /dev/null
@@ -1,27 +0,0 @@
-#**********************************
-#* FreeBSD with X11R6 and Motif 2.0 *
-#**********************************
-
-###############################
-# Compiler
-#
-CC="gcc"
-###############################
-
-###############################
-# C flags
-#
-CFLAGS="-Wall"
-###############################
-
-###############################
-# Misc optimization flags
-#
-OPTIMIZE="-O2"
-###############################
-
-###############################
-# Flags used for debugging
-#
-DEBUG="-g -O2"
-###############################
diff --git a/math/xmgr/files/mini-xmgr3.xpm b/math/xmgr/files/mini-xmgr3.xpm
deleted file mode 100644
index 35b090764838..000000000000
--- a/math/xmgr/files/mini-xmgr3.xpm
+++ /dev/null
Binary files differ
diff --git a/math/xmgr/files/patch-aa b/math/xmgr/files/patch-aa
index 8a53f7dbacce..83e6388d672d 100644
--- a/math/xmgr/files/patch-aa
+++ b/math/xmgr/files/patch-aa
@@ -1,45 +1,11 @@
-*** ../xmgr-4.1.1/configure Mon Dec 1 02:09:24 1997
---- ./configure Sun Jan 18 17:31:25 1998
-***************
-*** 626,631 ****
---- 626,632 ----
-
- case "${host}" in
- i?86-*-linux-*) CONF_FILE="ix86-linux";;
-+ i?86-*-freebsd*) CONF_FILE="freebsd";;
- *-*-linux-*) CONF_FILE="linux";;
- i?86-*-sco-*) CONF_FILE="ix86-sco";;
- alpha-dec-osf4.*) CONF_FILE="alpha-osf4";;
-***************
-*** 4857,4863 ****
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
-! LIBS="-ldf $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 4863 "configure"
- #include "confdefs.h"
---- 4857,4863 ----
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
-! LIBS="-lmfhdf -ldf -lz $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 4863 "configure"
- #include "confdefs.h"
-***************
-*** 4881,4887 ****
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-! NETCDF_LIBS="$NETCDF_LIBS -ldf"; cat >> confdefs.h <<\EOF
- #define HAVE_MFHDF 1
- EOF
-
---- 4882,4888 ----
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-! NETCDF_LIBS="$NETCDF_LIBS -lmfhdf -ldf -lz"; cat >> confdefs.h <<\EOF
- #define HAVE_MFHDF 1
- EOF
+--- Imakefile.orig Sat Nov 26 02:01:00 1994
++++ Imakefile Sun Mar 2 16:59:36 1997
+@@ -6,7 +6,7 @@
+ # you may wish to change these
+ ##################################
+ XLIB = -lX11
+-LOCAL_LIBRARIES = -lXm -lXt -lPW
++LOCAL_LIBRARIES = -lXm -lXt -lcompat
+ LDLIBS = $(XLIB) -lm
+ DEPLIBS =
+ #################################
diff --git a/math/xmgr/files/patch-ab b/math/xmgr/files/patch-ab
deleted file mode 100644
index ebe57f87c5f4..000000000000
--- a/math/xmgr/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-*** ../xmgr-4.1.1/examples/Makefile Sun Jan 18 19:09:32 1998
---- ./examples/Makefile Sun Jan 18 19:10:16 1998
-***************
-*** 32,38 ****
- install : $(EXAMPLES) $(DOTEST)
- $(MKINSTALLDIRS) $(GR_HOME)/examples
- for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done
-! $(INSTALL_PROGRAM) $(DOTEST) $(GR_HOME)/examples/$(DOTEST)
-
- links : dummy
-
---- 32,38 ----
- install : $(EXAMPLES) $(DOTEST)
- $(MKINSTALLDIRS) $(GR_HOME)/examples
- for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done
-! install -c -o bin -g bin -m 555 $(DOTEST) $(GR_HOME)/examples/$(DOTEST)
-
- links : dummy
diff --git a/math/xmgr/files/patch-ac b/math/xmgr/files/patch-ac
deleted file mode 100644
index 47e9069442a0..000000000000
--- a/math/xmgr/files/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
-*** ../xmgr-4.1.1/auxiliary/Makefile Sun Jan 18 19:12:42 1998
---- ./auxiliary/Makefile Sun Jan 18 19:13:16 1998
-***************
-*** 22,28 ****
- install : $(AUXILIARIES) fdf2fit
- $(MKINSTALLDIRS) $(GR_HOME)/auxiliary
- for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done
-! $(INSTALL_PROGRAM) fdf2fit $(GR_HOME)/auxiliary
-
- tests : dummy
-
---- 22,28 ----
- install : $(AUXILIARIES) fdf2fit
- $(MKINSTALLDIRS) $(GR_HOME)/auxiliary
- for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done
-! install -c -o bin -g bin -m 555 fdf2fit $(GR_HOME)/auxiliary
-
- tests : dummy