Re: buildbot / buildslave 0.8.8

2013-09-16 Thread Piotr Sikora
Hi Landry, simple straightforward update, seems to work fine on my setup. Piotr, are you still using this ? I'm planning on getting back to using it again, but I don't at the moment, so feel free to takeover the maintainership. Thanks! Best regards, Piotr Sikora

Re: [new] kyotocabinet 1.2.76

2012-08-29 Thread Piotr Sikora
I got from author was that I guess that OpenBSD does not support unified buffer cache and it may cause this problem. Best regards, Piotr Sikora piotr.sik...@frickle.com $ LD_LIBRARY_PATH=.:/usr/local/lib: ./kchashtest wicked -bnum 5000 -msiz 5 casket 1 Wicked Test seed=1939653735

UPDATE: lang/erlang (bugfix)

2012-07-14 Thread Piotr Sikora
available at: http://labs.frickle.com/tmp/erlang-15b01p0.patch Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/lang/erlang/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile

UPDATE: net/rabbitmq (from maintainer)

2012-07-14 Thread Piotr Sikora
Hello, pretty straight-forward update to the latest release - 2.8.4, removed patches were merged upstream. Patch inlined, attached available at: http://labs.frickle.com/tmp/rabbitmq-2.8.4.patch Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile

Re: [update] buildbot 0.8.6

2012-04-13 Thread Piotr Sikora
-${MODPY_EGG_VERSION}p1 What do you think? Patch attached. Best regards, Piotr Sikora piotr.sik...@frickle.com buildbot-0.8.6p1.patch Description: Binary data

Re: [update] buildbot 0.8.6

2012-04-13 Thread Piotr Sikora
: py-buildbot-0.8.6.1 py-buildbot-0.8.6.1p0 py-buildbot-0.8.6.1p1 ... ? The latter is IMHO more readable. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: new: databases/riak

2012-04-04 Thread Piotr Sikora
this suggestion from right now... Anyway, maybe it would be better to link Riak against the 1.8.5 version that landry@ sent to the mailing list earlier today? Also, do we really want to make a local copy of Erlang instead of using system-wide installation? Best regards, Piotr Sikora piotr.sik

Re: UPDATE: lang/lua bugfix

2012-03-06 Thread Piotr Sikora
Hi, Drop the patches. OKs? I was thinking more about dropping only the smart patches (see: attached patch), because changing sprintf() to snprintf() shouldn't hurt, but I'm OK with both choices. Best regards, Piotr Sikora piotr.sik...@frickle.com lua-5.1.4p4-cleanup.patch

Re: UPDATE: lang/lua bugfix

2012-03-06 Thread Piotr Sikora
. Then commit sthen@'s patch, like I said, I'm fine with either of them. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: update erlang to R14B04

2012-03-05 Thread Piotr Sikora
Hi David, is now a good time for this to be considered? im ok with it. It was committed months ago :) Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: nginx lua

2012-03-05 Thread Piotr Sikora
for including 3rd-party nginx modules in the port? Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: nginx lua

2012-03-05 Thread Piotr Sikora
news is that I've located the issue - it's in our Lua port and it isn't pretty, I'll send patch shortly. pick a tag/download and i'll fix the port to work against it. v0.4.1 Best regards, Piotr Sikora piotr.sik...@frickle.com

UPDATE: lang/lua bugfix

2012-03-05 Thread Piotr Sikora
access memory at address 0x20e162003 (gdb) p source[pos] $3 = 0 '\0' Attached patch fixes this, but to be honest I would consider completely dropping our fix from the port . Best regards, Piotr Sikora piotr.sik...@frickle.com lua-5.1.4p4.patch Description: Binary data

Re: nginx lua

2012-03-05 Thread Piotr Sikora
Hi David, When running the test suite, it crashes for me once per thousand requests. btw: I'm using /etc/malloc.conf - AFGJPRX, so maybe that helped a bit with crashing Lua :) Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: net/rabbitmq (from maintainer)

2012-01-12 Thread Piotr Sikora
, sorry about that! http://labs.frickle.com/tmp/rabbitmq-2.7.1-v2.patch I definitely agree with using fstat rather than lsof where possible. FYI: it's already merged upstream, along with rest of the patches. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: devel/libmemcached

2011-12-27 Thread Piotr Sikora
numbers listed in the PLIST file, would you mind looking into that? Other than that it looks good to me. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: devel/libmemcached

