Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread Juan Francisco Cantero Hurtado
On Tue, 14 Jan 2020 22:34:38 + Stuart Henderson wrote: > On 2020/01/12 23:59, Juan Francisco Cantero Hurtado wrote: > > In the video, I see font rendering problems in the DrRacket REPL, > > which is quite weird because the code editor and the menu work > > fine. So, you have missing fonts, a

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread Stuart Henderson
On 2020/01/12 23:59, Juan Francisco Cantero Hurtado wrote: > In the video, I see font rendering problems in the DrRacket REPL, which > is quite weird because the code editor and the menu work fine. So, you > have missing fonts, a broken config which renders erroneously some > glyphs or a broken lib

Re: sndio(7) driver for Squeak VM 3.10.1

2020-01-14 Thread Stuart Henderson
On 2020/01/14 21:49, Mark Hesselink wrote: > Hi, > > On 2020-01-14 15:10, Stuart Henderson wrote: > > btw, EPOCH is used for "version going backwards" (and can never be > > removed > > once it's added to a port), for a normal update just REVISION is used. > > I mention this because you will probab

Re: sndio(7) driver for Squeak VM 3.10.1

2020-01-14 Thread Mark Hesselink
Hi, On 2020-01-14 15:10, Stuart Henderson wrote: btw, EPOCH is used for "version going backwards" (and can never be removed once it's added to a port), for a normal update just REVISION is used. I mention this because you will probably have some files in /usr/ports/plist relating to your previo

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread rsiddharth
rsiddharth writes: > I tried creating a new user (via adduser(8)) and ran DrRacket as > the new user; the text did rendered properly in the REPL and for my > version of the hello function[1]. > > [1]: https://ricketyspace.net/tmp/text.rkt Oops, typo. It is "...the text did _n

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread rsiddharth
Juan Francisco Cantero Hurtado writes: > Start the computer but don't log in as a regular user using xenodm or > startx. Change to a different virtual console with Ctrl + Alt + F2 and > log in as root. > > Delete (saving a copy of /etc or $HOME if you want) > /var/cache/fontconfig, /etc/fonts and

Re: [lang/racket-minimal-7.5] Racket has issues rendering text via 2htdp/image

2020-01-14 Thread rsiddharth
Juan Francisco Cantero Hurtado writes: > Your code works for me. > > solene@ and I tested this code and worked for us: > > #lang racket > > (require 2htdp/image) > > (define (hello) > (text/font "Hello World 42" 24 "black" > "Luxi Sans" 'roman 'normal 'normal #f)) > > (save-image (

Re: git: update to 2.25.0

2020-01-14 Thread Benoit Lecocq
On 14/01/2020 17:16, Klemens Nanni wrote: https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.25.0.txt Lots of fixes and improvements, git-sparse-checkout(1) is not a thing. OK? ok benoit@ Index: Makefile

Re: [macppc/big endoan archs] Unbreak lang/quickjs

2020-01-14 Thread Charlene Wendling
On Tue, 14 Jan 2020 17:25:58 +0100 Jeremie Courreges-Anglas wrote: > On Mon, Jan 13 2020, Charlene Wendling wrote: > > Hi! > > > >> http://build-failures.rhaalovely.net/powerpc/last/lang/quickjs.log > > (not the same issue on sparc64 and mips64) > > The issue there is pointer truncation because

Re: [macppc/big endoan archs] Unbreak lang/quickjs

2020-01-14 Thread Jeremie Courreges-Anglas
On Mon, Jan 13 2020, Charlene Wendling wrote: > Hi! > >> http://build-failures.rhaalovely.net/powerpc/last/lang/quickjs.log > (not the same issue on sparc64 and mips64) The issue there is pointer truncation because only amd64 and arm64 are recognized as 64 bits archs. > As mentioned by the COMPI

git: update to 2.25.0

2020-01-14 Thread Klemens Nanni
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.25.0.txt Lots of fixes and improvements, git-sparse-checkout(1) is not a thing. OK? Index: Makefile === RCS file: /cvs/ports/devel/git/Makefile,v retrieving r

Re: sndio(7) driver for Squeak VM 3.10.1

2020-01-14 Thread Marc Espie
On Tue, Jan 14, 2020 at 03:10:11PM +, Stuart Henderson wrote: > On 2020/01/13 21:34, Mark Hesselink wrote: > > Dear list, > > > > Please find attached a sndio(7) sound driver for Squeak VM 3.10.1 > > (lang/squeak/vm). This driver has been fairly extensively tested by my > > family over the cou

Re: sndio(7) driver for Squeak VM 3.10.1

2020-01-14 Thread Stuart Henderson
On 2020/01/13 21:34, Mark Hesselink wrote: > Dear list, > > Please find attached a sndio(7) sound driver for Squeak VM 3.10.1 > (lang/squeak/vm). This driver has been fairly extensively tested by my > family over the course of several weeks trying to implement the examples > listed in Coding for B

Remove qt4 in math/eigen3

2020-01-14 Thread Rafael Sadowski
It is not necessary to drag along a rat tail of dependencies. OK to move the qt4 module into the test flavor? RS Index: Makefile === RCS file: /cvs/ports/math/eigen3/Makefile,v retrieving revision 1.10 diff -u -p -u -p -r1.10 Makefil

should we port ssh-copy-id ?

2020-01-14 Thread Jan-Piet Mens
ssh-copy-id [1] is a script to copy one's SSH keys to remote hosts, ensuring that ~/.ssh and authorized_keys are created with correct permissions. The script uses ssh(1) to log into a remote machine (using a login password). This script is available in portable OpenSSH [2] and is installed on

Re: [Update] math/p5-Math-GMP : Update to 2.19

2020-01-14 Thread Benoit Lecocq
On 13/01/2020 12:23, wen heping wrote: Hi, ports@: Here is a patch for math/p5-Math-GMP: i) Update to 2.19 ii) Add a patch to build with gmp in ports It build well and pass all tests on amd64-current system. One port depends on it : net/p5-Net-SSH-Perl. It build we

