Re: squid reorg

2014-01-24 Thread Stuart Henderson
I suspect it's trying to use 128-bit atomic ops (CMPXCHG16B) which this cpu doesn't support (no CX16 in the cpu flags - thanks for the complete dmesg, and yes this is a good place to report the problem). I'll take a look into it. Could you try squid-3.3 too please, so we can see if that also has

UPDATE: textproc/p5-Regexp-Common

2014-01-24 Thread Alexander Bluhm
Hi, Update p5-Regexp-Common to 2013031301 and take maintainer. ok? bluhm Index: textproc/p5-Regexp-Common/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/textproc/p5-Regexp-Common/Makefile,v retrieving revision 1.12 diff -u -

Re: NEW: devel/capstone

2014-01-24 Thread Vadim Zhukov
2014/1/24 Benoit Lecocq : > On 12/18/13 15:20, Benoit Lecocq wrote: >> Hi, >> >> This is a port of Capstone : >> >> Capstone is a lightweight multi-platform, multi-architecture disassembly >> framework. >> >> Features : >> >> - Support hardware architectures: ARM, ARM64 (aka ARMv8), Mips & X86 >> (

Re: NEW: devel/capstone

2014-01-24 Thread Stuart Henderson
On 2014/01/24 14:14, Vadim Zhukov wrote: > 2. Libraries should build with -g. This is done in base, but isn't the case for ports - libraries must not be stripped, and CFLAGS should be honoured so that building with DEBUG="-g" works, but ports don't normally build with symbols. I think it's valid

Re: NEW: devel/capstone

2014-01-24 Thread Vadim Zhukov
2014/1/24 Stuart Henderson : > On 2014/01/24 14:14, Vadim Zhukov wrote: >> 2. Libraries should build with -g. > > This is done in base, but isn't the case for ports - libraries must > not be stripped, and CFLAGS should be honoured so that building with > DEBUG="-g" works, but ports don't normally b

Re: squid reorg

2014-01-24 Thread Aleksandar Lazic
As soon as I'am back at home I will install it. Am 24-01-2014 09:59, schrieb Stuart Henderson: I suspect it's trying to use 128-bit atomic ops (CMPXCHG16B) which this cpu doesn't support (no CX16 in the cpu flags - thanks for the complete dmesg, and yes this is a good place to report the problem

Re: NEW: devel/capstone

2014-01-24 Thread Benoit Lecocq
On 01/24/14 11:55, Vadim Zhukov wrote: > 2014/1/24 Stuart Henderson : >> On 2014/01/24 14:14, Vadim Zhukov wrote: >>> 2. Libraries should build with -g. >> >> This is done in base, but isn't the case for ports - libraries must >> not be stripped, and CFLAGS should be honoured so that building with

Re: proposal for ports

2014-01-24 Thread Kirill Bychkov
On Sun, January 19, 2014 19:06, Sergey Bronnikov wrote: > On 14:57 Sun 19 Jan , Antoine Jacoutot wrote: >> On Sun, Jan 19, 2014 at 05:47:14PM +0400, Sergey Bronnikov wrote: >> > Oops, mail is actually for ports@, not for misc@. >> > >> >> I think it'd be better to port or implement sth like portsco

Re: upgrade: net/serf

2014-01-24 Thread Stefan Sperling
On Mon, Jan 20, 2014 at 02:44:58PM +0100, Stefan Sperling wrote: > This diff updates serf to the latest maintenance release. > > I've verified that there are no API/ABI changes, and left > the soname version as is. I've fixed the original version > in the soname comment though. > > ok? Anyone? I

Re: POSIX standard as manual pages

2014-01-24 Thread Vadim Zhukov
2014/1/24 Ingo Schwarze : > Hi Vadim, > > Vadim Zhukov wrote on Thu, Jan 23, 2014 at 08:05:36PM +0400: > >> The following port installs the POSIX standard as manual pages. >> This could be handy when developing new code. > > I agree that a port is useful and /books/ is the right primary > category.

[NEW] py-asciinema

2014-01-24 Thread Sergey Bronnikov
$ cat misc/py-asciinema/pkg/DESCR asciinema is a free and open source solution for recording the terminal sessions and sharing them on the web. Sergey B. asciinema.tgz Description: application/tar-gz

[NEW] p5-Net-SSH

2014-01-24 Thread Sergey Bronnikov
$ cat net/p5-Net-SSH/pkg/DESCR Net::SSH - Perl extension for secure shell. Sergey B. p5-Net-SSH.tgz Description: application/tar-gz

[NEW] p5-Net-SCP

2014-01-24 Thread Sergey Bronnikov
$ cat net/p5-Net-SCP/pkg/DESCR Net::SCP - Perl extension for secure copy protocol. Sergey B. p5-Net-SCP.tgz Description: application/tar-gz

Re: [NEW] p5-Net-SSH

2014-01-24 Thread Nigel Taylor
On 01/24/14 13:46, Sergey Bronnikov wrote: > $ cat net/p5-Net-SSH/pkg/DESCR > Net::SSH - Perl extension for secure shell. > > Sergey B. > You attached the wrong thing net/p5-Net-SCP is contained within $ tar -tzf p5-Net-SSH.tgz net/p5-Net-SCP net/p5-Net-SCP/Makefile net/p5-Net-SCP/distinfo net/p

Re: Firefox 23 Spell Check Problem

2014-01-24 Thread Stuart Henderson
Did anyone manage to get anywhere with the firefox "mark everything you type into a form as a spelling mistake" bug? It would be quite nice to have this fixed in time to make it into 5.5..

Re: [NEW] p5-Net-SSH

2014-01-24 Thread Sergey Bronnikov
attached proper archive On 14:01 Fri 24 Jan , Nigel Taylor wrote: > On 01/24/14 13:46, Sergey Bronnikov wrote: > > $ cat net/p5-Net-SSH/pkg/DESCR > > Net::SSH - Perl extension for secure shell. > > > > Sergey B. > > > You attached the wrong thing net/p5-Net-SCP is contained within > > $ tar -tz

Re: Firefox 23 Spell Check Problem

2014-01-24 Thread Kirill Bychkov
On Fri, January 24, 2014 18:14, Stuart Henderson wrote: > Did anyone manage to get anywhere with the firefox "mark everything > you type into a form as a spelling mistake" bug? It would be quite > nice to have this fixed in time to make it into 5.5.. > > Just wanted to add that it marks everything

[UPDATE] p5-Capture-Tiny

2014-01-24 Thread Sergey Bronnikov
Port has been updated. OK? Sergey B. Index: Makefile === RCS file: /cvs/ports/sysutils/p5-Capture-Tiny/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile11 Mar 2013 11:41:31 - 1.10 +++ Makefile

[UPDATE] p5-Moose

2014-01-24 Thread Sergey Bronnikov
Port has been updated. OK? Sergey B. Index: Makefile === RCS file: /cvs/ports/devel/p5-Moose/Makefile,v retrieving revision 1.22 diff -u -p -r1.22 Makefile --- Makefile11 Mar 2013 10:50:19 - 1.22 +++ Makefile24 Jan 2

Re: squid reorg

2014-01-24 Thread Aleksandar Lazic
Hi. The squid-3.3.11 runs ok. Am 24-01-2014 12:40, schrieb Aleksandar Lazic: As soon as I'am back at home I will install it. Am 24-01-2014 09:59, schrieb Stuart Henderson: I suspect it's trying to use 128-bit atomic ops (CMPXCHG16B) which this cpu doesn't support (no CX16 in the cpu flags - t

Update devel/intellij

2014-01-24 Thread Ian Darwin
Somewhat overdue, no official maintainer ATM. Upgrade from 9.x to 12.x. Regen PLIST shows this adds lots of plugins (they finally stopped mooching off Eclipse for their Java compiler :-)). Didn't upgrade to 13.x yet b/c it comes with a bunch of binary .so's for other platforms and I didn't have t

