summaryrefslogtreecommitdiff
path: root/math/abs/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-11-17 07:36:33 +0000
committerrh <rh@pkgsrc.org>2000-11-17 07:36:33 +0000
commitc6361ba63e68e3c2224a2077986aea7d8f25c677 (patch)
tree3f4942900e1ea9b30a7cf97ca473fd5d82aa41ff /math/abs/patches
parentdd8966459185cd886d93bd5225091ff595f23b54 (diff)
downloadpkgsrc-c6361ba63e68e3c2224a2077986aea7d8f25c677.tar.gz
Update abs to 0.8. Changes are improved stability and a better GUI.
Diffstat (limited to 'math/abs/patches')
-rw-r--r--math/abs/patches/patch-aa56
-rw-r--r--math/abs/patches/patch-ab22
2 files changed, 48 insertions, 30 deletions
diff --git a/math/abs/patches/patch-aa b/math/abs/patches/patch-aa
index 466b5e254be..b9ccebd9913 100644
--- a/math/abs/patches/patch-aa
+++ b/math/abs/patches/patch-aa
@@ -1,27 +1,45 @@
-$NetBSD: patch-aa,v 1.3 1999/10/04 23:08:00 simonb Exp $
+$NetBSD: patch-aa,v 1.4 2000/11/17 07:36:34 rh Exp $
---- Makefile.orig Mon Dec 21 04:56:29 1998
-+++ Makefile Sun Oct 3 14:13:44 1999
-@@ -1,10 +1,11 @@
+--- Makefile.netBSD.orig Wed Nov 15 20:59:20 2000
++++ Makefile.netBSD
+@@ -1,24 +1,24 @@
CURRENT_DIR = .
--SUBDIRS = Xpm TextField-1.0
-+SUBDIRS = TextField-1.0
- MAKE = make
+-SUBDIRS = Xpm ABV X11 Kernel Plot Database Fig Interface X11/xedit SAMCEF
++SUBDIRS = ABV X11 Kernel Plot Database Fig Interface X11/xedit SAMCEF
--LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext
-+CFLAGS+= -I${X11BASE}/include -I ${LOCALBASE}/include
-+LIBS = -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm
+ SUBDIRS2 = ABV X11 Kernel Plot Database Fig Interface
+-MAKE = make
++#MAKE?= make
- SRCS = \
- applic.c \
-@@ -105,7 +106,7 @@
- $(MAKE) all); \
- fi \
+ #for linux and aix LIBS = -L /lib/X11 -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext
+ #for silicon: LIBS = -lXaw -lX11 -lm -lXt -lXmu -lXext
+ #for hp LIBS = -L /lib/X11 -L /usr/X11R6/lib -L /usr/contrib/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext
+-LIBS = -L /usr/lib -L /usr/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext
++LIBS = -lXaw -lXpm -lX11 -lm -lXt -lXmu -lXext
+ #LIBS = -L /lib/X11 -L /usr/X11R6/lib -L /usr/contrib/X11R6/lib -lXaw -lX11 -lm -lXt -lXmu -lXext
+
+ #for hp DEFINE = -D_HPUX_SOURCE
+ DEFINE =
+
+-CFLAGS =
++#CFLAGS =
+
+ #for hp IncludeDir = /usr/contrib/X11R6/include
+-IncludeDir = /usr/X11R6/include
++IncludeDir = ${X11BASE}/include
+
+ #for hp Ccompiler = c89
+ Ccompiler = cc
+@@ -35,8 +35,8 @@
done
-- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)
-+ cc -o abs ./TextField-1.0/*.o ${OBJS} ${LDFLAGS} ${LIBS}
+ cc -o abs ./Plot/*.o ./ABV/*.o \
+ Fig/*.o Interface/*.o X11/xedit/*.o \
+- ./Kernel/*.o ./X11/*.o ./Database/*.o ./Xpm/libxpm.a\
+- $(LIBS) $(DEFINE)
++ ./Kernel/*.o ./X11/*.o ./Database/*.o \
++ ${LDFLAGS} ${LIBS} ${DEFINE}
+
+
- clean::
- rm -f *.o */*.o */*.a
diff --git a/math/abs/patches/patch-ab b/math/abs/patches/patch-ab
index e2437241368..0a44114333a 100644
--- a/math/abs/patches/patch-ab
+++ b/math/abs/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.2 1998/12/22 18:55:52 frueauf Exp $
+$NetBSD: patch-ab,v 1.3 2000/11/17 07:36:34 rh Exp $
---- TextField-1.0/Makefile.orig Sun Dec 20 00:16:05 1998
-+++ TextField-1.0/Makefile Tue Dec 22 18:29:38 1998
-@@ -1,7 +1,7 @@
- # Makefile for widget demo programs
+--- X11/xedit/xedit.h.orig Fri Nov 17 08:27:10 2000
++++ X11/xedit/xedit.h
+@@ -37,6 +37,8 @@
+ #include <X11/Xaw/Viewport.h>
+ #include <X11/Xaw/Cardinals.h>
- ATHENALIBS = -lXaw -lXmu -lXt -lX11 -lm
--CFLAGS = $(DEFINES) $(CDEBUGFLAGS)
-+CFLAGS = ${DEFINES} ${CDEBUGFLAGS} -I ${X11BASE}/include -I ${LOCALBASE}/include
- CDEBUGFLAGS =
- DEFINES =
- RM = rm -f
++#include <stdio.h>
++
+ #ifndef BUFSIZ
+ #define BUFSIZ 2048
+ #endif