2011-12-22 Thread Piotr Sikora
+= memcachedutil 0.0 # 1.0 memcachedutil should be also bumped (upstream bumped 1.0 to 2.0). I would also prefer to keep upstream versions in the comments, to easy spot such mistakes in the future. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: mcollective (Marionette Collective by Puppet Labs)

2011-12-22 Thread Piotr Sikora
Hi, Anybody yet working on a port of this? Need to create one and would like to not duplicate efforts. It's already in ports (sysutils/mcollective). Best regards, Piotr Sikora piotr.sik...@frickle.com

UPDATE: net/rabbitmq (from maintainer)

2011-12-20 Thread Piotr Sikora
Hi, attached update to latest RabbitMQ release (2.7.1). Tested on amd64. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/net/rabbitmq/Makefile,v retrieving revision 1.13 diff -u -r1.13

Re: UPDATE: net/rabbitmq (from maintainer)

2011-12-20 Thread Piotr Sikora
Hey, on the second thought, attached version with patch for the management plugin to use fstat instead of lsof to get number of open file descriptors. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS

PyPy port (was: Re: Request for an account on a 4Gb RAM account)

2011-11-29 Thread Piotr Sikora
and submit to the list. did you have the time to work on the port? Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: devel/py-buildbot,py-buildslave (from maintainer)

2011-11-09 Thread Piotr Sikora
at py-sqlalchemy-migrate before the weekend but i will try. Anyone? ;) Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: devel/snappy

2011-10-05 Thread Piotr Sikora
it easier to find if people notice problems later). Any progress in getting this in? Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: devel/py-buildbot,py-buildslave (from maintainer)

2011-09-28 Thread Piotr Sikora
) already do it that way, so I've just copied existing behavior. To be honest, I don't have any preference on this and I can go either way if you or others have strong opinion on FLAVORs vs documenting optional RUN_DEPENDS for different databases. Best regards, Piotr Sikora piotr.sik

Re: databases/py-sqlalchemy-migrate (py-buildbot dependency)

2011-09-27 Thread Piotr Sikora
Hi, tempita is already under www. Damn, how did I miss that? Thanks! Tarball updated to use www/py-tempita. Best regards, Piotr Sikora piotr.sik...@frickle.com py-sqlalchemy-migrate-0.7.1-v2.tar.gz Description: GNU Zip compressed data

Re: UPDATE: devel/py-buildbot,py-buildslave (from maintainer)

2011-09-27 Thread Piotr Sikora
Hi, At first glance everything seems to work (amd64). I will run this on my setup for a while and report any errors I find. Great! My setup is currently out-of-order so this is much appreciated. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: net/rabbitmq (from maintainer)

2011-09-26 Thread Piotr Sikora
Hi, attached update to latest RabbitMQ release (2.6.1). Tested on amd64. Attached updated patch (after espie@'s normalize pkgpath bump). Anyone care to test or commit this? Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile

NEW: databases/py-sqlalchemy-migrate (py-buildbot dependency)

2011-09-26 Thread Piotr Sikora
Hi, attached ports of sqlalchemy-migrate (new py-buildbot dependency) and Tempita (its RUN_DEPENDS). Best regards, Piotr Sikora piotr.sik...@frickle.com py-sqlalchemy-migrate-0.7.1.tar.gz Description: application/tar-gz py-tempita-0.5.1.tar.gz Description: application/tar-gz

UPDATE: net/rabbitmq (from maintainer)

2011-09-15 Thread Piotr Sikora
Hi, attached update to latest RabbitMQ release (2.6.1). Tested on amd64. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/net/rabbitmq/Makefile,v retrieving revision 1.10 diff -u -r1.10

UPDATE: textproc/asciidoc (8.6.3 - 8.6.5)

2011-07-17 Thread Piotr Sikora
Hi, attached patch updates AsciiDoc to latest release. Maintainter timed-out. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/textproc/asciidoc/Makefile,v retrieving revision 1.14 diff

Re: UPDATE: devel/protobuf (2.3.0 - 2.4.1)

2011-07-10 Thread Piotr Sikora
. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: devel/snappy

2011-07-09 Thread Piotr Sikora
, but obviously I cannot give you OK ;) Thanks for super-fast response on this! Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: devel/protobuf (2.3.0 - 2.4.1)

