9front - general discussion about 9front
 help / color / mirror / Atom feed
From: raingloom <raingloom@protonmail.com>
To: "9front@9front.org" <9front@9front.org>
Subject: [PATCH] updates to ports
Date: Sun, 11 Aug 2019 12:23:53 +0000	[thread overview]
Message-ID: <nBhIc_YT7jWO0RYOEur-kGc_49yRIVcMedpUUpWV9zGyGs4NGkNiC5Q2vtonyZ3t_AwCZ5QOzGKsBMomEsVrg-nLRduNM9M2N-nT3bkYoUo=@protonmail.com> (raw)

[-- 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


             reply	other threads:[~2019-08-11 12:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-11 12:23 raingloom [this message]
2019-08-11 20:14 ` [9front] " Sean Hinchee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='nBhIc_YT7jWO0RYOEur-kGc_49yRIVcMedpUUpWV9zGyGs4NGkNiC5Q2vtonyZ3t_AwCZ5QOzGKsBMomEsVrg-nLRduNM9M2N-nT3bkYoUo=@protonmail.com' \
    --to=raingloom@protonmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).