Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11493 closed update (fixed)

UPDATE: lang/sbcl bootfile update 0.9.xx -> 1.0.{23}

Reported by: rick@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.3.2
Keywords: Cc: gwright@…,markd@…
Port:

Description

I didn't test the powerpc variant. Might also be a good idea if possible to wrap it at 75-80 chars, diff are a bit sloppy this way ;-)

--- /Users/rick/Portfile        2007-03-07 10:06:52.000000000 +0100
+++ Portfile    2007-03-07 10:25:46.000000000 +0100
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name           sbcl
 version                1.0.3
-set bootversion 0.9.16
+set bootversion 1.0.3
 categories     lang
 maintainers    gwright@macports.org waqar@macports.org
 platforms      darwin
@@ -21,10 +21,10 @@
 use_bzip2      yes
 
 platform powerpc { 
-                  set bootversion 0.9.15
+                  set bootversion 1.0.2
                   distfiles-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix}
                   checksums-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix} \
-                       md5 2f0ee82eff649e3862c524fd0705cfc0
+                       md5 5135c1e202ee1351263d0c2c015f17b6
 
                   global host_lisp
                   set host_lisp        "\"${workpath}/${name}-${bootversion}-powerpc-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
@@ -33,7 +33,7 @@
 platform i386     {
                   distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
                   checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
-                       md5 b7fb206ac82d11ae7aeee8e0cf462c93
+                       md5 867a40a536f7948ef6246859f54a0238
 
                   global host_lisp
                   set host_lisp        "\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "

Attachments (1)

Portfile.patch (1.4 KB) - added by rick@… 17 years ago.
patch

Download all attachments as: .zip

Change History (6)

Changed 17 years ago by rick@…

Attachment: Portfile.patch added

patch

comment:1 Changed 17 years ago by gwright@…

Owner: changed from waqar@… to gwright@…
Status: newassigned

Hi Rick,

I don't object to this, but is there a particular issue that updating the boot compiler fixes?

Best Wishes, Greg

comment:2 Changed 17 years ago by pipping@…

Milestone: Port Updates

comment:3 Changed 17 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: assignedclosed

Port is at 1.0.6. No further response to additonal changes so we can close this.

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Type: defectupdate

comment:5 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.