New: devel/p5-App-cpanminus

2014-07-24 Thread Edward
Hi, Attached is my first OpenBSD port, cpanminus. cpanminus is a tool which simplifies the installation of Perl module from CPAN. I've tested it on amd64 which is my workstation that this port is created from. Comments and testing are much welcome. Regards, Edward. p5-App-cpanminus.tar.gz

amd64 bulk build failures 2014-07-22

2014-07-24 Thread Christian Weisgerber
Here's the breakage from the 2014-07-22 amd64 bulk build, which used dpb -r: devel/monodevelop mono devel/msp430/gccgengtype internal error games/alephone/weland mono (Mono.Cairo) lang/mono-basic mono mail/dovecotssl

chromium 'user_action_event.pb.h' file not found

2014-07-24 Thread Stuart Henderson
I'm trying a clean+rebuild now to see if it recurs, but ... [9334/13362] CXX obj/chrome/browser/ui/webui/memory_internals/browser_ui.memory_internals_ui.o FAILED: /usr/local/bin/clang++ -MMD -MF obj/chrome/browser/ui/webui/browser_ui.flash_ui.o.d -DV8_DEPRECATION_WARNINGS

Re: Unmarked conflict checking in portcheck

2014-07-24 Thread Christian Weisgerber
On 2014-07-23, Marc Espie es...@nerim.net wrote: Nope, this exists elsewhere. Reuse bin/check-conflicts Speaking of which, here's what check-conflicts reports for the 2014-07-22 amd64 bulk build:

Re: amd64 bulk build failures 2014-07-22

2014-07-24 Thread Marc Espie
On Thu, Jul 24, 2014 at 01:04:13PM +0200, Christian Weisgerber wrote: Here's the breakage from the 2014-07-22 amd64 bulk build, which used dpb -r: devel/monodevelop mono devel/msp430/gcc gengtype internal error games/alephone/weland mono (Mono.Cairo)

gnome-shell: chrashes while running pkg_add -u on amd64

2014-07-24 Thread Fabian Raetz
Hi, with the last two snapshots i've seen contant crashes of gnome-shell while running pkg_add -u after updating to a newer snapshot. I have no malloc.conf. Running pkg_add -u inside gnome-terminal/ksh. Anything else i should provide? Regards, Fabian gnome-shell.core backtrace 1: #0

Re: amd64 bulk build failures 2014-07-22

2014-07-24 Thread Peter Hessler
On 2014 Jul 24 (Thu) at 13:04:13 +0200 (+0200), Christian Weisgerber wrote: :games/alephone/weland mono (Mono.Cairo) we should just mark it as BROKEN for the release, and I can work on an update for after unlock. -- I'll rob that rich person and give it to some poor deserving slob.

Re: amd64 bulk build failures 2014-07-22

2014-07-24 Thread Stuart Henderson
On 2014/07/24 15:24, Peter Hessler wrote: On 2014 Jul 24 (Thu) at 13:04:13 +0200 (+0200), Christian Weisgerber wrote: :games/alephone/welandmono (Mono.Cairo) we should just mark it as BROKEN for the release, and I can work on an update for after unlock. OK with me.

Re: chromium 'user_action_event.pb.h' file not found

2014-07-24 Thread Stuart Henderson
On 2014/07/24 12:11, Stuart Henderson wrote: I'm trying a clean+rebuild now to see if it recurs, but ... Rebuild has got past this point, so I am expecting it's a dependency issue with ninja's randomised builds.

Deconflict mail/cyrus-imapd pop3d.8 and mail/pop3d pop3d.8

2014-07-24 Thread James Turner
The attached installs mail/cyrus-imapd's pop3d.8 manpage as cyrus-pop3d.8 as to not conflict with mail/pop3d's pop3d.8 manpage. This follows a similar format in mail/cyrus-imapd to prefix commonly named cyrus manpages with cyrus-. ok? -- James Turner Index: Makefile

Re: Unmarked conflict checking in portcheck

2014-07-24 Thread Vadim Zhukov
2014-07-24 15:33 GMT+04:00 Christian Weisgerber na...@mips.inka.de: On 2014-07-23, Marc Espie es...@nerim.net wrote: Nope, this exists elsewhere. Reuse bin/check-conflicts Speaking of which, here's what check-conflicts reports for the 2014-07-22 amd64 bulk build:

