9front - general discussion about 9front
 help / color / mirror / Atom feed
* [PATCH] updates to ports
@ 2019-08-11 12:23 raingloom
  2019-08-11 20:14 ` [9front] " Sean Hinchee
  0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2019-08-11 12:23 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

Hi list!

I fixed gobootstrap not working on arm and updated s9fes to the latest release. Is this where patches go?

-rain

[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 2648 bytes --]

diff -r 2aa522711c11 -r 73c46237a78d dev-lang/go/mkfile
--- a/dev-lang/go/mkfile	Mon Jul 15 02:35:30 2019 +0000
+++ b/dev-lang/go/mkfile	Thu Jan 01 04:08:31 1970 +0100
@@ -5,7 +5,7 @@
 OWNER='Nick Owens <mischief@offblast.org>'
 DESCRIPTION='Google Go language'
 VERSION=1.12
-BOOTSTRAP=1.11.5
+BOOTSTRAP=1.12.4
 DEPS=app-misc/ca-certificates dev-lang/gobootstrap
 
 # local variables
diff -r 2aa522711c11 -r 73c46237a78d dev-lang/gobootstrap/manifest
--- a/dev-lang/gobootstrap/manifest	Mon Jul 15 02:35:30 2019 +0000
+++ b/dev-lang/gobootstrap/manifest	Thu Jan 01 04:08:31 1970 +0100
@@ -1,2 +1,1 @@
-3eaa03cfaccd136cae3557c93bcd945690c8cd85bba4a03399d66c4ba219f004	go1.11.5-plan9-amd64-bootstrap.tbz
-fc793a9387e13d18d90be7efdf0ca4c52e575aeddebd2b1fc2e4da9f398a2cd7	go1.11.5-plan9-386-bootstrap.tbz
+dcdb70c7f4f09ad0d24fea8cb74166e14586d7e12cad362e4586d1e722741cbf	go1.12.4-plan9-arm7-bootstrap.tbz
diff -r 2aa522711c11 -r 73c46237a78d dev-lang/gobootstrap/mkfile
--- a/dev-lang/gobootstrap/mkfile	Mon Jul 15 02:35:30 2019 +0000
+++ b/dev-lang/gobootstrap/mkfile	Thu Jan 01 04:08:31 1970 +0100
@@ -1,13 +1,14 @@
 </$objtype/mkfile
+<|objtype_helper
 
 OWNER='Nick Owens <mischief@offblast.org>'
 DESCRIPTION='Google Go language'
-VERSION=1.11.5
+VERSION=1.12.4
 
 # local variables
 bootstrapdest=/sys/lib/go/$objtype-$VERSION-bootstrap
 
-WEBSOURCE=http://9legacy.org/download/go/go$VERSION-plan9-$objtype-bootstrap.tbz
+WEBSOURCE=http://9legacy.org/download/go/go$VERSION-plan9-$isa_name-bootstrap.tbz
 BUILDPATH=work/go-plan9-$objtype-bootstrap
 BUILDCOMMAND=echo -n
 CLEANCOMMAND=echo -n
diff -r 2aa522711c11 -r 73c46237a78d dev-lang/gobootstrap/objtype_helper
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-lang/gobootstrap/objtype_helper	Thu Jan 01 04:08:31 1970 +0100
@@ -0,0 +1,6 @@
+#!/bin/rc
+echo -n 'isa_name='
+if (~ $objtype arm)
+	echo arm7
+if not
+	echo $objtype
diff -r 2aa522711c11 -r 73c46237a78d dev-lang/s9fes/manifest
--- a/dev-lang/s9fes/manifest	Mon Jul 15 02:35:30 2019 +0000
+++ b/dev-lang/s9fes/manifest	Thu Jan 01 04:08:31 1970 +0100
@@ -1,1 +1,1 @@
-123a29a97f9a0c61dc2eecceb0f1a0e710edc84f1c40bcea11650bd2e2ddc19a	s9fes-20180823.tgz
+e92d6e2cd172d8f92631c0672d99e0049f52d8be1020aeda1cbecb665e5ea9c9	s9fes-20181205.tgz
diff -r 2aa522711c11 -r 73c46237a78d dev-lang/s9fes/mkfile
--- a/dev-lang/s9fes/mkfile	Mon Jul 15 02:35:30 2019 +0000
+++ b/dev-lang/s9fes/mkfile	Thu Jan 01 04:08:31 1970 +0100
@@ -2,7 +2,7 @@
 
 OWNER='Matthew Veety <mveety@mveety.com>'
 DESCRIPTION='Scheme 9 from Empty Space'
-VERSION=20180823
+VERSION=20181205
 
 WEBSOURCE=http://t3x.org/s9fes/s9fes-$VERSION.tgz
 BUILDPATH=work/s9


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] [PATCH] updates to ports
  2019-08-11 12:23 [PATCH] updates to ports raingloom
@ 2019-08-11 20:14 ` Sean Hinchee
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Hinchee @ 2019-08-11 20:14 UTC (permalink / raw)
  To: 9front

Hi!

I don't think we have a dedicated list for ports, so this works.

I've merged the s9fes part, mischief should probably look at the go 
parts. I'm not sure if doing s/arm/arm7/g is necessarily the correct 
solution in the mkfile.

Cheers,
Sean

On 8/11/19 5:23 AM, raingloom wrote:
> Hi list!
> 
> I fixed gobootstrap not working on arm and updated s9fes to the latest release. Is this where patches go?
> 
> -rain
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-11 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-11 12:23 [PATCH] updates to ports raingloom
2019-08-11 20:14 ` [9front] " Sean Hinchee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).