Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2001 03:12:42 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25398: [MAINTAINER UPDATE] lang/cel -> 0.6
Message-ID:  <Pine.BSF.4.21.0102270311540.70689-100000@sobek.openirc.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         25398
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] lang/cel -> 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 26 19:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
Update port lang/cel to version 0.6
>How-To-Repeat:
n/a
>Fix:
diff -urN cel-old/Makefile cel/Makefile
--- cel-old/Makefile	Wed Feb 14 13:22:36 2001
+++ cel/Makefile	Tue Feb 27 03:09:23 2001
@@ -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 @@
 
 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 -urN cel-old/distinfo cel/distinfo
--- cel-old/distinfo	Wed Feb 14 13:22:36 2001
+++ cel/distinfo	Tue Feb 27 02:48:56 2001
@@ -1 +1 @@
-MD5 (cel-0.5.tgz) = 666ff6e2bd7245fb83130a9f67d42055
+MD5 (cel-0.6.tgz) = 73b484eded1bbfe4876e6b82624c2cbc
diff -urN cel-old/files/patch-aa cel/files/patch-aa
--- cel-old/files/patch-aa	Wed Feb 14 13:22:36 2001
+++ cel/files/patch-aa	Tue Feb 27 03:04:41 2001
@@ -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 -urN cel-old/files/patch-ab cel/files/patch-ab
--- cel-old/files/patch-ab	Thu Jan  1 01:00:00 1970
+++ cel/files/patch-ab	Tue Feb 27 03:04:41 2001
@@ -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 -urN cel-old/files/patch-ac cel/files/patch-ac
--- cel-old/files/patch-ac	Thu Jan  1 01:00:00 1970
+++ cel/files/patch-ac	Tue Feb 27 03:04:41 2001
@@ -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 -urN cel-old/pkg-plist cel/pkg-plist
--- cel-old/pkg-plist	Wed Feb 14 13:22:36 2001
+++ cel/pkg-plist	Tue Feb 27 03:10:48 2001
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0102270311540.70689-100000>