Re: [UPDATE/NEW] textproc/p5-Mojolicious-Plugin-TtRenderer

2014-01-13 Thread Remi Locherer
On Wed, Jan 08, 2014 at 03:04:10PM +, Stuart Henderson wrote: > On 2014/01/08 14:29, Remi Locherer wrote: > > Yes, this did the trick. New tar.gz attached and again the diff for > > devel/quirks. > > This, and the other related updates, read OK to me, but I'm not in > a position to really tes

Re: [UPDATE] mail/dkim-milter

2014-01-13 Thread Remi Locherer
ping On Wed, Jan 08, 2014 at 07:39:59AM +0100, Remi Locherer wrote: > On Tue, Jan 07, 2014 at 09:27:26PM -0300, Gleydson Soares wrote: > > Em 07/01/2014 20:30, "Antoine Jacoutot" escreveu: > > > > > > On Tue, Jan 07, 2014 at 11:13:24PM +0100, Remi Locherer wrote: > > > > This adds an rc script do

Re: Fix WANTLIB for ruby gem ext ports with ruby20, ruby21, rbx FLAVORs

2014-01-13 Thread Vadim Zhukov
14.01.2014 6:46 пользователь "Jeremy Evans" написал: > > This diff fixes the WANTLIB for ruby gem ext ports using the ruby20, > ruby21, and rbx FLAVORs. Previously, pthread wasn't being added to > any of them, and gmp was not added to ruby21. > > This removes the MODRUBY_WANTLIB_m setting, which

UPDATE net/iftop to 1.0pre3

2014-01-13 Thread Mikolaj Kucharski
Hi, Simple update, seems to work for me. Looking at - mandoc -Tlint -Werror seems happy, drop groff dependency - fix wanrlibs to make port-lib-depends-check happy - fix small typo Below list based on modifications to ChangeLog between 1.0pre2 and pre3: * Remove blinking cursor from UI * Treat

Fix WANTLIB for ruby gem ext ports with ruby20, ruby21, rbx FLAVORs

2014-01-13 Thread Jeremy Evans
This diff fixes the WANTLIB for ruby gem ext ports using the ruby20, ruby21, and rbx FLAVORs. Previously, pthread wasn't being added to any of them, and gmp was not added to ruby21. This removes the MODRUBY_WANTLIB_m setting, which was only used by a single port (security/arirang). Note that thi

NEW: audio/pithos

2014-01-13 Thread Brian Callahan
Hi ports -- Attached is a new port, audio/pithos. Pithos is a lightweight, native Pandora Radio client written in Python that integrates with the desktop. Works for me on amd64. Requires the py-last update I committed earlier today. OK? ~Brian pithos.tgz Description: Binary data

Re: NTFS-3G and Securelevel=2

2014-01-13 Thread Sylvestre Gallon
On Tue, Jan 14, 2014 at 6:33 PM, Kevin Chadwick wrote: > Just thought I would report in case it's not known/expected that > ntfs-3g fails with securelevel=2. Deos it really need raw write access > to mount!? > > It can mount read-only just fine but any writable mount fails with > Operation not per

Re: libtalloc: various fixes

2014-01-13 Thread Vadim Zhukov
-- WBR, Vadim Zhukov 2014/1/13 Jérémie Courrèges-Anglas : > > Hi, > > First I needed debugging symbols for another port I'm working on. > Then I noticed that weird soname, which isn't useful on OpenBSD and is > misleading at best. > > Then I noticed that there's no provision for building this

NTFS-3G and Securelevel=2

2014-01-13 Thread Kevin Chadwick
Just thought I would report in case it's not known/expected that ntfs-3g fails with securelevel=2. Deos it really need raw write access to mount!? It can mount read-only just fine but any writable mount fails with Operation not permitted stating the filesystem is in an inconsistent state and needs

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-13 Thread Stuart Henderson
On 2014/01/13 17:53, Jan Stary wrote: > This builds and install fine, > but breaks the configure script a bit > (if it wasn't there before): Ah yes, I replaced it with 'if false' but forgot to update the diff before mailing it out.

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-13 Thread Jan Stary
On Jan 11 13:49:17, st...@openbsd.org wrote: > On 2014/01/10 19:13, Brad Smith wrote: > > Here is a diff to have MPlayer build using Clang to take advantage > > of the integrated assembler to be able to build the SSSE3 / SSE4 > > support. > > > > Note: has not been checked on i386, please someone

libtalloc: various fixes

2014-01-13 Thread Jérémie Courrèges-Anglas
Hi, First I needed debugging symbols for another port I'm working on. Then I noticed that weird soname, which isn't useful on OpenBSD and is misleading at best. Then I noticed that there's no provision for building this on static archs (-fPIC, shared lib not optional). PIC objects are used to b

Re: pecl-http

2014-01-13 Thread David Gwynne
On 13 Jan 2014, at 9:25 pm, Stuart Henderson wrote: > On 2014/01/13 04:24, David Gwynne wrote: >> here's a port of pecl_http and its depends: >> http://dropbox.eait.uq.edu.au/uqdgwynn/pecl-http.tgz. >> >> works for me. ok? > > couple of tweaks in pecl-propro: > > Makefile, s/^A // in COMMENT

Re: pecl-http

2014-01-13 Thread Stuart Henderson
On 2014/01/13 04:24, David Gwynne wrote: > here's a port of pecl_http and its depends: > http://dropbox.eait.uq.edu.au/uqdgwynn/pecl-http.tgz. > > works for me. ok? couple of tweaks in pecl-propro: Makefile, s/^A // in COMMENT pkg/DESCR, s/raphf/propro/, s/propery/property/ otherwise OK. > as

Re: MPlayer - Build on x86 with Clang for ASM

2014-01-13 Thread Brett Mahar
On Sat, 11 Jan 2014 13:49:17 + Stuart Henderson wrote: | On 2014/01/10 19:13, Brad Smith wrote: | > Here is a diff to have MPlayer build using Clang to take advantage | > of the integrated assembler to be able to build the SSSE3 / SSE4 | > support. | > | > Note: has not been checked on i386,