Re: Update devel/intellij

2014-01-24 Thread Vadim Zhukov
2014/1/24 Ian Darwin : > Somewhat overdue, no official maintainer ATM. Upgrade from 9.x to > 12.x. Regen PLIST shows this adds lots of plugins (they finally > stopped mooching off Eclipse for their Java compiler :-)). > > Didn't upgrade to 13.x yet b/c it comes with a bunch of binary .so's > for o

Re: [UPDATE] p5-Moose

2014-01-24 Thread Sergey Bronnikov
Latest version of Moose contains p5-Class-MOP and due to this installation of both packages causes conflict. So will need to remove p5-Class-MOP from ports after committing Moose's update. On 19:34 Fri 24 Jan , Sergey Bronnikov wrote: > Port has been updated. > > OK? > > Sergey B. > Index: Make

LAST WARNING. Re: ports to fix

2014-01-24 Thread Marc Espie
I'm going to commit that patch tomorrow. Index: OpenBSD/ArcCheck.pm === RCS file: /build/data/openbsd/cvs/src/usr.sbin/pkg_add/OpenBSD/ArcCheck.pm,v retrieving revision 1.23 diff -u -p -r1.23 ArcCheck.pm --- OpenBSD/ArcCheck.pm 17 Jan

Re: [UPDATE] p5-Moose

2014-01-24 Thread Marc Espie
On Sat, Jan 25, 2014 at 12:22:00AM +0400, Sergey Bronnikov wrote: > Latest version of Moose contains p5-Class-MOP and due to this > installation of both packages causes conflict. > So will need to remove p5-Class-MOP from ports after committing Moose's > update. Considering how important Moose is

Re: [UPDATE] p5-Moose

2014-01-24 Thread Sergey Bronnikov
On 21:27 Fri 24 Jan , Marc Espie wrote: > On Sat, Jan 25, 2014 at 12:22:00AM +0400, Sergey Bronnikov wrote: > > Latest version of Moose contains p5-Class-MOP and due to this > > installation of both packages causes conflict. > > So will need to remove p5-Class-MOP from ports after committing Moose'

Re: Update devel/intellij

2014-01-24 Thread Ian Darwin
On Sat, Jan 25, 2014 at 12:18:14AM +0400, Vadim Zhukov wrote: > 2014/1/24 Ian Darwin : > > Somewhat overdue, no official maintainer ATM. Upgrade from 9.x to > > 12.x. Regen PLIST shows this adds lots of plugins (they finally > > stopped mooching off Eclipse for their Java compiler :-)). > > > > Di

Fix www/squidguard permissions

2014-01-24 Thread Jeremy Evans
Fix some 640 permissions on www/squidguard: OK? Index: Makefile === RCS file: /cvs/ports/www/squidguard/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile --- Makefile30 Nov 2013 15:41:40 - 1.21 +++ Makefile

Re: NEW: sysutils/kyua

2014-01-24 Thread Jérémie Courrèges-Anglas
Hi, so, after a bit more polishing: - disable the use of doxygen; only lutok installs the doxygen output, which had already been properly generated upstream. - more precise license markers. - ${CONFIGURE_SHARED} for atf and lutok. Note that lua and thus lutok / kyua-cli are restricted to sha