Re: NEW: htop 2.0.0

2016-02-15 Thread Juan Francisco Cantero Hurtado
On Mon, Feb 15, 2016 at 09:47:54PM +, Pedro de Oliveira wrote: > Hi again, > > Here is an updated version, with two patches from github, it now also > passes portcheck. > I believe that in the next version both patches will already be in upstream. > > https://github.com/hishamhm/htop/pull/398

Re: prosody with mysql clarification

2016-02-15 Thread Henrik Friedrichsen
There is definitely a bug here, but I don't think it is a prosody problem. I did some digging: lua51 -e 'for _,v in ipairs(require"DBI".Drivers()) do print(v) end' Should list the MySQL driver when installed, but only lists SQLite3 on my CURRENT machine. As you can see below loading the dbdmysq

Re: fix: devel/boost

2016-02-15 Thread Tobias Ulmer
On Mon, Feb 15, 2016 at 08:51:34PM +, Christian Weisgerber wrote: > On 2016-02-15, Tobias Ulmer wrote: > > > +padding for 32bit strict alignment archs > > + > > +--- tools/build/src/engine/hash.c.orig Mon Feb 15 20:11:07 2016 > > tools/build/src/engine/hash.c Mon Feb 15 20:22:03 201

Re: NEW: htop 2.0.0

2016-02-15 Thread Pedro de Oliveira
Hi again, Here is an updated version, with two patches from github, it now also passes portcheck. I believe that in the next version both patches will already be in upstream. https://github.com/hishamhm/htop/pull/398 https://github.com/hishamhm/htop/pull/376 On Sun, Feb 14, 2016 at 10:08 PM, Jua

Re: [PATCH] duplicity restore pexpect as default ssh backend

2016-02-15 Thread trondd
On Mon, February 15, 2016 7:17 am, Jérémie Courrèges-Anglas wrote: > > We should fix the current situation one way of the other. duplicity > users on OpenBSD should speak up. Does the default ssh backend, > paramiko, prevent you from easily using duplicity on OpenBSD-current? > Looks like para

Re: fix: devel/boost

2016-02-15 Thread Christian Weisgerber
On 2016-02-15, Tobias Ulmer wrote: > +padding for 32bit strict alignment archs > + > +--- tools/build/src/engine/hash.c.orig Mon Feb 15 20:11:07 2016 > tools/build/src/engine/hash.cMon Feb 15 20:22:03 2016 > +@@ -33,6 +33,7 @@ typedef struct item ITEM; > + struct item > + { > +

Re: NEW: www/tbb - Tor Browser Bundle

2016-02-15 Thread Landry Breuil
On Mon, Feb 15, 2016 at 10:54:26AM -0600, attila wrote: > > Landry Breuil writes: > > > On Mon, Feb 08, 2016 at 02:53:16PM -0600, attila wrote: > >> > >> Landry Breuil writes: > > > > > > > >> > Have you tried leaving the .xpi files compressed in their respective > >> > dirs at runtime (even

fix: devel/boost

2016-02-15 Thread Tobias Ulmer
Fix 'jam' so it doesn't crash immediately on sparc. While debugging I found file_query wasn't declared, which is nice since it returns a pointer. Surprised this works at all on 64 bit machines, I'm guessing it's because of -O0. More sparc fixes may be coming, or I may mark the thing as BROKEN, we

Re: emacs-25.0.91 (pretest)

2016-02-15 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2016/02/15 13:05, Jérémie Courrèges-Anglas wrote: >> If someone knows what the hell the alien C syntax in >> patches/patch-src_fns_c is about, cluebat welcome. > > it's C99: > > https://en.wikipedia.org/wiki/Restrict I've heard about restrict, but I had indeed never

Re: NEW: www/tbb - Tor Browser Bundle

2016-02-15 Thread attila
Landry Breuil writes: > On Mon, Feb 08, 2016 at 02:53:16PM -0600, attila wrote: >> >> Landry Breuil writes: > > > >> > Have you tried leaving the .xpi files compressed in their respective >> > dirs at runtime (eventually unzipping/patching/rezipping) as you comment >> > in Makefile.inc line

Re: pytidylib

2016-02-15 Thread Jiri B
And now with attachment :) On Mon, Feb 15, 2016 at 10:44:57AM -0500, Jiri B wrote: > A python wrapper against libtidy(p). > > Maybe to useful to reconsider after ports unlock. > > $ env LD_DEBUG=1 python2.7 -c "import tidylib" 2>&1 | grep tidy > dlopen: loading: libtidyp.so > flags /usr/local/l

Re: alpha-1.ports.openbsd.org bulk build report

2016-02-15 Thread Christian Weisgerber
On 2016-02-14, Matthieu Herrb wrote: > I've taken the list of individual optimisation from gcc(1) for both -O1 > and -O2 and replaced -O2 by this in CFLAGS. gcc-local(1) is also worth a look... > +O2= ${O1} -fthread-jumps -fcrossjumping \ > + -foptimize-sibling-calls -fcse-follow-jumps -fcs

pytidylib

2016-02-15 Thread Jiri B
A python wrapper against libtidy(p). Maybe to useful to reconsider after ports unlock. $ env LD_DEBUG=1 python2.7 -c "import tidylib" 2>&1 | grep tidy dlopen: loading: libtidyp.so flags /usr/local/lib/libtidyp.so.0.0 = 0x0 head /usr/local/lib/libtidyp.so.0.0 obj /usr/local/lib/libtidyp.so.0.0 ha

Re: emacs-25.0.91 (pretest)

2016-02-15 Thread Stuart Henderson
On 2016/02/15 13:05, Jérémie Courrèges-Anglas wrote: > If someone knows what the hell the alien C syntax in > patches/patch-src_fns_c is about, cluebat welcome. it's C99: https://en.wikipedia.org/wiki/Restrict

Re: [PATCH] duplicity restore pexpect as default ssh backend

2016-02-15 Thread Jérémie Courrèges-Anglas
"trondd" writes: > Bump to get this in for 5.9 so users aren't confused by the changed > default and the resulting incorrect manpage. > > If no one thinks it should go in for 5.9, I'll wait for unlock to poke again. Thanks for caring about this, Tim. We should fix the current situation one way

emacs-25.0.91 (pretest)

2016-02-15 Thread Jérémie Courrèges-Anglas
Hi, emacs-25.1 will probably be out before the ports will be unlocked. While we should focus on the current ports tree, I already experiment breakage in my Gnus setup and I'd prefer to keep the number of new issues low... So here's a diff to update to last friday's pretest tarball. Test reports