2011-07-09 Thread Piotr Sikora
exactly are you substituting here? I did compare Makefile.in generated with and without this step (and even with and without gmake) and there is no difference on my system (amd64). Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: devel/snappy

2011-07-09 Thread Piotr Sikora
, unless there is some no C++ in base policy? Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: devel/protobuf (2.3.0 - 2.4.1)

2011-07-09 Thread Piotr Sikora
instead of src/Makefile.in. This step is obviously correct, but for some reason it works fine for me without it as well. Best regards, Piotr Sikora piotr.sik...@frickle.com

UPDATE: devel/protobuf (2.3.0 - 2.4.1)

2011-07-08 Thread Piotr Sikora
Hi, as promised, attached update to protobuf-2.4.1. Test suite passes on amd64, protobuf-c doesn't complain about it either. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/devel

NEW: devel/snappy

2011-07-08 Thread Piotr Sikora
Hi, attached port of Google's compression library. Comments? OK? Best regards, Piotr Sikora piotr.sik...@frickle.com $ pkg_info snappy Information for inst:snappy-1.0.3 Comment: fast compression/decompression library Description: Snappy is a compression/decompression library. It does

Re: devel/protobuf wrong libpthread linkage

2011-07-07 Thread Piotr Sikora
Hi, OK ? Looks alright, but maybe you could update it to 2.4.1 while at it? :) If you're too busy, then I'll do it myself over the weekend. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: lang/erlang (backport mktime crash-fix)

2011-07-06 Thread Piotr Sikora
Hi, we had an erlang-47.4.0 package in the past, and the PLIST_DB check on i386.ports.openbsd.org found it. Ah, OK. Thanks for the explanation, commit message wasn't clear enough for me. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: UPDATE: lang/erlang (backport mktime crash-fix)

2011-07-05 Thread Piotr Sikora
Hi, updated patch attached. Honestly, I have no idea why naddy@ added EPOCH to the port today, so I left REVISION as it was before. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/lang

UPDATE: lang/erlang (backport mktime crash-fix)

2011-07-04 Thread Piotr Sikora
it. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/lang/erlang/Makefile,v retrieving revision 1.42 diff -u -r1.42 Makefile --- Makefile25 Jun 2011 07:48:43 - 1.42 +++ Makefile

Re: UPDATE: net/zeromq (2.0.10 - 2.1.7)

2011-07-04 Thread Piotr Sikora
Hi, Changes: - updated to ZeroMQ-2.1.7, - traded -pedantic for -Werror (per tedu@'s earlier comment), - SHARED_ONLY=Yes, because all binaries were removed in 2.1.x. Can we assume that maintainer timed-out (2 weeks+) or is no one interested in this? Best regards, Piotr Sikora piotr.sik

Re: Fix erlang on sparc64 (was UPDATE: RabbitMQ-2.5.0)

2011-07-01 Thread Piotr Sikora
Hi, Yes, I know: it was committed because of my bug report ;) That's what I meant, sorry if I wasn't clear enough. I'm going to commit it to our port asap. Great, thanks again. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: Fix erlang on sparc64 (was UPDATE: RabbitMQ-2.5.0)

2011-06-30 Thread Piotr Sikora
Hi, I've sent my patch to a guy @ericsson.se and I'll wait for his answer before committing it... A bit different patch was just committed upstream: https://github.com/erlang/otp/commit/7092c4a41ac0d38ae457c2dc768aa542337d8b8c Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: Fix erlang on sparc64 (was UPDATE: RabbitMQ-2.5.0)

2011-06-29 Thread Piotr Sikora
regards, Piotr Sikora piotr.sik...@frickle.com

UPDATE: net/zeromq (2.0.10 - 2.1.7)

2011-06-17 Thread Piotr Sikora
comment), - SHARED_ONLY=Yes, because all binaries were removed in 2.1.x. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/net/zeromq/Makefile,v retrieving revision 1.2 diff -a -u -p -r1.2

NEW: net/erlzmq

2011-06-17 Thread Piotr Sikora
: http://www.zeromq.org/bindings:erlang This isn't the most elegant port, but the code is not versioned and it's hosted only on GitHub, so I had to come-up with some scheme. Tested on amd64 with sample server/client described here: http://zeromq.github.com/erlzmq/ Comments? OK? Best regards, Piotr

Re: UPDATE: RabbitMQ-2.5.0 (from maintainer)

