Re: lang/racket-minimal: update to v8.3

2021-12-16 Thread Juan Francisco Cantero Hurtado
On Thu, Dec 16, 2021 at 12:59:54AM +, James Cook wrote: > > I don't see anything wrong with that but I don't know why you have that > > dir. Run the command "raco pkg config" as regular user. You should have > > something like this output: > > > > current-amd64$ raco pkg config > > name: > > 8

Re: lang/racket-minimal: update to v8.3

2021-12-16 Thread Denis Fondras
Le Thu, Dec 16, 2021 at 12:59:54AM +, James Cook a écrit : > For reproducibility, I wrote the below script and created another new > VM. > > > #!/bin/sh > sysctl kern.version > pkg_add racket-minimal-8.3 > su falsifian -c "raco pkg install base" > su falsifian -c "raco pkg config" > > > I r

Re: lang/racket-minimal: update to v8.3

2021-12-15 Thread Juan Francisco Cantero Hurtado
On Wed, Dec 15, 2021 at 04:49:06AM +, James Cook wrote: > On Tue, Dec 14, 2021 at 09:44:03PM +0100, Juan Francisco Cantero Hurtado > wrote: > > On Tue, 14 Dec 2021 14:18:39 + > > James Cook wrote: > > > > > On Tue, Dec 14, 2021 at 10:11:12AM +0100, Denis Fondras wrote: > > > > Le Tue, De

Re: lang/racket-minimal: update to v8.3

2021-12-15 Thread James Cook
> > but with your user. Running "racket-user-bin-paths" you should see the > > bin directory path within $HOME/.racket. > > > > And this is the right config file in /etc/racket/config.rktd: > > ;; generated by unixstyle-install > > #hash( > > (doc-dir . "/usr/local/share/doc/racket") > >

Re: lang/racket-minimal: update to v8.3

2021-12-15 Thread James Cook
> I don't see anything wrong with that but I don't know why you have that > dir. Run the command "raco pkg config" as regular user. You should have > something like this output: > > current-amd64$ raco pkg config > name: > 8.3 > catalogs: > https://download.racket-lang.org/releases/8.3/catalog/ >

Re: lang/racket-minimal: update to v8.3

2021-12-14 Thread James Cook
On Tue, Dec 14, 2021 at 09:44:03PM +0100, Juan Francisco Cantero Hurtado wrote: > On Tue, 14 Dec 2021 14:18:39 + > James Cook wrote: > > > On Tue, Dec 14, 2021 at 10:11:12AM +0100, Denis Fondras wrote: > > > Le Tue, Dec 14, 2021 at 05:27:26AM +, James Cook a écrit : > > > > On Sun, Nov

Re: lang/racket-minimal: update to v8.3

2021-12-14 Thread Juan Francisco Cantero Hurtado
On Tue, Dec 14, 2021 at 09:44:03PM +0100, Juan Francisco Cantero Hurtado wrote: > On Tue, 14 Dec 2021 14:18:39 + > James Cook wrote: > > > On Tue, Dec 14, 2021 at 10:11:12AM +0100, Denis Fondras wrote: > > > Le Tue, Dec 14, 2021 at 05:27:26AM +, James Cook a écrit : > > > > On Sun, Nov

Re: lang/racket-minimal: update to v8.3

2021-12-14 Thread Juan Francisco Cantero Hurtado
On Tue, 14 Dec 2021 14:18:39 + James Cook wrote: > On Tue, Dec 14, 2021 at 10:11:12AM +0100, Denis Fondras wrote: > > Le Tue, Dec 14, 2021 at 05:27:26AM +, James Cook a écrit : > > > On Sun, Nov 28, 2021 at 10:46:28AM +0100, Denis Fondras wrote: > > > > Straightforward update to v8.3

Re: lang/racket-minimal: update to v8.3

2021-12-14 Thread James Cook
On Tue, Dec 14, 2021 at 10:11:12AM +0100, Denis Fondras wrote: > Le Tue, Dec 14, 2021 at 05:27:26AM +, James Cook a écrit : > > On Sun, Nov 28, 2021 at 10:46:28AM +0100, Denis Fondras wrote: > > > Straightforward update to v8.3 > > > > It looks like the update to 8.3 broke the "raco exe" comma

Re: lang/racket-minimal: update to v8.3

2021-12-14 Thread Denis Fondras
Le Tue, Dec 14, 2021 at 05:27:26AM +, James Cook a écrit : > On Sun, Nov 28, 2021 at 10:46:28AM +0100, Denis Fondras wrote: > > Straightforward update to v8.3 > > It looks like the update to 8.3 broke the "raco exe" command. > I am surprised it ever worked. Minimal installation does not seem

Re: lang/racket-minimal: update to v8.3

2021-12-13 Thread James Cook
On Sun, Nov 28, 2021 at 10:46:28AM +0100, Denis Fondras wrote: > Straightforward update to v8.3 It looks like the update to 8.3 broke the "raco exe" command. angel ~ $ raco exe /usr/local/bin/raco: Unrecognized command: exe -- James

lang/racket-minimal: update to v8.3

2021-11-28 Thread Denis Fondras
Straightforward update to v8.3 Basic tests pass. Index: Makefile === RCS file: /cvs/ports/lang/racket-minimal/Makefile,v retrieving revision 1.76 diff -u -p -r1.76 Makefile --- Makefile5 Aug 2021 17:57:59 - 1.76 +++ Mak