Re: fortran.port.mk: remove lang/g77

2019-08-21 Thread Daniel Dickman
> On Aug 21, 2019, at 7:42 PM, Daniel Dickman wrote: > > > >> On Aug 17, 2019, at 12:35 PM, Jeremie Courreges-Anglas >> wrote: >> >> >> g77 is an obsolete fortran compiler based on gcc3. The last consumers >> were devel/lam (retired) and devel/openmpi (updated). Nowadays all >> fortran

Re: fortran.port.mk: remove lang/g77

2019-08-21 Thread Daniel Dickman
> On Aug 17, 2019, at 12:35 PM, Jeremie Courreges-Anglas > wrote: > > > g77 is an obsolete fortran compiler based on gcc3. The last consumers > were devel/lam (retired) and devel/openmpi (updated). Nowadays all > fortran ports use gfortran or flang. > > ok to remove lang/g77 and for the d

fix games/xevil on sparc64

2019-08-21 Thread Kaashif Hymabaccus
Hi With this patch I can build and play xevil on sparc64. I don't understand the intricacies of the C++ headers that allow defining min/max macros to work on amd64 but not on sparc64. It doesn't matter since we can just delete the macro min/max and use the STL one (not a macro) and cast the types

Re: Update: archivers/bzip2 1.0.8

2019-08-21 Thread Charlene Wendling
On Wed, 21 Aug 2019 22:40:52 +0200 Christian Weisgerber wrote: > Update archivers/bzip2 to 1.0.8. The original author is involved > again. > > From CHANGES: > * Accept as many selectors as the file format allows. > This relaxes the fix for CVE-2019-12900 from 1.0.7 > so that bzip2 allows dec

Re: Update: archivers/bzip2 1.0.8

2019-08-21 Thread Kurt Mosiejczuk
On Wed, Aug 21, 2019 at 10:40:52PM +0200, Christian Weisgerber wrote: > Update archivers/bzip2 to 1.0.8. The original author is involved > again. > From CHANGES: > * Accept as many selectors as the file format allows. > This relaxes the fix for CVE-2019-12900 from 1.0.7 > so that bzip2 allows

Update: archivers/bzip2 1.0.8

2019-08-21 Thread Christian Weisgerber
Update archivers/bzip2 to 1.0.8. The original author is involved again. >From CHANGES: * Accept as many selectors as the file format allows. This relaxes the fix for CVE-2019-12900 from 1.0.7 so that bzip2 allows decompression of bz2 files that use (too) many selectors again. * Cleanup of b

[ports-gcc] Unbreak multimedia/mkvtoolnix (impacts all archs)

2019-08-21 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/sparc64/2019-08-18/multimedia/mkvtoolnix%2Cno_x11.log (no full macppc bulk report available for now) What happens behind the scene (--trace didn't help): - $WRKSRC/rake.d/config.rb loads the 'build-config' file, that says that "COMPILER_VERSION = 8.3.

Re: x264 on ARM

2019-08-21 Thread adr
Pay attention, it's not legacy, there are real actual reasons to do that. Read again thru Theo's mail, carefully. Pay attention, this wasn't a response to Theo's mail. What I get from Theo's email is a detailed description of a cross-platform OS robustness issue, given limited testing resour

Re: UPDATE: databases/sqlitebrowser 3.11.2

2019-08-21 Thread Caspar Schutijser
On Tue, Aug 20, 2019 at 09:23:20PM +0200, Rafael Sadowski wrote: > Works here but I see also WANTLIB changes. See below. > > > Index: Makefile > === > RCS file: /cvs/ports/databases/sqlitebrowser/Makefile,v > retrieving revision 1.28

cmake.port.mk switch to ctest

2019-08-21 Thread Rafael Sadowski
The following diff switch the cmake test task to ctest(1). This enables us to easily debug/report the tests. In the normal state everything is as always. `make test` looks like: ===> Regression tests for cmocka-1.1.3 Test project /usr/ports/pobj/cmocka-1.1.3/build-amd64 Start 1: test_allo

Re: [update] audio/chromaprint 1.1 -> 1.4.3

2019-08-21 Thread Stuart Henderson
On 2019/08/21 17:59, Charlene Wendling wrote: > ping. the bump in clementine isn't needed (it's a LIB_DEPENDS not a RUN_DEPENDS in that case, so the library version bump will already trigger an update), but doesn't hurt. rest looks good, OK with me. > On Wed, 14 Aug 2019 15:02:54 +0200 > Charlen

