diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 10 | ||||
-rw-r--r-- | math/mathomatic/patches/patch-aa | 14 |
3 files changed, 15 insertions, 13 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index a0ca06eb85e..c33f576d218 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2005/07/30 15:38:26 minskim Exp $ +# $NetBSD: Makefile,v 1.46 2005/08/27 18:58:51 minskim Exp $ # -DISTNAME= mathomatic-12.4.6 +DISTNAME= mathomatic-12.4.7 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 9ae456eb580..59aa5d22061 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2005/07/30 15:38:26 minskim Exp $ +$NetBSD: distinfo,v 1.43 2005/08/27 18:58:51 minskim Exp $ -SHA1 (mathomatic-12.4.6.tgz) = 9c597d726fbd2e0b03aade8072f964f5978b04db -RMD160 (mathomatic-12.4.6.tgz) = 7ec2c117fe0a5a8774550fa7ea06428254f99b79 -Size (mathomatic-12.4.6.tgz) = 129295 bytes -SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9 +SHA1 (mathomatic-12.4.7.tgz) = e694f5ded8061ac63f5f8805b933e201997774e7 +RMD160 (mathomatic-12.4.7.tgz) = 562f0d4b3c94c1c7833f0c909d5535c319520e33 +Size (mathomatic-12.4.7.tgz) = 129236 bytes +SHA1 (patch-aa) = 282d15396b661b4f9056233c7901b1f5b7df354f diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index cdd23fc4434..388d358fa45 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -1,18 +1,20 @@ -$NetBSD: patch-aa,v 1.12 2005/04/29 13:05:28 minskim Exp $ +$NetBSD: patch-aa,v 1.13 2005/08/27 18:58:51 minskim Exp $ ---- makefile.orig Tue Apr 19 21:09:24 2005 +--- makefile.orig 2005-08-03 01:21:10.000000000 -0700 +++ makefile -@@ -5,10 +5,10 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI +@@ -5,11 +5,11 @@ CFLAGS += -O -DUNIX -DVERSION=\"$(VERSI LDFLAGS += -s LIBS += -lm -CFLAGS += $(READLINE:1=-DREADLINE) -LIBS += $(READLINE:1=-lreadline -lncurses) +CFLAGS += -DREADLINE -+LIBS += -lreadline -ltermcap ++LIBS += -lreadline -lncurses --prefix = /usr/local +-prefix = /usr/share +-bindir = /usr/local/bin +prefix = ${PREFIX} - bindir = $(prefix)/bin ++bindir = ${PREFIX}/bin mandir = $(prefix)/man docdir = $(prefix)/doc + |