diff options
author | steve <steve@FreeBSD.org> | 2001-02-27 04:56:27 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-27 04:56:27 +0000 |
commit | cc4c7597f2da65053c4179296742875fca25cd8f (patch) | |
tree | e983a7498096e14ee396ff848995866c5aa5b583 /lang/cel/files | |
parent | f6202b52dc2aeb9b1e819cbd0e274aabc60b6ffb (diff) | |
download | FreeBSD-ports-cc4c7597f2da65053c4179296742875fca25cd8f.zip FreeBSD-ports-cc4c7597f2da65053c4179296742875fca25cd8f.tar.gz |
Update to version 0.6.
PR: 25398
Submitted by: maintainer
Diffstat (limited to 'lang/cel/files')
-rw-r--r-- | lang/cel/files/patch-aa | 19 | ||||
-rw-r--r-- | lang/cel/files/patch-ab | 11 | ||||
-rw-r--r-- | lang/cel/files/patch-ac | 10 |
3 files changed, 33 insertions, 7 deletions
diff --git a/lang/cel/files/patch-aa b/lang/cel/files/patch-aa index 7fb2340..4e97636 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 0000000..ae2849e --- /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 0000000..7b8853f --- /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 |