diff options
author | sakamoto <sakamoto> | 1999-10-29 18:03:30 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-10-29 18:03:30 +0000 |
commit | 0fd55d65165ef07d90fa40492e21b44f123ef677 (patch) | |
tree | fd07c7dfa046f42b9fac2f7a875603e1aa851a59 /graphics/xgraph | |
parent | ce552165495d09f967c8fdc8927b6b852023becd (diff) | |
download | pkgsrc-0fd55d65165ef07d90fa40492e21b44f123ef677.tar.gz |
Update xgraph to xgraph-11.3.2-hack.9
some bugfix as memory leak.
improve speed and source code.
also change MAINTAINER to sakamoto@netbsd.org.
Diffstat (limited to 'graphics/xgraph')
-rw-r--r-- | graphics/xgraph/Makefile | 10 | ||||
-rw-r--r-- | graphics/xgraph/files/md5 | 4 | ||||
-rw-r--r-- | graphics/xgraph/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/xgraph/patches/patch-aa | 21 |
4 files changed, 7 insertions, 31 deletions
diff --git a/graphics/xgraph/Makefile b/graphics/xgraph/Makefile index c51ae1594c8..deb6d2f7328 100644 --- a/graphics/xgraph/Makefile +++ b/graphics/xgraph/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/13 11:09:59 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1999/10/29 18:03:30 sakamoto Exp $ # -DISTNAME= xgraph-11 +DISTNAME= xgraph-11.3.2-hack.9 +PKGNAME= xgraph-11.3.2.9 CATEGORIES= graphics x11 -MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= http://www.goice.co.jp/member/mo/hack-progs/files/ -MAINTAINER= bgrayson@ece.utexas.edu +MAINTAINER= sakamoto@netbsd.org USE_IMAKE= yes diff --git a/graphics/xgraph/files/md5 b/graphics/xgraph/files/md5 index 7b41a3c316a..14ea3fb0488 100644 --- a/graphics/xgraph/files/md5 +++ b/graphics/xgraph/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1998/10/13 11:10:00 frueauf Exp $ +$NetBSD: md5,v 1.2 1999/10/29 18:03:31 sakamoto Exp $ -MD5 (xgraph-11.tar.Z) = 6e42d67f972b868f8a51c02855918fdf +MD5 (xgraph-11.3.2-hack.9.tar.gz) = 0198abe14902fa6b5dc3a2bc3105b3c2 diff --git a/graphics/xgraph/files/patch-sum b/graphics/xgraph/files/patch-sum deleted file mode 100644 index 3d7dbb517de..00000000000 --- a/graphics/xgraph/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:14 agc Exp $ - -MD5 (patch-aa) = 015fe2389c689bf796d48fefb53d8c6a diff --git a/graphics/xgraph/patches/patch-aa b/graphics/xgraph/patches/patch-aa deleted file mode 100644 index 1e12004e3b7..00000000000 --- a/graphics/xgraph/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1998/10/13 11:10:00 frueauf Exp $ - ---- xgraph.h.dist Mon Oct 12 18:17:31 1998 -+++ xgraph.h Mon Oct 12 18:18:08 1998 -@@ -34,6 +34,8 @@ - extern void set_X(); /* Initializes X device */ - - /* To make lint happy */ -+#if 0 -+/* rindex() might be a macro, so doing these prototypes can lead to problems. */ - extern char *malloc(); - extern char *realloc(); - extern char *sprintf(); -@@ -41,6 +43,7 @@ - extern char *strcat(); - extern char *rindex(); - extern char *index(); -+#endif - extern void exit(); - extern void free(); - extern double atof(); |