summaryrefslogtreecommitdiff
path: root/lang
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
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')
-rw-r--r--lang/cel/Makefile11
-rw-r--r--lang/cel/distinfo2
-rw-r--r--lang/cel/files/patch-aa19
-rw-r--r--lang/cel/files/patch-ab11
-rw-r--r--lang/cel/files/patch-ac10
-rw-r--r--lang/cel/pkg-plist3
6 files changed, 40 insertions, 16 deletions
diff --git a/lang/cel/Makefile b/lang/cel/Makefile
index 12119e1a5253..b72e3de9e30b 100644
--- a/lang/cel/Makefile
+++ b/lang/cel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cel
-PORTVERSION= 0.5
+PORTVERSION= 0.6
CATEGORIES= lang
MASTER_SITES= http://www.redwoodsoft.com/cel/
EXTRACT_SUFX= .tgz
@@ -17,13 +17,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
-DOCFILES= CoreArchitecture.html Credits DefaultProtos \
- Linker.html Logs.html ProtoLanguage.html README \
- SimpleDataFormat.html Threads activation.html \
- stackframe structure.html todo.html
+DOCFILES= CoreArchitecture.html DefaultProtos Linker.html \
+ Logs.html ProtoLanguage.html README SimpleDataFormat.html \
+ Threads activation.html stackframe structure.html todo.html
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/vm/aq ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/vm/cel ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/cel
.for F in ${DOCFILES}
diff --git a/lang/cel/distinfo b/lang/cel/distinfo
index e81be6c3f5f2..5bc584daf62a 100644
--- a/lang/cel/distinfo
+++ b/lang/cel/distinfo
@@ -1 +1 @@
-MD5 (cel-0.5.tgz) = 666ff6e2bd7245fb83130a9f67d42055
+MD5 (cel-0.6.tgz) = 73b484eded1bbfe4876e6b82624c2cbc
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
diff --git a/lang/cel/pkg-plist b/lang/cel/pkg-plist
index 361af532a3a9..1fef4bb23ff6 100644
--- a/lang/cel/pkg-plist
+++ b/lang/cel/pkg-plist
@@ -1,6 +1,5 @@
-bin/aq
+bin/cel
%%PORTDOCS%%share/doc/cel/CoreArchitecture.html
-%%PORTDOCS%%share/doc/cel/Credits
%%PORTDOCS%%share/doc/cel/DefaultProtos
%%PORTDOCS%%share/doc/cel/Linker.html
%%PORTDOCS%%share/doc/cel/Logs.html