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

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/01/14 15:20:30 Modified files: lang/squeak/vm : Makefile lang/squeak/vm/patches: patch-platforms_unix_npsqueak_Makefile patch-platforms_unix_vm_sqUnixMain_c

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2020/01/14 14:33:50 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-gitweb_gitweb_perl devel/git/pkg : PLIST-main Log message: Update to git 2.25.0 OK

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

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

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2020/01/14 12:00:28 Modified files: devel/got : Makefile distinfo Log message: update to got 0.25 - fix suspending and resuming tog with Ctrl-Z and fg (reported by naddy@) - fix 'tog tree' usage

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Solene Rapenne
CVSROOT:/cvs Module name:ports Changes by: sol...@cvs.openbsd.org 2020/01/14 10:53:05 Modified files: www/mozilla-firefox: Tag: OPENBSD_6_6 Makefile distinfo www/mozilla-firefox/files: Tag: OPENBSD_6_6 all-openbsd.js www/mozilla-firefox/patches: Tag:

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2020/01/14 09:50:13 Modified files: www/ruby-unicorn: Makefile distinfo www/ruby-unicorn/pkg: PLIST Log message: Update to unicorn 5.5.2 Update HOMEPAGE.

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Stefan Sperling
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2020/01/14 09:28:56 Modified files: x11/xdotool: Makefile Log message: debug package for x11/xdotool

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

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/01/14 08:59:28 Modified files: print/htmldoc : Makefile distinfo print/htmldoc/patches: patch-Makedefs_in Removed files: print/htmldoc/patches: patch-htmldoc_htmlsep_cxx Log

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

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/01/13 15:31:02 Modified files: mail/mutt : Makefile distinfo Removed files: mail/mutt/patches: patch-mutt_ssl_c patch-mutt_ssl_gnutls_c Log message: update to mutt-1.13.3

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

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/01/14 07:05:23 Modified files: geo/gdal : Makefile distinfo geo/gdal/pkg : PLIST-main PLIST-perl PLIST-python Log message: Update to gdal 3.0.3. See

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/01/13 23:54:15 Modified files: security/nss : Makefile distinfo Log message: Update to nss 3.49.1. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.49.1_release_notes Fixes

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/01/13 23:51:07 Modified files: x11/xfce4/xfce4-session: Makefile distinfo Log message: Update to xfce4-session 4.14.1. See https://mail.xfce.org/pipermail/xfce-announce/2020-January/000812.html

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/01/13 23:52:10 Modified files: x11/xfce4/xfdesktop: Makefile distinfo x11/xfce4/xfdesktop/pkg: PLIST Log message: Update to xfdesktop 4.14.2. See

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/01/13 23:51:45 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo x11/xfce4/xfce4-panel/pkg: PLIST Log message: Update to xfce4-panel 4.14.3. See

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/01/13 23:50:42 Modified files: x11/xfce4/xfce4-settings: Makefile distinfo Log message: Update to xfce4-settings 4.14.2. See https://mail.xfce.org/pipermail/xfce-announce/2020-January/000813.html

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs Module name:ports Changes by: gonz...@cvs.openbsd.org 2020/01/14 06:57:21 Modified files: security/sqlmap: Makefile distinfo Log message: Update for SQLMap to 1.4 diff from som at nom dot dynu dot net Thanks

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2020/01/14 02:56:35 Modified files: math/p5-Math-GMP: Makefile distinfo math/p5-Math-GMP/patches: patch-Makefile_PL math/p5-Math-GMP/pkg: PLIST Log message: Update to p5-Math-GMP-2.19,

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2020/01/13 23:44:38 Modified files: geo/py-owslib : Makefile distinfo Log message: Update to py-owslib 0.19.0, adds support for WFS3/OGC API Features

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2020/01/14 04:41:11 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/pkg: PLIST Log message: update to ImageMagick-6.9.10-86

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

CVS: cvs.openbsd.org: ports

2020-01-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2020/01/14 04:39:41 Modified files: devel/meson: Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py devel/meson/pkg: PLIST Removed files:

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

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