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 | |
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')
-rw-r--r-- | lang/cel/Makefile | 11 | ||||
-rw-r--r-- | lang/cel/distinfo | 2 | ||||
-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 | ||||
-rw-r--r-- | lang/cel/pkg-plist | 3 |
6 files changed, 40 insertions, 16 deletions
diff --git a/lang/cel/Makefile b/lang/cel/Makefile index 12119e1..b72e3de 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 e81be6c..5bc584d 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 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 diff --git a/lang/cel/pkg-plist b/lang/cel/pkg-plist index 361af53..1fef4bb 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 |