Re: [update] x11/ctwm 4.0.2 -> 4.0.3

2019-08-21 Thread Charlene Wendling
ping. On Wed, 14 Aug 2019 17:52:15 +0200 Charlene Wendling wrote: > > Here is a very simple update for ctwm. This only contains bugfixes > [0]. > > It builds and works fine on amd64 and macppc. > > Comments/feedback are welcome, > > Charlène. > > > [0] https://www.ctwm.org/CHANGES.html In

Re: [update] audio/chromaprint 1.1 -> 1.4.3

2019-08-21 Thread Charlene Wendling
ping. On Wed, 14 Aug 2019 15:02:54 +0200 Charlene Wendling wrote: > Hi, > > Here is an update for chromaprint that fixes build issues on ppc/arm. > > Upstream didn't pin a 1.4.4 release [1], but this is what you get with > that diff. > > What's new upstream (see [0]): > > - move to github > -

Re: [wip] Xfce 4.14 final

2019-08-21 Thread Landry Breuil
On Wed, Aug 21, 2019 at 03:07:22PM +0100, Edd Barrett wrote: > Hi again, > > On Fri, Aug 16, 2019 at 12:34:36PM +0200, Landry Breuil wrote: > > > One other nit I just noticed (that you may have already fixed too) is > > > that in settings->appearance->style, selecting different styles doesn't > >

Re: [new] sysutils/macrandrd

2019-08-21 Thread Theo de Raadt
I think the entire proposal is wrong, and noone should be doing this. >On 2019/08/21 15:14, Giacomo Picchiarelli wrote: >> Hi, ports@ >> >> This is a port for macrandrd. An OpenBSD MAC address randomization daemon. >> Testers needed just tested >> on amd64. It's still highly experimental and not

Re: [wip] Xfce 4.14 final

2019-08-21 Thread Edd Barrett
Hi again, On Fri, Aug 16, 2019 at 12:34:36PM +0200, Landry Breuil wrote: > > One other nit I just noticed (that you may have already fixed too) is > > that in settings->appearance->style, selecting different styles doesn't > > make a difference. > > Well it totally does here, so maybe you dont ha

Re: [new] sysutils/macrandrd

2019-08-21 Thread Stuart Henderson
On 2019/08/21 15:14, Giacomo Picchiarelli wrote: > Hi, ports@ > > This is a port for macrandrd. An OpenBSD MAC address randomization daemon. > Testers needed just tested > on amd64. It's still highly experimental and not usable in my opinion. First > time I make a port. > Comments/tests? > I

[new] sysutils/macrandrd

2019-08-21 Thread Giacomo Picchiarelli
Hi, ports@ This is a port for macrandrd. An OpenBSD MAC address randomization daemon. Testers needed just tested on amd64. It's still highly experimental and not usable in my opinion. First time I make a port. Comments/tests? macrandrd-0.1.0.tar.gz Description: application/gzip

diff: rust on sparc64

2019-08-21 Thread Sebastien Marie
Hi, The following diff will enable lang/rust and all ports using rust on sparc64 (Cc all maintainers). - add sparc64 to RUST_ARCHS - patches all ports using Rust to use a newer libc-rs with sparc64 support - enable lang/rust build now ports has changed to copte with libc-rs For ports using Rust,

Re: Updated: sysutils/stow 2.3.0 --> 2.3.1

2019-08-21 Thread Paco Esteban
On Wed, 21 Aug 2019, Andreas Kusalananda Kähäri wrote: > GNU Stow 2.3.1 was recently released. > > The main difference is that the run-time dependencies on the Perl > modules Clone::Choose and Hash::Merge (introduced in release 2.3.0) were > dropped. > > A diff of the port is attached. Regressi

Re: UPDATE: Nextcloud-16.0.4

