isc-bind 6.7-stable

2020-05-19 Thread Ian McWilliam
ISC Bind update under 6.7-stable does not package. Ian McWilliam === RCS file: /cvs/ports/net/isc-bind/pkg/PLIST,v retrieving revision 1.21 diff -u -p -u -p -r1.21 PLIST --- pkg/PLIST 19 Mar 2020 17:07:20 - 1.21 +++ pkg/PLI

Re: NEW: devel/msbuild - build system for .NET

2020-05-19 Thread Antoine Jacoutot
On Tue, May 19, 2020 at 03:27:51PM -0600, Thomas Frohwein wrote: > Hi, > > This is a port of MSBuild, the build system for .NET. lang/mono ships with > xbuild which was an initial replacement for MSBuild, however since the more > official integration of mono into .NET, xbuild has been deprecated b

[update] pgbouncer 1.13.0

2020-05-19 Thread Landry Breuil
Hi, here's an update to pgbouncer 1.13, cf https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_12_0 and https://github.com/pgbouncer/pgbouncer/releases/tag/pgbouncer_1_13_0 for the relnotes: - builds fine, not tested at runtime yet - now uses libevent2 instead of requiring libeventext

Re: New: net/ruby-cbor

2020-05-19 Thread Lawrence Teo
On Sun, May 17, 2020 at 12:37:43PM -0700, Jeremy Evans wrote: > This is a CBOR (Concise Binary Object Representation, RFC 7049) > implementation for Ruby. It's a dependency of the webauthn gem, > needed for implementing WebAuthn in Ruby. > > Tested on amd64. Looking for OKs to import. ok lteo@

NEW: graphics/radeontop

