ports/90723: [UPDATE]: lang/atlast: Update to version 1.1
Frank Laszlo
laszlof at vonostingroup.com
Wed Dec 21 00:40:06 UTC 2005
>Number: 90723
>Category: ports
>Synopsis: [UPDATE]: lang/atlast: Update to version 1.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Dec 21 00:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Frank Laszlo
>Release: FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386
>Description:
This patch will update lang/atlast to version 1.1. This version contains a few minor bug fixes.
>How-To-Repeat:
>Fix:
--- atlast-1.1.diff begins here ---
diff -NrU3 atlast.orig/Makefile atlast/Makefile
--- atlast.orig/Makefile Tue Dec 20 19:23:14 2005
+++ atlast/Makefile Tue Dec 20 19:23:34 2005
@@ -6,13 +6,12 @@
#
PORTNAME= atlast
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= lang
MASTER_SITES= http://www.fourmilab.ch/atlast/ \
http://www.fourmilab.to/atlast/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= laszlof at vonostingroup.com
COMMENT= Autodesk Threaded Language Application System Toolkit
MAKE_ARGS= CFLAGS="${CFLAGS} -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK"
diff -NrU3 atlast.orig/distinfo atlast/distinfo
--- atlast.orig/distinfo Tue Dec 20 19:23:14 2005
+++ atlast/distinfo Tue Dec 20 19:23:51 2005
@@ -1,3 +1,3 @@
-MD5 (atlast-1.0.tar.gz) = 6cbf9f57293c04d2a952a29ccb19aa2e
-SHA256 (atlast-1.0.tar.gz) = ef789f91bb5043080ce23f59ac7d6ce48119e9a60ee6737658ec5066f9c64f3b
-SIZE (atlast-1.0.tar.gz) = 269663
+MD5 (atlast-1.1.tar.gz) = 18ee5d3b8e23d6251dfe7799f301384a
+SHA256 (atlast-1.1.tar.gz) = e1f45fc324758706103bc52c6a114607f2f1301c8e9e500b53a7d45db815e242
+SIZE (atlast-1.1.tar.gz) = 270209
diff -NrU3 atlast.orig/files/patch-aa atlast/files/patch-aa
--- atlast.orig/files/patch-aa Tue Dec 20 19:23:14 2005
+++ atlast/files/patch-aa Tue Dec 20 19:29:05 2005
@@ -1,36 +1,33 @@
-*** Makefile.orig Mon May 9 03:26:47 1994
---- Makefile Fri Oct 5 05:18:35 2001
-***************
-*** 18,24 ****
- all: $(APPS)
-
- atlast: $(ATLOBJ)
-! cc $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES)
-
- atlast.o: atlast.c atldef.h
- atldef.h: atlast.h
---- 18,24 ----
- all: $(APPS)
-
- atlast: $(ATLOBJ)
-! $(CC) $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES)
-
- atlast.o: atlast.c atldef.h
- atldef.h: atlast.h
-***************
-*** 33,39 ****
- echo >>/tmp/regin.tmp
- echo >>/tmp/regin.tmp
- atlast -iregress </tmp/regin.tmp >/tmp/regout.tmp
-! /bin/diff regout.txt /tmp/regout.tmp
-
- clean:
- rm -f $(APPS)
---- 33,39 ----
- echo >>/tmp/regin.tmp
- echo >>/tmp/regin.tmp
- atlast -iregress </tmp/regin.tmp >/tmp/regout.tmp
-! /usr/bin/diff regout.txt /tmp/regout.tmp
-
- clean:
- rm -f $(APPS)
+--- Makefile.orig Tue Dec 20 19:24:58 2005
++++ Makefile Tue Dec 20 19:28:39 2005
+@@ -28,20 +28,20 @@
+ # Run the Atlast regression test
+
+ regression:
+- echo testcons >/tmp/regin.tmp
+- echo Test 1234 >>/tmp/regin.tmp
+- echo ls atlast.c >>/tmp/regin.tmp
+- echo >>/tmp/regin.tmp
+- echo >>/tmp/regin.tmp
++ $(ECHO) testcons >/tmp/regin.tmp
++ $(ECHO) Test 1234 >>/tmp/regin.tmp
++ $(ECHO) ls atlast.c >>/tmp/regin.tmp
++ $(ECHO) >>/tmp/regin.tmp
++ $(ECHO) >>/tmp/regin.tmp
+ ./atlast -iregress </tmp/regin.tmp >/tmp/regout.tmp
+- diff regout.txt /tmp/regout.tmp
++ $(DIFF) regout.txt /tmp/regout.tmp
+
+ clean:
+- rm -f $(APPS)
+- rm -f *.bak *.o *.dvi *.aux *.log
+- rm -f core cscope.out
++ $(RM) -f $(APPS)
++ $(RM) -f *.bak *.o *.dvi *.aux *.log
++ $(RM) -f core cscope.out
+
+ lint: lintatlast
+
+ lintatlast:
+- lint atlast.c atlmain.c $(LIBRARIES) $(ATLCONFIG)
++ $(LINT) atlast.c atlmain.c $(LIBRARIES) $(ATLCONFIG)
diff -NrU3 atlast.orig/files/patch-atlast.c atlast/files/patch-atlast.c
--- atlast.orig/files/patch-atlast.c Tue Dec 20 19:23:14 2005
+++ atlast/files/patch-atlast.c Wed Dec 31 19:00:00 1969
@@ -1,24 +0,0 @@
---- atlast.c.orig Fri May 10 23:18:47 2002
-+++ atlast.c Fri May 10 23:36:28 2002
-@@ -3243,14 +3243,17 @@
- { static struct {
- char *sfn;
- FILE *sfd;
-- } stdfiles[] = {
-- {"STDIN", stdin},
-- {"STDOUT", stdout},
-- {"STDERR", stderr}
-+ } stdfiles[] = {
-+ {"STDIN", NULL},
-+ {"STDOUT", NULL},
-+ {"STDERR", NULL}
- };
- int i;
- dictword *dw;
-
-+ stdfiles[0].sfd = stdin;
-+ stdfiles[1].sfd = stdout;
-+ stdfiles[2].sfd = stderr;
- for (i = 0; i < ELEMENTS(stdfiles); i++) {
- if ((dw = atl_vardef(stdfiles[i].sfn,
- 2 * sizeof(stackitem))) != NULL) {
--- atlast-1.1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list