[new] geo/pygeoapi (+ www/py-flask-cors)

2020-01-14 Thread Landry Breuil
Hi, here's two new ports, one for pygeoapi (a WFS3 / OGR API Features server) and its dependency py-flask-cors (all tests pass). As python2 is more or less dead, i made them python3-only. pygeoapi quickly tested working fine with the sample config provided. oks? Should i make flask-cors py2 too ?

Re: [PATCH] net/libsignal-protocol-c to use upstream commit

2020-01-14 Thread Stuart Henderson
On 2020/01/13 18:29, Alex Holst wrote: > Quoting Greg Steuck (g...@nest.cx): > > I'm looking for feedback about the trade-offs of such changes. > [..] > > Hi. This seems like needless churn to me. Upstream should be nudged to > do a new release instead. Agreed.

Re: bsd.port.mk: remove COMPILER_VERSION from MAKE_ENV

2020-01-14 Thread Jeremie Courreges-Anglas
On Sun, Jan 12 2020, Charlene Wendling wrote: [...] > Thanks to naddy@, it has been found out that removing COMPILER_VERSION > has no side effect in a amd64 bulk. So i'm proposing to remove it from > bsd.port.mk instead of modifying multimedia/mkvtoolnix. > > Comments/feedback are welcome. ok j

NEW: devel/py-dill

2020-01-14 Thread Paul Irofti
Multiprocess depends on dill which I forgot to send as noticed by Benoit, thanks! %- dill extends python's pickle module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a

sndio(7) driver for Squeak VM 3.10.1

2020-01-14 Thread Mark Hesselink
Dear list, Please find attached a sndio(7) sound driver for Squeak VM 3.10.1 (lang/squeak/vm). This driver has been fairly extensively tested by my family over the course of several weeks trying to implement the examples listed in Coding for Beginners Using Scratch by Jonathan Melmoth et al u