diff options
-rw-r--r-- | math/ngraph/Makefile | 2 | ||||
-rw-r--r-- | math/ngraph/distinfo | 2 | ||||
-rw-r--r-- | math/ngraph/files/patch-aa | 18 |
3 files changed, 10 insertions, 12 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile index d3811776c0e..ea767da57f3 100644 --- a/math/ngraph/Makefile +++ b/math/ngraph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ngraph -PORTVERSION= 6.3.06 +PORTVERSION= 6.3.10 CATEGORIES= math MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \ ${MASTER_SITE_PORTS_JP} diff --git a/math/ngraph/distinfo b/math/ngraph/distinfo index d46589932d5..8fd92564c10 100644 --- a/math/ngraph/distinfo +++ b/math/ngraph/distinfo @@ -1 +1 @@ -MD5 (Ngraph-6.3.06-src.tar.gz) = 6b51d983963f97d0563525cc1e6e07a5 +MD5 (Ngraph-6.3.10-src.tar.gz) = 26c7befb54a5cb7764be6ea310d262b9 diff --git a/math/ngraph/files/patch-aa b/math/ngraph/files/patch-aa index dd5d2489401..302b12b6a0b 100644 --- a/math/ngraph/files/patch-aa +++ b/math/ngraph/files/patch-aa @@ -1,9 +1,9 @@ ---- Makefile.orig Sat Oct 16 03:00:08 1999 -+++ Makefile Sun Jul 2 20:17:54 2000 -@@ -1,27 +1,27 @@ +--- Makefile.orig Sun Oct 22 02:34:42 2000 ++++ Makefile Wed Oct 25 13:09:52 2000 +@@ -1,26 +1,26 @@ # MAINVERSION = '"6.03"' - GUIVERSION = '".06"' + GUIVERSION = '".10"' -LIBDIR = '"/usr/local/lib/Ngraph"' -INSTALLDIR = /usr/local/lib/Ngraph -BINDIR = /usr/local/bin @@ -14,7 +14,7 @@ # ############################################################################### # - # Linux + Motif 2.1 (RedHat) [static link] + # Linux + Open Motif 2.1 [static link] # -CC = gcc -CCOPTION = -O2 -m486 @@ -23,8 +23,7 @@ -RANLIB = ranlib -STRIP = strip -DEFS = -DJAPANESE --PLATFORM = '"for X11 [Linux(glibc2)+Motif2.1]"' --#PLATFORM = '"for X11 [Linux(libc5)+Motif2.1]"' +-PLATFORM = '"for X11 [Linux(glibc2)+Open Motif 2.1]"' -X11INCLUDE = -I/usr/X11R6/include -STATICLINK = /usr/X11R6/lib/libXm.a -X11LIB = -L/usr/X11R6/lib -lm -lXext -lXt -lXp -lX11 -lICE -lSM @@ -35,15 +34,14 @@ +#RANLIB = ranlib +#STRIP = strip +#DEFS = -DJAPANESE -+#PLATFORM = '"for X11 [Linux(glibc2)+Motif2.1]"' -+##PLATFORM = '"for X11 [Linux(libc5)+Motif2.1]"' ++#PLATFORM = '"for X11 [Linux(glibc2)+Open Motif 2.1]"' +#X11INCLUDE = -I/usr/X11R6/include +#STATICLINK = /usr/X11R6/lib/libXm.a +#X11LIB = -L/usr/X11R6/lib -lm -lXext -lXt -lXp -lX11 -lICE -lSM # # ############################################################################### -@@ -132,17 +132,18 @@ +@@ -148,17 +148,18 @@ # # (Thanks to MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>) # |