summaryrefslogtreecommitdiff
path: root/math/abs
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-12-22 18:55:51 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-12-22 18:55:51 +0000
commit1e10c78af8e81897c57a7a70701b9b23588e02ea (patch)
tree78c23872ec6c6c089b860af75ba344e31c3e8df1 /math/abs
parentdf8e510c9e27645f87745123a3604171afe78a42 (diff)
downloadpkgsrc-1e10c78af8e81897c57a7a70701b9b23588e02ea.tar.gz
Update abs to 0.5, provided in pr 6635 by Rene Hexel.
Diffstat (limited to 'math/abs')
-rw-r--r--math/abs/Makefile8
-rw-r--r--math/abs/files/md54
-rw-r--r--math/abs/patches/patch-aa16
-rw-r--r--math/abs/patches/patch-ab6
4 files changed, 18 insertions, 16 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
index 18cf7f5bd03..7794b6ab71c 100644
--- a/math/abs/Makefile
+++ b/math/abs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1998/12/22 18:55:51 frueauf Exp $
#
-DISTNAME= abs-src-0.4
-PKGNAME= abs-0.4
+DISTNAME= abs-src-0.5
+PKGNAME= abs-0.5
CATEGORIES= math x11
MASTER_SITES= http://www.ping.be/bertin/
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.ping.be/bertin/abs.shtml
DEPENDS+= xpm-3.4k:../../graphics/xpm
+CONFLICTS= abs-0.4
+
USE_X11= yes
do-install:
diff --git a/math/abs/files/md5 b/math/abs/files/md5
index bd683a002e9..7d316fb5662 100644
--- a/math/abs/files/md5
+++ b/math/abs/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+$NetBSD: md5,v 1.2 1998/12/22 18:55:52 frueauf Exp $
-MD5 (abs-src-0.4.tar.gz) = bc53b0f5590e39583ccb4ac6fb139c0e
+MD5 (abs-src-0.5.tar.gz) = ee3f6312009d76bac8fdb73c978511e8
diff --git a/math/abs/patches/patch-aa b/math/abs/patches/patch-aa
index a8baa98775f..1d409f3d918 100644
--- a/math/abs/patches/patch-aa
+++ b/math/abs/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+$NetBSD: patch-aa,v 1.2 1998/12/22 18:55:52 frueauf Exp $
---- Makefile.orig Thu Dec 3 22:46:08 1998
-+++ Makefile Sat Dec 5 11:01:36 1998
+--- Makefile.orig Sun Dec 20 18:56:29 1998
++++ Makefile Tue Dec 22 18:28:07 1998
@@ -1,10 +1,11 @@
CURRENT_DIR = .
@@ -14,14 +14,14 @@ $NetBSD: patch-aa,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+CFLAGS+= -I ${X11BASE}/include -I ${LOCALBASE}/include
+LIBS = -L ${LOCALBASE}/lib -L ${X11BASE}/lib -lXaw -lX11 -lm -lXt -lXmu -lXext -lXpm
- #DEFINE = -O
-
-@@ -107,7 +108,7 @@
+ SRCS = \
+ applic.c \
+@@ -105,7 +106,7 @@
$(MAKE) all); \
fi \
done
-- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS) $(DEFINE)
-+ cc -o abs ./TextField-1.0/*.o $(OBJS) $(LIBS) $(DEFINE)
+- cc -o abs ./TextField-1.0/*.o $(OBJS) ./Xpm/libxpm.a $(LIBS)
++ cc -o abs ./TextField-1.0/*.o ${OBJS} ${LIBS}
clean::
rm -f *.o */*.o */*.a
diff --git a/math/abs/patches/patch-ab b/math/abs/patches/patch-ab
index a311087743a..e2437241368 100644
--- a/math/abs/patches/patch-ab
+++ b/math/abs/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $
+$NetBSD: patch-ab,v 1.2 1998/12/22 18:55:52 frueauf Exp $
---- TextField-1.0/Makefile.orig Thu Dec 3 22:46:08 1998
-+++ TextField-1.0/Makefile Sat Dec 5 11:03:14 1998
+--- 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