Re: [Update] Gnupg 2.1.13

2016-07-05 Thread David Coppa
On Mon, 04 Jul 2016, Boyd Waters wrote: > Will clean this up and post again after some testing here. No worries re 6.0 > timing. Thanks! > > > On Jul 4, 2016, at 5:35 PM, Stuart Henderson wrote: > > > > I think it's probably a bit late to get enough testing of this before > > 6.0 lock, if it d

Re: patch for net/netatalk and net/netatalk3

2016-07-05 Thread Nils Frohberg
Ping. Updated patch for net/netatalk3 below (REVISION=2). (cc maintainter (ajacoutot@)) > I had another look at the netatalk3 port and came up with the > following patch. It works for me but that's not a thorough test > (and only for dhx2). It's a more invasive patch than my previous > one, but i

Re: patch for net/netatalk and net/netatalk3

2016-07-05 Thread Stuart Henderson
On 2016/07/05 15:07, Nils Frohberg wrote: > Ping. Updated patch for net/netatalk3 below (REVISION=2). > > (cc maintainter (ajacoutot@)) > > > I had another look at the netatalk3 port and came up with the > > following patch. It works for me but that's not a thorough test > > (and only for dhx2).

Update ocaml-cmdliner to 0.9.8

2016-07-05 Thread Kenneth R Westerback
Trivial (?) update to latest ocaml-cmdliner, an opam dependency. This brings cmdliner up to the version that opam itself installs, if you use opam to install cmdliner. ok? Ken Index: Makefile === RCS file: /cvs/ports/devel/oca

Re: patch for net/netatalk and net/netatalk3

2016-07-05 Thread Nils Frohberg
Thanks for looking into this. On Tue, Jul 05, 2016 at 02:19:34PM +0100, Stuart Henderson wrote: [...] > > + memset(ibuf, 0, 255); > > +-if ( strcmp( p, dhxpwd->pw_passwd ) == 0 ) { > > ++if ( (p != NULL) && (strcmp( p, dhxpwd->pw_passwd ) == 0) ) { > > ++memset(dhxpwd->pw_passw

apache-httpd update (2.4.23)

2016-07-05 Thread Stuart Henderson
Lots of fixes, mostly for mod_http2, but a few others. http://www.apache.org/dist/httpd/CHANGES_2.4.23 Any test reports / OKs? Index: Makefile === RCS file: /cvs/ports/www/apache-httpd/Makefile,v retrieving revision 1.79 diff -u -p

Re: [NEW] sysutils/sysmon

2016-07-05 Thread George Rosamond
On 06/26/16 22:09, George Rosamond wrote: > On 06/21/16 05:34, Stuart Henderson wrote: >> Could you either fix the net-snmp detection or explicitly disable >> it like this please? >> >> CONFIGURE_ENV = ac_cv_header_net_snmp_version_h=no >> >> A few things about share/examples/sysmon/sy

Re: Update ocaml-cmdliner to 0.9.8

2016-07-05 Thread Anil Madhavapeddy
ok avsm, but doesn't this require bumping the REVISIONs of everything that depends on cmdliner as well? Anil > On 5 Jul 2016, at 14:29, Kenneth R Westerback wrote: > > Trivial (?) update to latest ocaml-cmdliner, an opam dependency. > > This brings cmdliner up to the version that opam itself

Re: Update ocaml-cmdliner to 0.9.8

2016-07-05 Thread Christopher Zimmermann
On 2016-07-05 Anil Madhavapeddy wrote: > ok avsm, but doesn't this require bumping the REVISIONs of everything > that depends on cmdliner as well? according to $ sqlite3 /usr/local/share/sqlports 'select * from Depends where DEPENDSPATH = "devel/ocaml-cmdliner"' sysutils/opam,-main|devel/ocaml-

UPDATE: mail/p5-Mail-DMARC

2016-07-05 Thread Giovanni Bechis
Update to latest version and take maintainership, ok ? Cheers Giovanni Index: Makefile === RCS file: /var/cvs/ports/mail/p5-Mail-DMARC/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 29 Apr 2016 12:54:02 -0

Re: NEW: audio/kid3

2016-07-05 Thread Aaron Poffenberger
On 06/30/16 11:23, Adam Wolk wrote: > On Tue, 28 Jun 2016 19:27:33 -0500 > Aaron Poffenberger wrote: > >> Hello ports@, >> >> Here is a new port : audio/kid3 >> >> Tested on: amd64. >> >> From DESCR: >> >> Kid3 is an application to edit the ID3v1 and ID3v2 tags in MP3 files >> in an efficient way

Re: NEW: audio/kid3

2016-07-05 Thread Adam Wolk
On Tue, 5 Jul 2016 11:10:46 -0500 Aaron Poffenberger wrote: > On 06/30/16 11:23, Adam Wolk wrote: > > On Tue, 28 Jun 2016 19:27:33 -0500 > > Aaron Poffenberger wrote: > > > >> Hello ports@, > >> > >> Here is a new port : audio/kid3 > >> > >> Tested on: amd64. > >> > >> From DESCR: > >> > >> K

Re: NEW: audio/kid3

2016-07-05 Thread Aaron Poffenberger
On 07/05/16 11:16, Adam Wolk wrote: > On Tue, 5 Jul 2016 11:10:46 -0500 > Aaron Poffenberger wrote: > >> On 06/30/16 11:23, Adam Wolk wrote: >>> On Tue, 28 Jun 2016 19:27:33 -0500 >>> Aaron Poffenberger wrote: >>> Hello ports@, Here is a new port : audio/kid3 Tested o

Re: [Update] Gnupg 2.1.13

2016-07-05 Thread Boyd Waters
Excellent! I will test on amd64 and macppc32 with a YubiKey in SmartCard mode. > On Jul 5, 2016, at 4:48 AM, David Coppa wrote: > > Here's my version. > > Works well for me, and I've also tested smartcard support with my > Gemalto Gemplus USB SmartCard Reader.

Re: [NEW] emulators/hatari

2016-07-05 Thread Aaron Bieber
On Thu, Jun 23, 2016, at 02:33 PM, Adam Wolk wrote: > On Thu, 23 Jun 2016 22:23:25 +0200 > Frederic Cambus wrote: > > > On Wed, Jun 22, 2016 at 08:14:37PM +0200, Adam Wolk wrote: > > > > > > I think the CMakeLists in this port still need some work. It tries > > > to touch stuff outside the fak

Re: [NEW] emulators/virtualjaguar

2016-07-05 Thread Aaron Bieber
On Mon, Jun 27, 2016, at 03:11 PM, Adam Wolk wrote: > On Sat, 18 Jun 2016 15:46:33 +0200 > Frederic Cambus wrote: > > > Hi ports@, > > > > Here is a new port, for Virtual Jaguar. > > > From DESCR: > > > > Virtual Jaguar is a portable Atari Jaguar emulator. The software was > > originally dev

Re: UPDATE: mail/p5-Mail-DMARC

2016-07-05 Thread Stuart Henderson
On 2016/07/05 18:00, Giovanni Bechis wrote: > +++ pkg/PLIST 5 Jul 2016 15:09:22 - > @@ -7,6 +7,7 @@ bin/dmarc_send_reports > bin/dmarc_update_public_suffix_list > bin/dmarc_view_reports > @comment bin/install_deps.pl > +${P5SITE}/Mail/ > ${P5SITE}/Mail/DMARC/ > ${P5SITE}/Mail/DMARC.pm > $

Cant unlock the screen with slock

2016-07-05 Thread Nils Reuße
Hi, i'm using slock to lock my screen. However, since i updated to the latest snap, slock won't let me unlock the screen. When started from a terminal, for each failed try it outputs slock: invalid script: /usr/libexec/auth/login_passwd (the password i enter is correct, obviously). Here

Re: UPDATE: mail/p5-Mail-DMARC

2016-07-05 Thread Giovanni Bechis
On Tue, Jul 05, 2016 at 10:29:53PM +0100, Stuart Henderson wrote: > On 2016/07/05 18:00, Giovanni Bechis wrote: > > +++ pkg/PLIST 5 Jul 2016 15:09:22 - > > @@ -7,6 +7,7 @@ bin/dmarc_send_reports > > bin/dmarc_update_public_suffix_list > > bin/dmarc_view_reports > > @comment bin/install

Re: UPDATE: mail/p5-Mail-DMARC

2016-07-05 Thread Stuart Henderson
On 2016/07/06 00:05, Giovanni Bechis wrote: > On Tue, Jul 05, 2016 at 10:29:53PM +0100, Stuart Henderson wrote: > > On 2016/07/05 18:00, Giovanni Bechis wrote: > > > +++ pkg/PLIST 5 Jul 2016 15:09:22 - > > > @@ -7,6 +7,7 @@ bin/dmarc_send_reports > > > bin/dmarc_update_public_suffix_list >

Re: Update Samba 4.4.4

2016-07-05 Thread Ian Mcwilliam
ping Ian McWilliam From: owner-po...@openbsd.org [owner-po...@openbsd.org] on behalf of Ian Mcwilliam [i.mcwill...@westernsydney.edu.au] Sent: Thursday, 23 June 2016 9:44 AM To: ports@openbsd.org Subject: Update Samba 4.4.4 Here's an update for Samba 4.4

Re: Cant unlock the screen with slock

2016-07-05 Thread Matthieu Herrb
On Tue, Jul 05, 2016 at 11:53:50PM +0200, Nils Reuße wrote: > Hi, > > i'm using slock to lock my screen. However, since i updated to the latest > snap, slock won't let me unlock the screen. When started from a terminal, > for each failed try it outputs > > slock: invalid script: /usr/libe

Re: [new] lang/mlton

2016-07-05 Thread ml
Hi ports@, Please help to review and test the port. Maybe someone is ready to import it into CVS? There is also a new port for Ur/Web language and framework, [1], which depends on MLton. [1]: http://marc.info/?t=14657986342&r=1&w=2 On Fri, 17 Jun 2016 18:00:13 +1200 m...@extensibl.com wr