2011-06-15 Thread Piotr Sikora
into this, that would be great. btw: any words on Erlang-14bXX update? Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: [NEW PORT]devel/py-virtualenv

2011-06-14 Thread Piotr Sikora
Hi, Wen, are you ok with my tarball ? Does it works fine for you ? -CATEGORIES = devel textproc +CATEGORIES = devel Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: [NEW PORT]devel/py-virtualenv

2011-06-14 Thread Piotr Sikora
Hi, - trim DESCR You mean the pkg/x file? Other than that (and the textproc in CATEGORIES) it looks and works OK. Best regards, Piotr Sikora piotr.sik...@frickle.com

UPDATE: RabbitMQ-2.5.0 (from maintainer)

2011-06-14 Thread Piotr Sikora
would prefer version with new regress to be committed, but if anyone objects or feels that it shouldn't be combined with the update, then we can commit the one without it. It's only make regress, so it doesn't really matter. Tested on amd64. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: [NEW PORT]devel/py-virtualenv

2011-06-14 Thread Piotr Sikora
? Also, DESCR have two dots at the end of the sentence. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: productivity/taskwarrior

2011-06-03 Thread Piotr Sikora
it with something better... or is TODO list on steroids good enough? :) Best regards, Piotr Sikora piotr.sik...@frickle.com

NEW: productivity/taskwarrior

2011-05-30 Thread Piotr Sikora
, Piotr Sikora piotr.sik...@frickle.com taskwarrior-1.9.4.tgz Description: application/compressed

