summaryrefslogtreecommitdiff
path: root/lang/hope/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/hope/files')
-rw-r--r--lang/hope/files/patch-Makefile36
-rw-r--r--lang/hope/files/patch-doc--Makefile.in29
-rw-r--r--lang/hope/files/patch-lib--Makefile.in18
-rw-r--r--lang/hope/files/patch-src--Makefile.in15
-rw-r--r--lang/hope/files/patch-src--memory.c11
-rw-r--r--lang/hope/files/patch-src_source.c20
-rw-r--r--lang/hope/files/patch-src_source.h11
-rw-r--r--lang/hope/files/patch-src_yylex.c11
8 files changed, 0 insertions, 151 deletions
diff --git a/lang/hope/files/patch-Makefile b/lang/hope/files/patch-Makefile
deleted file mode 100644
index 86254939d05f..000000000000
--- a/lang/hope/files/patch-Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
---- Makefile.orig Mon Sep 24 22:45:30 2001
-+++ Makefile Mon Sep 24 22:47:52 2001
-@@ -1,23 +1,27 @@
- SHELL = /bin/sh
-
- configure_args =
--dirs = doc lib src
-+dirs = lib src
-+
-+ifeq (yes,$(WITH_DOCS))
-+dirs += doc
-+endif
-
- all: config.status
-- for dir in $(dirs); do (cd $$dir; make all); done
-+ for dir in $(dirs); do (cd $$dir; $(MAKE) all); done
-
- install: config.status
-- for dir in $(dirs); do (cd $$dir; make install); done
-+ for dir in $(dirs); do (cd $$dir; $(MAKE) install); done
-
- clean: config.status
-- for dir in $(dirs); do (cd $$dir; make clean); done
-+ for dir in $(dirs); do (cd $$dir; $(MAKE) clean); done
-
- distclean: config.status
-- for dir in $(dirs); do (cd $$dir; make distclean); done
-+ for dir in $(dirs); do (cd $$dir; $(MAKE) distclean); done
- rm -f config.cache config.log config.status
-
- clobber: config.status
-- for dir in $(dirs); do (cd $$dir; make clobber); done
-+ for dir in $(dirs); do (cd $$dir; $(MAKE) clobber); done
- for dir in $(dirs); do rm -f $$dir/Makefile; done
- rm -f src/config.h src/config.h.in src/stamp-h.in
- rm -f config.cache config.log config.status
diff --git a/lang/hope/files/patch-doc--Makefile.in b/lang/hope/files/patch-doc--Makefile.in
deleted file mode 100644
index 8ffb31ff0d70..000000000000
--- a/lang/hope/files/patch-doc--Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- doc/Makefile.in.orig 2003-12-08 21:44:47.000000000 +0300
-+++ doc/Makefile.in 2014-05-18 23:59:23.000000000 +0400
-@@ -58,7 +58,7 @@
- sed -n 's/^#define[ ][ ]*\(M[IA][NX]PREC\)[ ][ ]*\([0-9]*\).*/\\newcommand{\\\1}{\2}/p' ../src/op.h >$@
-
- ../src/op.h:
-- cd ../src; make op.h
-+ cd ../src; $(MAKE) op.h
-
- # can't use echo here as BSD and SYSV versions treat backslashes differently.
- Standard.tex: ../lib/Standard.hop h2l.awk
-@@ -79,11 +79,12 @@
- $(LATEX2HTML) -address '$(Ross)' examples.tex
-
- install: all
-- $(INSTALL) -d $(docdir)
-- for file in $(docs); do gzip <$$file >$(docdir)/$$file.gz; done
-- $(INSTALL) -d $(htmldir)
-- for dir in $(dirs); do rm -rf $(htmldir)/$$dir; done
-- cp -r $(dirs) $(htmldir)
-+ $(INSTALL) -d $(DESTDIR)$(docdir)
-+ for file in $(docs); do gzip <$$file >$(DESTDIR)$(docdir)/$$file.gz; done
-+ $(INSTALL) -d $(DESTDIR)$(htmldir)
-+ for dir in $(dirs); do rm -rf $(DESTDIR)$(htmldir)/$$dir; done
-+ for dir in $(dirs); do rm -rf $(DESTDIR)$$dir/*.pl $(DESTDIR)$$dir/WARNINGS; done
-+ cp -r $(dirs) $(DESTDIR)$(htmldir)
- # cp $(src_srcs) $(srcdir)
-
- clean:
diff --git a/lang/hope/files/patch-lib--Makefile.in b/lang/hope/files/patch-lib--Makefile.in
deleted file mode 100644
index d8039c02119d..000000000000
--- a/lang/hope/files/patch-lib--Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- lib/Makefile.in.orig 1999-04-16 18:21:45.000000000 +0400
-+++ lib/Makefile.in 2014-05-19 00:03:58.000000000 +0400
-@@ -14,11 +14,11 @@
- all:
-
- install:
-- $(INSTALL) -d $(hopelib)
-- for f in *.hop; do $(INSTALL_DATA) $$f $(hopelib); done
-- $(INSTALL) -d $(newlib)
-+ $(INSTALL) -d $(DESTDIR)$(hopelib)
-+ for f in *.hop; do $(INSTALL_DATA) $$f $(DESTDIR)$(hopelib); done
-+ $(INSTALL) -d $(DESTDIR)$(newlib)
- sed -f list.sed Standard.hop >Standard-new.hop
-- $(INSTALL_DATA) Standard-new.hop $(newlib)/Standard.hop
-+ $(INSTALL_DATA) Standard-new.hop $(DESTDIR)$(newlib)/Standard.hop
- rm -f Standard-new.hop
-
- distclean clean clobber:
diff --git a/lang/hope/files/patch-src--Makefile.in b/lang/hope/files/patch-src--Makefile.in
deleted file mode 100644
index bb0cee6c4d64..000000000000
--- a/lang/hope/files/patch-src--Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/Makefile.in.orig 2005-10-12 12:39:07.000000000 +0400
-+++ src/Makefile.in 2014-05-19 00:04:47.000000000 +0400
-@@ -53,9 +53,9 @@
- all: $(name) $(name).1
-
- install: check $(name).1
-- $(INSTALL) -d $(hopelib)
-- $(INSTALL_PROGRAM) -s $(name) $(bindir)
-- $(INSTALL_DATA) $(name).1 $(mandir)
-+ $(INSTALL) -d $(DESTDIR)$(hopelib)
-+ $(INSTALL_PROGRAM) -s $(name) $(DESTDIR)$(bindir)
-+ $(INSTALL_DATA) $(name).1 $(DESTDIR)$(mandir)
-
- $(name).1: $(name).1.in
- sed -e 's:@hopelib@:$(hopelib):' -e 's:@fullpath@:$(bindir)/$(name):' $(name).1.in >$@
diff --git a/lang/hope/files/patch-src--memory.c b/lang/hope/files/patch-src--memory.c
deleted file mode 100644
index 3d0f50cfac41..000000000000
--- a/lang/hope/files/patch-src--memory.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/memory.c.orig Sun Dec 7 18:01:46 2003
-+++ src/memory.c Sun Dec 7 18:01:50 2003
-@@ -22,6 +22,7 @@
- {
- if ((base_memory = (char *)malloc((size_t)MEMSIZE)) == NULL)
- error(FATALERR, "can't allocate memory");
-+ memset(base_memory, NULL, (size_t)MEMSIZE);
- top_memory = base_memory + RoundDown(MEMSIZE);
-
- lim_temp = top_string = base_memory;
-
diff --git a/lang/hope/files/patch-src_source.c b/lang/hope/files/patch-src_source.c
deleted file mode 100644
index f5a11a47c5a2..000000000000
--- a/lang/hope/files/patch-src_source.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/source.c.orig 1999-04-09 23:40:26 UTC
-+++ src/source.c
-@@ -250,7 +250,7 @@ static const char *const errname[] = {
- abort();
- if (errtype >= FATALERR) {
- if (gen_listing) /* copy the rest to the listing */
-- while (getline())
-+ while (get_line())
- ;
- (void)exit(1);
- }
-@@ -287,7 +287,7 @@ interactive(void)
- * otherwise it ends in a newline (whitespace) and then a null.
- */
- global Bool
--getline(void)
-+get_line(void)
- {
- if (atend && cur_source >= source) {
- if (cur_source > source)
diff --git a/lang/hope/files/patch-src_source.h b/lang/hope/files/patch-src_source.h
deleted file mode 100644
index 87760473ca2b..000000000000
--- a/lang/hope/files/patch-src_source.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/source.h.orig 1997-06-09 08:02:53 UTC
-+++ src/source.h
-@@ -8,7 +8,7 @@ extern const Byte *inptr;
- extern void init_source(FILE *src, Bool gen_listing);
- extern void enterfile(FILE *f);
- extern Bool interactive(void);
--extern Bool getline(void);
-+extern Bool get_line(void);
-
- #ifdef RE_EDIT
- extern void set_script(const char *filename);
diff --git a/lang/hope/files/patch-src_yylex.c b/lang/hope/files/patch-src_yylex.c
deleted file mode 100644
index 0c63add80d5f..000000000000
--- a/lang/hope/files/patch-src_yylex.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/yylex.c.orig 1999-04-09 12:21:08 UTC
-+++ src/yylex.c
-@@ -157,7 +157,7 @@ yylex(void)
- inptr = start;
- return ';';
- }
-- if (! getline())
-+ if (! get_line())
- return EOF;
- } else if (IsDigit(c)) {
- /*