summaryrefslogtreecommitdiff
path: root/lang/cel/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-27 04:56:27 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-27 04:56:27 +0000
commit8327f80bf651f41deb8efd16e93de0ed4f246b4c (patch)
tree19785f5bac7ec1cc54775a6933a43b7f648c6721 /lang/cel/files
parentUpdate to version 6.3. (diff)
Update to version 0.6.
PR: 25398 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=38834
Diffstat (limited to 'lang/cel/files')
-rw-r--r--lang/cel/files/patch-aa19
-rw-r--r--lang/cel/files/patch-ab11
-rw-r--r--lang/cel/files/patch-ac10
3 files changed, 33 insertions, 7 deletions
diff --git a/lang/cel/files/patch-aa b/lang/cel/files/patch-aa
index 7fb234043ceb..4e97636459a3 100644
--- a/lang/cel/files/patch-aa
+++ b/lang/cel/files/patch-aa
@@ -1,7 +1,12 @@
---- Makefile.notreal Thu Jan 1 01:00:00 1970
-+++ Makefile Mon Jan 1 16:25:56 2001
-@@ -0,0 +1,4 @@
-+all:
-+ cd aqmalloc; ${MAKE}
-+ cd hash; ${MAKE} libhash.a
-+ cd vm; ${MAKE}
+--- Makefile.orig Tue Feb 27 03:02:51 2001
++++ Makefile Tue Feb 27 03:02:58 2001
+@@ -1,9 +1,7 @@
+-CFLAGS = -O -g
+
+ # DEPENDENCIES
+
+ SUBDIRS= celmalloc hash vm kits
+-MAKE= make
+
+ all:
+ for i in $(SUBDIRS); do \
diff --git a/lang/cel/files/patch-ab b/lang/cel/files/patch-ab
new file mode 100644
index 000000000000..ae2849ec5d30
--- /dev/null
+++ b/lang/cel/files/patch-ab
@@ -0,0 +1,11 @@
+--- vm/Makefile.orig Tue Feb 27 03:03:15 2001
++++ vm/Makefile Tue Feb 27 03:03:19 2001
+@@ -23,7 +23,7 @@
+ FILES= atom.o crc.o memstream.o runtime.o sd2cel.o cel2sd.o svm32.o assemble.o array.o compiler.o codegen.o while.o
+
+ cel: main.o $(FILES)
+- $(CC) $(CFLAGS) -export-dynamic -o cel $^ ../hash/libhash.a ../celmalloc/celmalloc.o -ldl
++ $(CC) $(CFLAGS) -export-dynamic -o cel $^ ../hash/libhash.a ../celmalloc/celmalloc.o
+
+ celdump: celdump.o $(FILES)
+ $(CC) $(CFLAGS) -o celdump $^ ../hash/libhash.a ../celmalloc/celmalloc.o
diff --git a/lang/cel/files/patch-ac b/lang/cel/files/patch-ac
new file mode 100644
index 000000000000..7b8853ff6a31
--- /dev/null
+++ b/lang/cel/files/patch-ac
@@ -0,0 +1,10 @@
+--- kits/DateTime.c.orig Tue Feb 27 03:03:28 2001
++++ kits/DateTime.c Tue Feb 27 03:03:38 2001
+@@ -35,7 +35,6 @@
+
+
+ extern char *tzname[2];
+-long int timezone;
+ extern int daylight;
+
+ // This takes the _dateTime blob and resets all of the fields