2019-08-21 Thread Gonzalo L. Rodriguez
On Wed, 21 Aug 2019 at 12:19:56 +0200, Björn Ketelaars wrote: > On Wed 21/08/2019 09:50, Gonzalo L. Rodriguez wrote: > > ping > > > > On Fri, 16 Aug 2019 at 13:14:26 +0200, Gonzalo L. Rodriguez wrote: > > > Hello, > > > > > > Update for Nextcloud to 16.0.4: > > I installed the update last Sunday

Updated: sysutils/stow 2.3.0 --> 2.3.1

2019-08-21 Thread Andreas Kusalananda Kähäri
GNU Stow 2.3.1 was recently released. The main difference is that the run-time dependencies on the Perl modules Clone::Choose and Hash::Merge (introduced in release 2.3.0) were dropped. A diff of the port is attached. Regards, Andreas (maintainer) Index: Makefile

Re: UPDATE: Nextcloud-16.0.4

2019-08-21 Thread Björn Ketelaars
On Wed 21/08/2019 09:50, Gonzalo L. Rodriguez wrote: > ping > > On Fri, 16 Aug 2019 at 13:14:26 +0200, Gonzalo L. Rodriguez wrote: > > Hello, > > > > Update for Nextcloud to 16.0.4: I installed the update last Sunday at home. So far I did not receive any complaints, or have been blamed for break

Re: UPDATE: lang/pypy

2019-08-21 Thread Stuart Henderson
On 2019/08/21 11:03, Edd Barrett wrote: > On Mon, Aug 19, 2019 at 02:38:22PM +0100, Laurence Tratt wrote: > > A fairly simple update to PyPy 7.1.1. The small comment changes for those > > who update this port in the future were done in collaboration with the > > maintainer (edd@) who also tested th

Re: UPDATE: lang/pypy

2019-08-21 Thread Edd Barrett
On Mon, Aug 19, 2019 at 02:38:22PM +0100, Laurence Tratt wrote: > A fairly simple update to PyPy 7.1.1. The small comment changes for those > who update this port in the future were done in collaboration with the > maintainer (edd@) who also tested the update. I did indeed test this lightly. Seems

Re: Update: devel/py-pip 9.0.3 -> 19.1.1

2019-08-21 Thread Paco Esteban
On Wed, 21 Aug 2019, Kurt Mosiejczuk wrote: > Ping. (Diff regenerated to match current state of port) Works fine for me on py3 and amd64. Cheers, -- Paco Esteban. https://onna.be/gpgkey.asc 9A6B 6083 AD9E FDC2 0EAF 5CB3 5818 130B 8A6D BC03

[Update] mail/p5-Email-Sender : Update to 1.300031

2019-08-21 Thread wen heping
Hi, Here is a patch for mail/p5-Email-Sender to update to 1.300031. It build well and passed all tests on amd64-head system. No other ports depends on it. Comments? OK? wen Index: Makefile === RCS file: /cvs/ports/mail/p5-Email

Re: security/ghidra and libstdc++

2019-08-21 Thread Stuart Henderson
On 2019/08/20 22:43, Lawrence Teo wrote: > On Tue, Aug 20, 2019 at 04:32:48PM +0200, Christian Weisgerber wrote: > > A few days ago, I did a test bulk build on amd64 with gcc, g++, and > > libstdc++ removed from the system. Ports should not use these any > > longer on clang platforms. > > > > sec

Re: UPDATE: Nextcloud-16.0.4

2019-08-21 Thread Gonzalo L. Rodriguez
ping On Fri, 16 Aug 2019 at 13:14:26 +0200, Gonzalo L. Rodriguez wrote: > Hello, > > Update for Nextcloud to 16.0.4: > > https://nextcloud.com/changelog/ > > OK? Comments? > > Cheers.- > > -- > > - gonzalo > Index: Makefile > ==

UPDATE: mail/mdsort

2019-08-21 Thread Anton Lindqvist
Hi, Update mdsort[1] from author and maintainer, changelog below: * Add missing space for NUL-terminator when using `NAME_MAX` sized buffers. * Parse alternative body representations, favoring plain text over HTML. * Infer `INSTALL_MAN` from `INSTALL` if not present. * Lower or upper