summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2003-02-22 09:24:18 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2003-02-22 09:24:18 +0000
commit348cb5dc1b4add661329004c354da6283236537a (patch)
tree08eaa8da30ec5f70e33043a9d60f9a02123c3e12 /math
parentDe-pkg-comment. (diff)
Update to version 6.3.20
De-pkg-comment
Notes
Notes: svn path=/head/; revision=76137
Diffstat (limited to 'math')
-rw-r--r--math/ngraph/Makefile3
-rw-r--r--math/ngraph/distinfo2
-rw-r--r--math/ngraph/files/patch-aa16
3 files changed, 11 insertions, 10 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile
index 865b23b1bff4..f43fdbd2dae8 100644
--- a/math/ngraph/Makefile
+++ b/math/ngraph/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= ngraph
-PORTVERSION= 6.3.16
+PORTVERSION= 6.3.20
CATEGORIES= math
MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \
${MASTER_SITE_PORTS_JP}
DISTNAME= Ngraph-${PORTVERSION}-src
MAINTAINER= sanpei@FreeBSD.org
+COMMENT= A XY plotting tool for students, scientists and engineers
USE_MOTIF= yes
USE_GMAKE= yes
diff --git a/math/ngraph/distinfo b/math/ngraph/distinfo
index ea018e54b826..0c7aeabef5c1 100644
--- a/math/ngraph/distinfo
+++ b/math/ngraph/distinfo
@@ -1 +1 @@
-MD5 (Ngraph-6.3.16-src.tar.gz) = 9e03f75af30ef06a77fc6210b618b2aa
+MD5 (Ngraph-6.3.20-src.tar.gz) = aff2862fc8e379cb032b051c5fd8ba30
diff --git a/math/ngraph/files/patch-aa b/math/ngraph/files/patch-aa
index e00e5b07baba..28dc38a6462a 100644
--- a/math/ngraph/files/patch-aa
+++ b/math/ngraph/files/patch-aa
@@ -1,9 +1,9 @@
---- Makefile.orig Sun Jul 7 00:47:14 2002
-+++ Makefile Tue Aug 27 21:34:22 2002
+--- Makefile.orig Fri Feb 21 19:53:54 2003
++++ Makefile Sat Feb 22 18:09:03 2003
@@ -1,26 +1,26 @@
#
MAINVERSION = '"6.03"'
- GUIVERSION = '".16"'
+ GUIVERSION = '".20"'
-LIBDIR = '"/usr/local/lib/Ngraph"'
-INSTALLDIR = /usr/local/lib/Ngraph
-BINDIR = /usr/local/bin
@@ -14,7 +14,7 @@
#
###############################################################################
#
- # Linux + Open Motif 2.1 [static link]
+ # Linux + Open Motif 2.1 [dynamic link]
#
-CC = gcc
-CCOPTION = -O2 -m486
@@ -25,8 +25,8 @@
-DEFS = -DJAPANESE
-PLATFORM = '"for X11 [Linux(glibc2) + Open Motif]"'
-X11INCLUDE = -I/usr/X11R6/include
--STATICLINK = /usr/X11R6/lib/libXm.a
--X11LIB = -L/usr/X11R6/lib -lm -lXext -lXt -lXp -lX11 -lICE -lSM
+-STATICLINK =
+-X11LIB = -L/usr/X11R6/lib -lm -lXm -lXext -lXt -lXp -lX11 -lICE -lSM
+#CC = gcc
+#CCOPTION = -O2 -m486
+#MAKE = make
@@ -36,8 +36,8 @@
+#DEFS = -DJAPANESE
+#PLATFORM = '"for X11 [Linux(glibc2) + Open Motif]"'
+#X11INCLUDE = -I/usr/X11R6/include
-+#STATICLINK = /usr/X11R6/lib/libXm.a
-+#X11LIB = -L/usr/X11R6/lib -lm -lXext -lXt -lXp -lX11 -lICE -lSM
++#STATICLINK =
++#X11LIB = -L/usr/X11R6/lib -lm -lXm -lXext -lXt -lXp -lX11 -lICE -lSM
#
#
###############################################################################