2020-05-19 Thread Thomas Frohwein
Hi, This a port of radeontop, a nice small utility to look for bottlenecks with your GPU. It runs in the terminal and shows with bar graphs and percentages how much of e.g. Event Engine, shader technology, VRAM are being used. This is only for radeon and amdgpu cards, from R600 up (that is the Ra

Re: Switching boehm-gc from sbrk to mmap

2020-05-19 Thread Klemens Nanni
On Tue, May 19, 2020 at 08:57:55PM +0100, Stuart Henderson wrote: > FWIW pointing w3m at a selection of websites seems quite a good way to > tickle problems in boehm-gc.. Yup, w3m has been crashing on somehwere in boehm-gc for me every once in a while... never bothered to poke around in GC stuff, t

Re: UPDATE: games/uhexen2 1.5.9

2020-05-19 Thread Thomas Frohwein
On Tue, May 19, 2020 at 07:03:23AM -0500, Paul Valencia wrote: [...] > Here is the diff to update uhexen2 to the latest version. I > adapted the patches (line positions) so that they still apply > in this version. > > Tested some levels on amd64 with the Steam assets of the game > (*.pak files) i

Re: update for ports-fvwm to 2.6.9

2020-05-19 Thread Thomas Frohwein
On Fri, Apr 10, 2020 at 10:54:06AM +0200, Rafael Sadowski wrote: [...] > > - upstream distfiles for fvicons are gone and can't find replacement. > > Therefore, MASTER_SITES0 set to > > https://ftp.openbsd.org/pub/OpenBSD/distfiles/. Or rather remove? > > I would remove the icons if there are g

Re: Update lang/ecl to 20.4.24

2020-05-19 Thread Solene Rapenne
Le Tue, 19 May 2020 13:13:06 -0400, Kurt Mosiejczuk a écrit : > On Tue, May 19, 2020 at 08:59:48AM -0700, Josh Elsasser wrote: > > Here's a quick update to the new release, minimally tested as a > > lang/sbcl build host. The patch removes files, don't forget patch > > -E > > Someone should do

NEW: devel/msbuild - build system for .NET

2020-05-19 Thread Thomas Frohwein
Hi, This is a port of MSBuild, the build system for .NET. lang/mono ships with xbuild which was an initial replacement for MSBuild, however since the more official integration of mono into .NET, xbuild has been deprecated by mono for several years now. Of note, that happened without MSBuild actual

Re: Switching boehm-gc from sbrk to mmap

2020-05-19 Thread Stuart Henderson
On 2020/05/19 08:55, Josh Elsasser wrote: > While testing a lang/ecl update I found that a sbrk-based heap is too > small on i386 to run large programs, like lang/sbcl's > cross-compiler. Switching to an mmap-based heap seems to work fine for > ecl 20.4.24 but I wonder if it would break any other c

Re: sysutils/u-boot: Various u-boot changes

2020-05-19 Thread Kurt Miller
On Tue, 2020-05-19 at 11:21 +1000, Jonathan Gray wrote: > On Mon, May 18, 2020 at 08:09:21PM -0400, k...@intricatesoftware.com wrote: > > > > Various u-boot changes: > > * Rockchip now outputs a single image that combines idbloader.img > >   and u-boot.itb called u-boot-rockchip.bin. It gets writt

Switching boehm-gc from sbrk to mmap

2020-05-19 Thread Josh Elsasser
While testing a lang/ecl update I found that a sbrk-based heap is too small on i386 to run large programs, like lang/sbcl's cross-compiler. Switching to an mmap-based heap seems to work fine for ecl 20.4.24 but I wonder if it would break any other consumers. diff --git a/Makefile b/Makefile index

Re: Update lang/ecl to 20.4.24

2020-05-19 Thread Kurt Mosiejczuk
On Tue, May 19, 2020 at 08:59:48AM -0700, Josh Elsasser wrote: > Here's a quick update to the new release, minimally tested as a > lang/sbcl build host. The patch removes files, don't forget patch -E Someone should do testing with math/maxima, net/clic, and sysutils/reed-alert. --Kurt > diff -ru

Update lang/ecl to 20.4.24

2020-05-19 Thread Josh Elsasser
Here's a quick update to the new release, minimally tested as a lang/sbcl build host. The patch removes files, don't forget patch -E diff -ruN --exclude .git /usr/ports/lang/ecl/Makefile ./Makefile --- /usr/ports/lang/ecl/MakefileTue Feb 18 15:29:40 2020 +++ ./Makefile Mon May 18 09:44:49

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Rafael Sadowski
On Tue May 19, 2020 at 11:31:07AM +0200, Landry Breuil wrote: > On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > CONFIGURE_ARGS+= always scares me, what if something else down the chain > does CONFIGURE_ARGS= and drops all the other bits ? tldr: Don't worry, port-modules(5) do th

Re: kdenlive update

2020-05-19 Thread Rafael Sadowski
On Sun May 17, 2020 at 04:48:27PM +0200, Marc Espie wrote: > Seems I can now remove the BROKEN marker. > This does depend on rttr and the mlt fixed update Thanks for the work here. A quick test and it won't crash. Ok with the following tweaks. > > Index: Makefile > ==

Re: kdenlive update

2020-05-19 Thread Erling Westenvik
On Sun, May 17, 2020 at 04:48:27PM +0200, Marc Espie wrote: > Seems I can now remove the BROKEN marker. > This does depend on rttr and the mlt fixed update Awesome. A working video editor! Compiles and runs without problems here. Thanks! Erling

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Landry Breuil
On Tue, May 19, 2020 at 02:25:55PM +0200, Rafael Sadowski wrote: > > which patches this allows us to remove ? > > diff --git > a/devel/cmake/patches/patch-Modules_CMakeDetermineJavaCompiler_cmake > b/devel/cmake/patches/patch-Modules_CMakeDetermineJavaCompiler_cmake > diff --git a/devel/cmake/pa

Re: devel/autoconf/2.69, add runstatedir

2020-05-19 Thread Stuart Henderson
On 2020/05/19 13:53, Marc Espie wrote: > On Tue, May 19, 2020 at 12:26:45PM +0100, Stuart Henderson wrote: > > This adds the runstatedir patch from autoconf git. It was added upstream > > in 2013 but there hasn't been a newer release; some Linux distros have been > > patching it in their 2.69 packa

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Rafael Sadowski
On Tue May 19, 2020 at 11:31:07AM +0200, Landry Breuil wrote: > On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > > This diff currently runs through a full amd64 bulk build. I send this > > diff in advance to discuss it. Here a list of imported port changes: > > > > - Update CMmke

UPDATE: games/uhexen2 1.5.9

2020-05-19 Thread Paul Valencia
Hi, Here is the diff to update uhexen2 to the latest version. I adapted the patches (line positions) so that they still apply in this version. Tested some levels on amd64 with the Steam assets of the game (*.pak files) in Single Player and Co-op. Index: Makefile

Re: devel/autoconf/2.69, add runstatedir

2020-05-19 Thread Marc Espie
On Tue, May 19, 2020 at 12:26:45PM +0100, Stuart Henderson wrote: > This adds the runstatedir patch from autoconf git. It was added upstream > in 2013 but there hasn't been a newer release; some Linux distros have been > patching it in their 2.69 packages for years. > > I don't _really_ like doing

devel/autoconf/2.69, add runstatedir

2020-05-19 Thread Stuart Henderson
This adds the runstatedir patch from autoconf git. It was added upstream in 2013 but there hasn't been a newer release; some Linux distros have been patching it in their 2.69 packages for years. I don't _really_ like doing this but it's causing a problem for people who want to make distfiles on Op

Re: UPDATE: devel/cmake (switch to py3, enable DEBUG_PACKAGES, new {py,ruby,lua,java} handling)

2020-05-19 Thread Landry Breuil
On Mon, May 18, 2020 at 07:07:27AM +0200, Rafael Sadowski wrote: > This diff currently runs through a full amd64 bulk build. I send this > diff in advance to discuss it. Here a list of imported port changes: > > - Update CMmke to 3.17.2 > > - Switch CMake to pyhton3 Makes 100% sense > - Remove

Re: gnome-builder broken on i386

2020-05-19 Thread Antoine Jacoutot
On Tue, May 19, 2020 at 01:13:11AM +0100, Stuart Henderson wrote: > On 2020/05/17 12:09, Stuart Henderson wrote: > > On 2020/05/14 09:17, Antoine Jacoutot wrote: > > > Log message: > > > Update to gnome-builder-3.36.0. > > > > Final link (cc -o src/gnome-builder [...]) fails on i386: > > > > ld: