Re: UPDATE sysutils/sleuthkit

2014-10-23 Thread ni...@openbsd.org
On 10/10/14 01:43, ni...@cvs.openbsd.org wrote: > On 10/10/14 00:58, Josh Grosse wrote: >> On Wed, Oct 08, 2014 at 01:22:12PM +0100, ni...@cvs.openbsd.org wrote: >> >>> Builds on other than amd64? >> >> Yes - it builds and runs on i386. Limited, non-destructive testing done via >> the Autopsy webse

Re: ports/security/nessus

2014-11-04 Thread ni...@openbsd.org
On 09/30/14 23:43, Peter Ezetta wrote: > On Sep 30, 2014, at 9:40 AM, Nigel Taylor > wrote: > >> On 09/30/14 15:47, Stuart Henderson wrote: >>> OK to remove this from ports? It went closed-source in 2005 and I don't >>> see much benefit in keeping a 9-year-ol

Re: i386 build failure: audio/xmms2 ..python/xmmsapi.pyx:1367:49: argument 'cb' passed twice

2014-11-05 Thread ni...@openbsd.org
On 10/15/14 02:54, Stuart Henderson wrote: > Does this (log below) ring any bells? > > Other failures: > > lang/chicken - looks like a random segfault > www/wml - usual random segfault > devel/jdk/1.7 - usual "invariant" problem, I gave up after 9 attempts > lang/coffeescript - "npm ERR! Error: g

Re: ports/security/nessus

2014-11-08 Thread ni...@openbsd.org
On 11/04/14 13:56, ni...@openbsd.org wrote: > On 09/30/14 23:43, Peter Ezetta wrote: >> On Sep 30, 2014, at 9:40 AM, Nigel Taylor > <mailto:njtay...@asterisk.demon.co.uk>> wrote: >> >>> On 09/30/14 15:47, Stuart Henderson wrote: >>>> OK to remove th

Re: Broken: x11/p5-Wx

2014-11-22 Thread ni...@openbsd.org
On 11/22/14 16:00, Christian Weisgerber wrote: > x11/p5-Wx has been broken since the perl 5.20 update. Log below. > It's probably really easy to fix... > > > ===> p5-Wx-0.92p4 depends on: p5-Alien-wxWidgets-* -> p5-Alien-wxWidgets-0.62 > ===> p5-Wx-0.92p4 depends on: p5-ExtUtils-XSpp-* -> p5-Ext

Re: www/p5-HTTP-GHTTP vs new Perl

2014-11-22 Thread ni...@openbsd.org
On 11/22/14 17:23, Kenneth Westerback wrote: > Building my usual suspects on amd64 -current as of this morning I get > > ===> Configuring for p5-HTTP-GHTTP-1.07p5 > running gnome-config... using fallback values for LIBS and INC > failed > options: > LIBS='-L/usr/local/lib -L/usr/lib -lghttp' >

Re: UPDATE: p5-Text-Unidecode 1.23

2014-12-08 Thread ni...@openbsd.org
On 12/08/14 07:47, Mikolaj Kucharski wrote: > Hi, > > This is a bugfix release. > > - update to 1.23 - whitespace fixes - small descr reorg - regress > tests pass > > Upstream ChangeLog at: > http://cpansearch.perl.org/src/SBURKE/Text-Unidecode-1.23/ChangeLog > > > > Index: Makefile > ==

Re: NEW: net/p5-Net-IMP-HTTP

2014-12-09 Thread ni...@openbsd.org
On 12/09/14 21:37, Alexander Bluhm wrote: > Hi, > > import new port net/p5-Net-IMP-HTTP > > interface for HTTP specific Net::IMP plugins > > The Net::IMP::HTTP modules make it easier to write HTTP specific > IMP plugins. We distinguish between HTTP connection specific > plugins and HTTP reques

Maintainer Update: net/p5-Net-HTTP and www/p5-LWP-Protocol-https

2014-12-14 Thread ni...@openbsd.org
p5-Net-HTTP only requires p5-IO-Socket-SSL for live testing, removed as a RUN-DEPENDS, change to a TEST_DEPENDS. Recommended rather than required. p5-LWP-Protocol-https relied on p5-Net-HTTP RUN_DEPENDS to install p5-IO-Socket-SSL, added as a RUN_DEPENDS, was already a BUILD_DEPENDS. Tested on am

Re: Maintainer Update: www/p5-libwww GNOME I libghttp removal from ports

2014-12-15 Thread ni...@openbsd.org
On 12/14/14 19:07, Kenneth Westerback wrote: > On 14 December 2014 at 13:50, Nigel Taylor > wrote: >> Time to remove GNOME I from ports, it's old and ancient, and not >> maintained anymore. >> >> libghttp was the forerunner to libsoup and part of GNOME I, used to >> speed up p5-libwww, provided by

Update: converters/p5-JSON-Any

2014-12-15 Thread ni...@openbsd.org
Fails at runtime. Updates at some point failed to include the extra dependency devel/p5-namepace-clean when added, only works if already installed p5-namespace-clean. Other ports failed because of this. OK? Index: Makefile === RCS fi

Re: Maintainer Update: www/p5-libwww GNOME I libghttp removal from ports

2014-12-15 Thread ni...@openbsd.org
On 12/15/14 18:13, Kenneth Westerback wrote: > On 15 December 2014 at 13:02, ni...@openbsd.org wrote: >> On 12/14/14 19:07, Kenneth Westerback wrote: >>> On 14 December 2014 at 13:50, Nigel Taylor >>> wrote: >>>> Time to remove GNOME I from ports, it

Re: update and fix net/p5-IO-Socket-IP

2014-12-16 Thread ni...@openbsd.org
On 12/16/14 01:52, Alexander Bluhm wrote: > Hi, > > The regression tests of www/p5-LWP-Protocol-https fail if > net/p5-IO-Socket-IP is installed. > > ===> Regression tests for p5-LWP-Protocol-https-6.06p0 > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" > "-e" "unde

Re: update and fix net/p5-IO-Socket-IP

2014-12-16 Thread ni...@openbsd.org
On 12/16/14 18:05, Alexander Bluhm wrote: > On Tue, Dec 16, 2014 at 05:36:38PM +0000, ni...@openbsd.org wrote: >> This is a possible wrong direction p5-IO-Socket-IP should no longer be a >> port, this has been moved into base it's now part of Perl core. If you >> want to

Re: update and fix net/p5-IO-Socket-IP

2014-12-16 Thread ni...@openbsd.org
On 12/16/14 23:04, Alexander Bluhm wrote: > On Tue, Dec 16, 2014 at 07:51:08PM +0000, ni...@openbsd.org wrote: >> ~nigel/perl5.020001_pkg.diff >> file is out of date now, but I have kept up to date locally. > > Here is the dependency part. All tests pass without p5-IO-S

Re: update and fix net/p5-IO-Socket-IP

2014-12-16 Thread ni...@openbsd.org
On 12/17/14 00:35, Alexander Bluhm wrote: > On Tue, Dec 16, 2014 at 05:36:38PM +0000, ni...@openbsd.org wrote: >> This is a possible wrong direction p5-IO-Socket-IP should no longer be a >> port, this has been moved into base it's now part of Perl core. > > ok to remov

Re: UPDATE: devel/p5-Module-Build-Tiny 0.039

2014-12-18 Thread ni...@openbsd.org
On 12/18/14 23:46, Todd C. Miller wrote: > I need a newer version of p5-Module-Build-Tiny for the www/p5-CGI-Compile > port I am about to submit. > > - todd > > Index: devel/p5-Module-Build-Tiny/Makefile > === > RCS file: /cvs/ports

Re: [NEW] devel/p5-Devel-CheckLib

2014-12-20 Thread ni...@openbsd.org
On 12/20/14 12:51, Florian Obser wrote: > dependency of upcomming zonemaster port > OK? > I had done this also, the two extras I have in the Makefile are... BUILD_DEPENDS +=devel/p5-IO-CaptureOutput>=1.0801 MAKE_ENV += TEST_POD=Yes >From source ... "prereqs" : { "

Re: UPDATE: net/p5-IO-Interface

2014-12-20 Thread ni...@openbsd.org
On 12/20/14 22:47, Mikolaj Kucharski wrote: > I've managed to reach Kevin Lo via kevlo at kevlo org and he is okay > with me taking over the port. He no longer uses p5-IO-Interface. > > Okays? > > http://marc.info/?l=openbsd-ports&m=141842591206803&w=2 > > > On Fri, Dec 12, 2014 at 11:11:29PM +