UPDATE: www/py-django (OK'd by maintainer)

2011-04-22 Thread Piotr Sikora
Hello, attached patch updates www/py-django: - update to Django-1.3, - enable regression tests, - move information from pkg/MESSAGE to pkg/README, - add important UTF-8 note to pkg/MESSAGE. Tested on i386 by Ryan Boggs (maintainer) and on amd64 by me. Comments? Best regards, Piotr Sikora

Re: UPDATE: devel/py-buildbot

2011-04-18 Thread Piotr Sikora
Hi, New version with new maintainer, updated rc script and improved README file. I like the README, but you missed leading /. Also, it seems that my original patch contained spaces (in CATAGORIES and in front of rc commands). Updated patch attached. Best regards, Piotr Sikora piotr.sik

Re: UPDATE: devel/py-buildslave

2011-04-18 Thread Piotr Sikora
Hi, again my fault, spaces - tabs. Best regards, Piotr Sikora piotr.sik...@frickle.com Index: Makefile === RCS file: /cvs/ports/devel/py-buildslave/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile

Re: OpenDKIM-2.3.1

2011-04-16 Thread Piotr Sikora
Hi, attached updated version (OpenDKIM-2.3.2). All tests are now passing on amd64. Best regards, Piotr Sikora piotr.sik...@frickle.com opendkim-2.3.2.tar.gz Description: GNU Zip compressed data

NEW: textproc/jansson

2011-04-16 Thread Piotr Sikora
be in: converters, devel or textproc? Best regards, Piotr Sikora piotr.sik...@frickle.com jansson-2.0.1.tar.gz Description: GNU Zip compressed data

Re: NEW: devel/py-mock

2011-04-16 Thread Piotr Sikora
Hi Eric, sorry, I forgot to send you this along the buildbot updates :( HOMEPAGE = http://www.voidspace.org.uk/python/mock/ REGRESS_DEPENDS = devel/py-unittest2 # not in ports Otherwise looks good. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: [update] net/rabbitmq 1.6.0 - 2.4.0

2011-04-15 Thread Piotr Sikora
*/rabbitmq-server-1.6.0/ gmake run and launch tests in another: $ cd /usr/ports/pobj/rabbitmq-1.6.0*/rabbitmq-server-1.6.0/ gmake run-tests Thanks again! Best regards, Piotr Sikora piotr.sik...@frickle.com

NEW: devel/libhiredis

2011-04-13 Thread Piotr Sikora
. There is the synchronous API, the asynchronous API and the reply parsing API. Maintainer: The OpenBSD ports mailing-list ports@openbsd.org WWW: http://redis.io/ Comments? OK? Best regards, Piotr Sikora piotr.sik...@frickle.com libhiredis-0.9.2.tar.gz Description: GNU Zip compressed data

Re: [NEW PORT]devel/py-virtualenv

2011-04-10 Thread Piotr Sikora
Hi, Comments ? It's very similar to the one I've got in my ports tree (attached), but you've got two things wrong: 1) Python ports need MODPY_EGG_VERSION, 2) you should add spaces around = in the Makefile variables. Best regards, Piotr Sikora piotr.sik...@frickle.com py-virtualenv.tar.gz

Re: [NEW PORT]devel/py-pip

2011-04-10 Thread Piotr Sikora
Hi, why does it have textproc in the CATEGORIES? Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: [update] net/rabbitmq 1.6.0 - 2.4.0

2011-04-07 Thread Piotr Sikora
Hello, port updated to 2.4.1. Best regards, Piotr Sikora piotr.sik...@frickle.com rabbitmq-2.4.1.patch Description: Binary data

Re: [update] net/rabbitmq 1.6.0 - 2.4.0

2011-04-06 Thread Piotr Sikora
of -extra in rabbitmqctl, without this rabbitmqctl cannot execute commands with parameters. Seems to work fine on amd64. Best regards, Piotr Sikora piotr.sik...@frickle.com rabbitmq-2.4.0-v2.patch Description: Binary data

Re: [update] net/rabbitmq 1.6.0 - 2.4.0

2011-04-06 Thread Piotr Sikora
Oops, now with correct .rc script. Best regards, Piotr Sikora piotr.sik...@frickle.com rabbitmq-2.4.0-v3.patch Description: Binary data

NEW: OpenDKIM-2.3.1

2011-04-02 Thread Piotr Sikora
standards. Maintainer: The OpenBSD ports mailing-list ports@openbsd.org WWW: http://www.opendkim.org/ Best regards, Piotr Sikora piotr.sik...@frickle.com opendkim-2.3.1.tgz Description: application/compressed

UPDATE: sieve-connect

2011-04-02 Thread Piotr Sikora
Hi, attached patch updates sieve-connect to v0.81 (which works with Archiveopteryx). While there, set path to system-wide CA certs, otherwise SSL/TLS will always fail (there is no run-time option to set it). OK'ed by LÉVAI Dániel (maintainer). Best regards, Piotr Sikora piotr.sik

FIX: nginx-0.8.53

2010-11-07 Thread Piotr Sikora
Hi, nginx-0.8 has two new modules (SCGI and uwsgi) with their own temporary path and include files. Those modules are installed by default but aren't taken care of in the port. Attached patch fixes this. Best regards, Piotr Sikora piotr.sik...@frickle.com nginx-0.8.53p2.patch Description

UPDATE: RabbitMQ-2.1.1

2010-10-29 Thread Piotr Sikora
erlang.cookie and in turn it cannot connect to the RabbitMQ node. I've also hardcoded USE_SPECS to false, because it requires erlang R14A+ and OpenBSD has R13B04. Best regards, Piotr Sikora piotr.sik...@frickle.com rabbitmq-2.1.1.patch Description: Binary data

NEW: misc/gearmand

2010-07-25 Thread Piotr Sikora
queues. Tested on recent amd64 and i386 snapshots. Comments? OK? Best regards, Piotr Sikora piotr.sik...@frickle.com gearmand-0.14.tar.gz Description: GNU Zip compressed data

NEW: misc/libmemcached

2010-07-25 Thread Piotr Sikora
amd64 and i386 snapshots. Comments? OK? Best regards, Piotr Sikora piotr.sik...@frickle.com libmemcached-0.42.tar.gz Description: GNU Zip compressed data

Re: [new] databases/libdrizzle

2010-07-17 Thread Piotr Sikora
$ cat /usr/ports/databases/libdrizzle/pkg/DESCR Drizzle client protocol library, also known as new client library for Drizzle and MySQL. Supports Drizzle and MySQL 4.1+. Any changes to get this in before ports tree will lock (again)? Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: [new] databases/libdrizzle

2010-03-23 Thread Piotr Sikora
$ cat /usr/ports/databases/libdrizzle/pkg/DESCR Drizzle client protocol library, also known as new client library for Drizzle and MySQL. Supports Drizzle and MySQL 4.1+. Repost after tree unlock, updated to version 0.8. Any comments? Best regards, Piotr Sikora piotr.sik...@frickle.com

[new] databases/libdrizzle

2010-02-08 Thread Piotr Sikora
) and not by the library itself. Any comments? Best regards, Piotr Sikora piotr.sik...@frickle.com libdrizzle-20100208.tar.gz Description: application/gzip