Re: dovecot

2014-03-10 Thread David Coppa
On Tue, Mar 11, 2014 at 3:45 AM, William Yodlowsky wrote: > I hit this today on -current amd64 with 2.2.10. An attempt to > authenticate to a nonexistent account caused this: > > Mar 10 12:04:51 host1 dovecot: auth-worker(12079): Fatal: master: > service(auth-worker): child 12079 returned error

lang/{erlang,ghc,node}: missing packages in categories; also, meta/*

2014-03-10 Thread Constantine A. Murenin
Dear ports@, I've noticed that some packages are missing from their respective categories. For example: %sqlite3 sqlports-compact sqlite> select fullpkgpath from Paths where fullpkgpath in (select value from _Categories); lang/erlang lang/ghc lang/mono lang/node x11/windowmaker sqlite> sql

Re: mail/signify vs. base signify

2014-03-10 Thread Theo de Raadt
I don't see the point. 1) Collisions happen in other places. 2) Noone who runs into this will have read the note before they run into the situation. > Is this worth committing? > > Thanks > > > Index: current.html > === > RCS

new: databases/p5-DBIx-Connector

2014-03-10 Thread Abel Abraham Camarillo Ojeda
This provides 'portable' multi backend (Mojolicious, Starman, Apache -untested-) fork safety for dbh handlers, a la Apache::DBI. It can be used by p5-Mojolicious applications to be able to use multiple backend processes: https://github.com/kraih/mojo/wiki/Hypnotoad-prefork-web-server#wiki-dbixcon

Re: Delete: archivers/bzip

2014-03-10 Thread Kenneth Westerback
On 10 March 2014 11:42, Christian Weisgerber wrote: > I suggest to delete archivers/bzip. > > bzip is used by nobody. It was patent-encumbered and, from today's > POV, superseded immediately by bzip2. The upstream distfile is > long gone. > > ok? > > -- > Christian "naddy" Weisgerber

Re: Delete: archivers/bzip

2014-03-10 Thread David Coppa
On Mon, Mar 10, 2014 at 4:42 PM, Christian Weisgerber wrote: > I suggest to delete archivers/bzip. > > bzip is used by nobody. It was patent-encumbered and, from today's > POV, superseded immediately by bzip2. The upstream distfile is > long gone. > > ok? sure! ciao, David

Delete: archivers/bzip

2014-03-10 Thread Christian Weisgerber
I suggest to delete archivers/bzip. bzip is used by nobody. It was patent-encumbered and, from today's POV, superseded immediately by bzip2. The upstream distfile is long gone. ok? -- Christian "naddy" Weisgerber na...@mips.inka.de

NEW: libscrypt

2014-03-10 Thread LEVAI Daniel
Hi! This is an updated port for libscrypt, the library for using scrypt. I've been testing this on amd64 for a while now. Daniel -- LÉVAI Dániel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F libscrypt.tgz Description: application/tar-gz

UPDATE: clusterssh -> 4.02.03

2014-03-10 Thread LEVAI Daniel
Hi! Here is an update to ClusterSSH -> 4.02_03. Thanks to some bugfixes, the make test now runs fine (with an additional dependency), and the MYMETA.json workaround is not needed anymore. I've contacted kevlo@ a whlie back, but it seems he's busy. Tested on amd64. Index: Makefile ==

[NEW] security/p5-AAAA-Crypt-DH

2014-03-10 Thread Sergey Bronnikov
$ cat security/p5--Crypt-DH/pkg/DESCR ::Crypt::DH is a Task distribution that makes sure that either Math::BigInt::GMP or Math::BigInt::Pari are installed so that Crypt::DH works at a speed approaching reasonable. Port depends on devel/p5-Math-BigInt-Pari, which was send by me a little bit

[NEW] textproc/p5-Text-CSV-Slurp

2014-03-10 Thread Sergey Bronnikov
$ cat textproc/p5-Text-CSV-Slurp/pkg/DESCR Text::CSV::Slurp - convert CSV into an array of hashes, or an array of hashes into CSV. Port depends on devel/p5-Test-Most, which was send by Erick Castillo de la Garza on 2011-04-08 and also exists in openbsd-wip tree. Tested on i386, -current. P.S.

[NEW] textproc/p5-String-Diff

2014-03-10 Thread Sergey Bronnikov
$ cat textproc/p5-String-Diff/pkg/DESCR String::Diff - Simple diff to String. Tested on i386, -current. P.S. port is required for Tapper p5-String-Diff.tgz Description: application/tar-gz

[NEW] devel/p5-Math-BigInt-Pari

2014-03-10 Thread Sergey Bronnikov
$ cat devel/p5-Math-BigInt-Pari/pkg/DESCR Provides support for big integer in BigInt et al. calculations via means of Math::Pari, an XS layer on top of the very fast PARI library. Was tested on i386, -current. P.S. port is required for Tapper. p5-Math-BigInt-Pari.tgz Description: application/ta

[NEW] devel/p5-Sysadm-Install

2014-03-10 Thread Sergey Bronnikov
$ cat devel/p5-Sysadm-Install/pkg/DESCR Sysadm::Install executes shell-like commands performing typical installation tasks: Copying files, extracting tarballs, calling make. It has a fail once and die policy, meticulously checking the result of every operation and calling die() immediately if anyth

[NEW] devel/p5-App-Daemon

2014-03-10 Thread Sergey Bronnikov
Port devel/p5-App-Daemon allows to start Perl applications as a daemon. Tested on i386, -current. Port depends on devel/p5-Sysadm-Install which was send to ports@ earlier. P.S. Port is required by Tapper. Sergey B. p5-App-Daemon.tgz Description: application/tar-gz

Re: Makefile, conditional variable assignment for CFLAGS and LDFLAGS

2014-03-10 Thread Marc Espie
On Mon, Mar 10, 2014 at 11:43:33AM +0100, LEVAI Daniel wrote: > On h, márc 10, 2014 at 11:32:22 +0100, Marc Espie wrote: > > On Mon, Mar 10, 2014 at 10:37:27AM +0100, LEVAI Daniel wrote: > > > Hi! > > > > > > I have this Makefile in a source that has the usual `?=' conditional > > > assignments, b

Re: Makefile, conditional variable assignment for CFLAGS and LDFLAGS

2014-03-10 Thread LEVAI Daniel
On h, márc 10, 2014 at 11:32:22 +0100, Marc Espie wrote: > On Mon, Mar 10, 2014 at 10:37:27AM +0100, LEVAI Daniel wrote: > > Hi! > > > > I have this Makefile in a source that has the usual `?=' conditional > > assignments, but for the CFLAGS and LDFLAGS variables too. I see that > > make(1) reads

Re: Makefile, conditional variable assignment for CFLAGS and LDFLAGS

2014-03-10 Thread Marc Espie
On Mon, Mar 10, 2014 at 10:37:27AM +0100, LEVAI Daniel wrote: > Hi! > > I have this Makefile in a source that has the usual `?=' conditional > assignments, but for the CFLAGS and LDFLAGS variables too. I see that > make(1) reads /usr/share/mk/sys.mk first, and that defines those two, so > this won

Re: NEW: sysutils/kyua

2014-03-10 Thread Sergey Bronnikov
Port tree was unlocked. Do we have any chance to commit devel/kyua-testers, devel/atf, devel/lutok and devel/kyua-cli? P.S. All these projects changed homepage from Google code to github. Ports were updated accordingly and attached. Sergey Bronnikov On Wed, Jan 29, 2014 at 1:21 AM, Jérémie Courr

Makefile, conditional variable assignment for CFLAGS and LDFLAGS

2014-03-10 Thread LEVAI Daniel
Hi! I have this Makefile in a source that has the usual `?=' conditional assignments, but for the CFLAGS and LDFLAGS variables too. I see that make(1) reads /usr/share/mk/sys.mk first, and that defines those two, so this won't fly with base make(1) because it leaves them out of the game. Are ther

some build changes not yet fully documented

2014-03-10 Thread Marc Espie
- I've made it possible to use a GLOBAL_DEPENDS_CACHE across several ports. This cache should definitely be scraped every time things change. In particular, I haven't integrated it yet into dpb, because it can become a bit hard to scrape it while stuff is running. - there's a new amiroot property

Re: UPDATE: net/openfire

2014-03-10 Thread Marc Peters
On 02/08/14 15:33, Marc Peters wrote: > Hi, > > here is a patch for updating net/openfire to the latest release 3.9.1. > Hopefully not to late to make it in release. > > Patch is attached to avoid linewrapping. > > Comments, Oks? > > Marc > Ping.