Deconflict p5-Tk*

2014-07-24 Thread Vadim Zhukov
This removes a conflict: p5-Tk-804.032p0(x11/p5-Tk,-main),p5-Tk-demo-804.032(x11/p5-Tk,-demo) It looks like those two files were left in -main by mistake. Okay? -- WBR, Vadim Zhukov Index: Makefile === RCS file:

Tedu net/tcpcat?

2014-07-24 Thread Vadim Zhukov
I don't see any point in having this port when we already have (better documented) nc(1) in base. And this will get rid of conflict with net/ucspi-tcp. Nothing depends on net/tcpcat as well. -- WBR, Vadim Zhukov

Re: Tedu net/tcpcat?

2014-07-24 Thread Stuart Henderson
On 2014/07/24 19:08, Vadim Zhukov wrote: I don't see any point in having this port when we already have (better documented) nc(1) in base. And this will get rid of conflict with net/ucspi-tcp. Nothing depends on net/tcpcat as well. OK to zap it, though perhaps it makes sense to add the

Mark freedt and ucspi-tcp as conflicting

2014-07-24 Thread Vadim Zhukov
This adds explicit @conflict between sysutils/freedt and net/ucspi-tcp. As far as I can understand, the conflicting items are interchangeable (freedt is a re-implementation of djb's utils), and nothing depends on those, so there's likely no point in de-conflicting. (personally I see no point in

Re: Tedu net/tcpcat?

2014-07-24 Thread Marc Espie
On Thu, Jul 24, 2014 at 04:17:50PM +0100, Stuart Henderson wrote: On 2014/07/24 19:08, Vadim Zhukov wrote: I don't see any point in having this port when we already have (better documented) nc(1) in base. And this will get rid of conflict with net/ucspi-tcp. Nothing depends on net/tcpcat as

Re: Mark freedt and ucspi-tcp as conflicting

2014-07-24 Thread Stuart Henderson
On 2014/07/24 19:19, Vadim Zhukov wrote: This adds explicit @conflict between sysutils/freedt and net/ucspi-tcp. As far as I can understand, the conflicting items are interchangeable (freedt is a re-implementation of djb's utils), and nothing depends on those, so there's likely no point in

Re: Deconflict mail/cyrus-imapd pop3d.8 and mail/pop3d pop3d.8

2014-07-24 Thread Vadim Zhukov
2014-07-24 18:36 GMT+04:00 James Turner ja...@calminferno.net: The attached installs mail/cyrus-imapd's pop3d.8 manpage as cyrus-pop3d.8 as to not conflict with mail/pop3d's pop3d.8 manpage. This follows a similar format in mail/cyrus-imapd to prefix commonly named cyrus manpages with cyrus-.

Re: Deconflict mail/cyrus-imapd pop3d.8 and mail/pop3d pop3d.8

2014-07-24 Thread Vadim Zhukov
2014-07-24 19:55 GMT+04:00 Vadim Zhukov persg...@gmail.com: 2014-07-24 18:36 GMT+04:00 James Turner ja...@calminferno.net: The attached installs mail/cyrus-imapd's pop3d.8 manpage as cyrus-pop3d.8 as to not conflict with mail/pop3d's pop3d.8 manpage. This follows a similar format in

Re: Mark freedt and ucspi-tcp as conflicting

2014-07-24 Thread Vadim Zhukov
2014-07-24 19:43 GMT+04:00 Stuart Henderson st...@openbsd.org: On 2014/07/24 19:19, Vadim Zhukov wrote: This adds explicit @conflict between sysutils/freedt and net/ucspi-tcp. As far as I can understand, the conflicting items are interchangeable (freedt is a re-implementation of djb's utils),

Re: Deconflict mail/cyrus-imapd pop3d.8 and mail/pop3d pop3d.8

2014-07-24 Thread James Turner
On Thu, Jul 24, 2014 at 07:55:00PM +0400, Vadim Zhukov wrote: 2014-07-24 18:36 GMT+04:00 James Turner ja...@calminferno.net: The attached installs mail/cyrus-imapd's pop3d.8 manpage as cyrus-pop3d.8 as to not conflict with mail/pop3d's pop3d.8 manpage. This follows a similar format in

Re: Mark freedt and ucspi-tcp as conflicting

2014-07-24 Thread Vadim Zhukov
This removes unmarked conflict between freedt and ucspi-tcp. The ucspi-tcp patch will follow separately because it's related with other ports. -- WBR, Vadim Zhukov Index: Makefile === RCS file:

Re: Mark freedt and ucspi-tcp as conflicting

2014-07-24 Thread Vadim Zhukov
Add @conflict markers for freedt and (now removed) tcpcat. To be committed right after freedt (see version in @conflict marker). Okay? -- WBR, Vadim Zhukov Index: Makefile === RCS file: /cvs/ports/net/ucspi-tcp/Makefile,v

Re: Deconflict mail/cyrus-imapd pop3d.8 and mail/pop3d pop3d.8

2014-07-24 Thread Antoine Jacoutot
On Thu, Jul 24, 2014 at 12:28:58PM -0400, James Turner wrote: On Thu, Jul 24, 2014 at 07:55:00PM +0400, Vadim Zhukov wrote: 2014-07-24 18:36 GMT+04:00 James Turner ja...@calminferno.net: The attached installs mail/cyrus-imapd's pop3d.8 manpage as cyrus-pop3d.8 as to not conflict with

Fix conflicts in py-setuptools and py-distribute

2014-07-24 Thread Vadim Zhukov
This tweaks conflict markers for py-setuptools and py-distribute. Packages fine on i386. Okay? -- WBR, Vadim Zhukov Index: py-distribute/Makefile === RCS file: /cvs/ports/devel/py-distribute/Makefile,v retrieving revision 1.7

Re: FIX: conflict between ucspi-tcp and freedt

2014-07-24 Thread Jan Klemkow
On Wed, Jul 23, 2014 at 01:07:35PM +0100, Stuart Henderson wrote: On 2014/07/23 13:56, J?r?mie Courr?ges-Anglas wrote: Landry Breuil lan...@rhaalovely.net writes: On Mon, Jul 21, 2014 at 07:10:47PM +0200, Jan Klemkow wrote: Hi, this diff fixes a file conflict between the ports

Add tcpcat removal to quirks

2014-07-24 Thread Vadim Zhukov
This adds tcpcat to quirks. I didn't find acceptable message and thus added a new one. Okay? -- WBR, Vadim Zhukov Index: Makefile === RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.161 diff -u -p -r1.161

Re: Unmarked conflict checking in portcheck

2014-07-24 Thread Vadim Zhukov
2014-07-24 15:33 GMT+04:00 Christian Weisgerber na...@mips.inka.de: Speaking of which, here's what check-conflicts reports for the 2014-07-22 amd64 bulk build: p5-TAP-Parser-0.54p0(devel/p5-TAP-Parser),p5-Test-Harness-3.30(devel/p5-Test-Harness)

Re: Unmarked conflict checking in portcheck

2014-07-24 Thread Andrew Fresh
On Thu, Jul 24, 2014 at 09:39:05PM +0400, Vadim Zhukov wrote: 2014-07-24 15:33 GMT+04:00 Christian Weisgerber na...@mips.inka.de: Speaking of which, here's what check-conflicts reports for the 2014-07-22 amd64 bulk build:

Re: Unmarked conflict checking in portcheck

2014-07-24 Thread Vadim Zhukov
2014-07-24 21:48 GMT+04:00 Andrew Fresh and...@afresh1.com: On Thu, Jul 24, 2014 at 09:39:05PM +0400, Vadim Zhukov wrote: 2014-07-24 15:33 GMT+04:00 Christian Weisgerber na...@mips.inka.de: Speaking of which, here's what check-conflicts reports for the 2014-07-22 amd64 bulk build:

Get rid of p5-TAP-Parser

2014-07-24 Thread Vadim Zhukov
So I propose the following. Okay? -- WBR, Vadim Zhukov Index: quirks/Makefile === RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.162 diff -u -p -r1.162 Makefile --- quirks/Makefile 24 Jul 2014 19:54:59

Re: Get rid of p5-TAP-Parser

2014-07-24 Thread Andrew Fresh
On Fri, Jul 25, 2014 at 12:08:02AM +0400, Vadim Zhukov wrote: So I propose the following. Okay? I didn't test it, but I don't see any dependent ports for p5-TAP-Parser, so the concept is OK by me. -- WBR, Vadim Zhukov Index: quirks/Makefile

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2014/07/24 02:37:40 Modified files: www/chromium : Makefile www/chromium/patches: patch-ui_views_controls_textfield_textfield_cc Log message: fix middle button

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2014/07/24 02:47:54 Modified files: math/wxMaxima : Makefile Log message: Mark math/wxMaxima broken.

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2014/07/24 03:03:58 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-web Log message: security update to 2.2.5; fixes a local file inclusion via XXE attack

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2014/07/24 04:48:52 Modified files: www/p5-CGI-Application: Tag: OPENBSD_5_5 Makefile Added files: www/p5-CGI-Application/patches: Tag: OPENBSD_5_5

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2014/07/24 06:20:06 Modified files: net/zabbix : Tag: OPENBSD_5_5 Makefile Added files: net/zabbix/patches: Tag: OPENBSD_5_5

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 07:59:37 Modified files: games/alephone/weland: Makefile Log message: Mark BROKEN, because mono.. commiting on behalf of phessler@, sure sthen@

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2014/07/24 08:53:58 Modified files: x11/kde4/kstars: Makefile Log message: Missing LDEP, spotted by naddy@.

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2014/07/24 10:02:43 Modified files: x11/p5-Tk : Makefile x11/p5-Tk/pkg : PLIST-main Log message: Two manual pages were forgotten in -main package, causing actual conflict. okay@ sthen for

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2014/07/24 10:03:41 Modified files: net: Makefile Log message: Unlink tcpcat.

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2014/07/24 10:06:55 Removed files: net/tcpcat : Makefile distinfo net/tcpcat/pkg : DESCR PLIST Log message: Remove net/tcpcat. We have similar nc(1) in base, and it conflicts with

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2014/07/24 11:21:50 Modified files: net/ucspi-tcp : Makefile net/ucspi-tcp/pkg: PLIST Log message: Add @conflict markers for (removed) tcpcat and (old version of) freedt. okay sthen@

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2014/07/24 11:20:46 Modified files: sysutils/freedt: Makefile sysutils/freedt/pkg: DESCR PLIST Log message: The recordio script (simple ratelimit -r wrapper) being removed to avoid conflict with

CVS: cvs.openbsd.org: ports

2014-07-24 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2014/07/24 11:53:17 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/pkg: PLIST README Log message: Install pop3d.8 as cyrus-pop3d.8 so it doesn't conflict with mail/pop3d. ok sthen@

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 11:57:42 Modified files: www/mozilla: mozilla.port.mk Log message: Ensure we depend on nss 3.16.2 for gecko 31 updates. Set PORTHOME to ${WRKSRC}, since the build system creates a ~/Desktop

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:03:00 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-configure_in patch-gfx_skia_moz_build

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:04:21 Modified files: www/seamonkey : Makefile Log message: Bump REVISION-main to account for mozilla.port.mk dependency change. Unfortunately, sm 2.28 is delayed upstream again, so will

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:09:58 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr/patches: patch-browser_installer_Makefile_in patch-js_src_jscpucfg_h

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:11:14 Modified files: devel/xulrunner/24: Makefile distinfo Log message: Update to xulrunner 24.7.0. It is way too late to start moving stuff to an hypotethical xulrunner 31, so let's stay

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:13:18 Modified files: www/firefox-i18n: Makefile.inc distinfo Log message: Update to firefox-i18n 31.0

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:18:33 Modified files: www/firefox-esr-i18n: Makefile Makefile.inc distinfo Log message: update to firefox-esr-i18n 31.0

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:24:03 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-mail_installer_Makefile_in

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:24:27 Modified files: mail/thunderbird-i18n: Makefile.inc distinfo Log message: Update to thunderbird-i18n 31.0

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:31:03 Modified files: www/mozilla-firefox: Makefile Log message: Darn, forgot to bump shlib major in previous...

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2014/07/24 12:32:04 Modified files: mail/mozilla-thunderbird: Makefile Log message: And bump SO_VERSION here too

CVS: cvs.openbsd.org: ports

2014-07-24 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2014/07/24 13:54:59 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add tcpcat removal to quirks. okay naddy@