summaryrefslogtreecommitdiff
path: root/math/octave-current
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-22 23:49:55 +0000
committerjtb <jtb>2001-04-22 23:49:55 +0000
commitb2b23e5be03f0dcf8cca6b4fd89fcb9bf72863d4 (patch)
treeb7d90fded8676d5164a9346b90dda4ee38378a19 /math/octave-current
parentc5f639636c53d950f1114a7e0c15b68ec5c2dd0f (diff)
downloadpkgsrc-b2b23e5be03f0dcf8cca6b4fd89fcb9bf72863d4.tar.gz
Delete make rule for parse.cc. Add missing file to PLIST.
Diffstat (limited to 'math/octave-current')
-rw-r--r--math/octave-current/Makefile3
-rw-r--r--math/octave-current/distinfo4
-rw-r--r--math/octave-current/patches/patch-ag18
-rw-r--r--math/octave-current/pkg/PLIST3
4 files changed, 20 insertions, 8 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile
index 1378500cdd8..725e27f504e 100644
--- a/math/octave-current/Makefile
+++ b/math/octave-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/04/22 22:58:47 jtb Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/22 23:49:55 jtb Exp $
DISTNAME= octave-2.1.33
PKGNAME= octave-2.1.34
@@ -47,7 +47,6 @@ OCTAVE_HTML= faq/Octave-FAQ_toc.html interpreter/octave_*.html \
post-patch:
@cd ${WRKSRC}/libcruft/misc && ${RM} -f xstopx.f dostop.c
- cd ${WRKSRC} && ${TOUCH} parse.cc parse.h
post-install:
.for f in ${LIBOCTAVE_INFO}
diff --git a/math/octave-current/distinfo b/math/octave-current/distinfo
index fa3da54eba0..b55473b2779 100644
--- a/math/octave-current/distinfo
+++ b/math/octave-current/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2001/04/22 23:16:09 jtb Exp $
+$NetBSD: distinfo,v 1.8 2001/04/22 23:49:55 jtb Exp $
SHA1 (octave-2.1.33.tar.bz2) = 15a07d08647a2c2aeedb31917ac41ed3b7bb4245
Size (octave-2.1.33.tar.bz2) = 3740256 bytes
@@ -10,7 +10,7 @@ SHA1 (patch-ac) = bc02ce0417c8d921eb9aa3dc06e84f99cb45eaf3
SHA1 (patch-ad) = 9d4e10e9097d98901ff5aa313b81b306d3b4e51b
SHA1 (patch-ae) = f9c943521ea21ea6e452ffa50862dfbd9efc3cf8
SHA1 (patch-af) = 5f03d2e78003ce5e256174d56533afc77f824108
-SHA1 (patch-ag) = 2ffd116b1b26d95541d89b5c3d37f2b59cdc413a
+SHA1 (patch-ag) = c848d3dff78de1975b376b133c514068d956db31
SHA1 (patch-ah) = 5e1b20562559124a33bbdcdff2194805929d06f9
SHA1 (patch-ai) = 248dbc97c2233c47dc532f86b0fb2fd3ebd18068
SHA1 (patch-aj) = 8e2bbe9afde5567540b32fc183f58b87fbf9a547
diff --git a/math/octave-current/patches/patch-ag b/math/octave-current/patches/patch-ag
index 3d197ffe2d6..dcf7bc2bc2e 100644
--- a/math/octave-current/patches/patch-ag
+++ b/math/octave-current/patches/patch-ag
@@ -1,7 +1,7 @@
-$NetBSD: patch-ag,v 1.2 2001/04/22 20:23:03 jtb Exp $
+$NetBSD: patch-ag,v 1.3 2001/04/22 23:49:55 jtb Exp $
---- src/Makefile.in.orig Sun Apr 22 20:22:24 2001
-+++ src/Makefile.in Sun Apr 22 20:52:40 2001
+--- src/Makefile.in.orig Mon Apr 23 00:47:13 2001
++++ src/Makefile.in
@@ -143,13 +143,7 @@
OBJECTS_1 := $(patsubst %.c, %.o, $(OBJECTS_2))
OBJECTS := $(patsubst %.cc, %.o, $(OBJECTS_1))
@@ -92,3 +92,15 @@ $NetBSD: patch-ag,v 1.2 2001/04/22 20:23:03 jtb Exp $
$(mk-libdir-link)
.PHONY: install-lib
+@@ -449,11 +413,6 @@
+ .PHONY: bin-dist
+
+ # Special rules -- these files need special things to be defined.
+-
+-parse.cc : parse.y
+- @echo "expect 11 shift/reduce conflicts"
+- $(YACC) $(YFLAGS) $<
+- @$(top_srcdir)/move-if-change y.tab.c $(@F)
+
+ lex.cc : lex.l
+ $(LEX) $(LFLAGS) $< > $(@F)
diff --git a/math/octave-current/pkg/PLIST b/math/octave-current/pkg/PLIST
index c77c95f3d5e..021bfe973bf 100644
--- a/math/octave-current/pkg/PLIST
+++ b/math/octave-current/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2001/04/22 22:58:48 jtb Exp $
+@comment $NetBSD: PLIST,v 1.6 2001/04/22 23:49:55 jtb Exp $
bin/mkoctfile
bin/mkoctfile-2.1.34
bin/octave
@@ -925,6 +925,7 @@ share/doc/html/octave/octave_3.html
share/doc/html/octave/octave_30.html
share/doc/html/octave/octave_31.html
share/doc/html/octave/octave_32.html
+share/doc/html/octave/octave_33.html
share/doc/html/octave/octave_34.html
share/doc/html/octave/octave_35.html
share/doc/html/octave/octave_36.html