Re: pledge() sysutils/pstree

2016-04-20 Thread Sebastien Marie
On Wed, Apr 20, 2016 at 10:59:44PM -0700, steve latif wrote: > I made an attempt at adding pledge to pstree. > steve > Hi Steve, Thanks for your contribution ! > $OpenBSD: patch-pstree_c,v 1.5 2015/05/22 13:45:30 schwarze Exp $ > --- pstree.c.orig Wed May 13 05:24:47 2015 > +++ pstree.c

Re: sysutils/logstash/forwarder should not strip lang/go binaries

2016-04-20 Thread Jasper Lievisse Adriaanse
On Thu, Apr 21, 2016 at 01:38:54AM +0200, Adam Wolk wrote: > Hi, > > While testing a port for net/syncthing sthen@ noticed the following > warnings: > > 00:44 < sthen> hm, there are some funny messages from that port in > 'make fake' 00:45 < sthen> > BFD: /usr/obj/ports/syncthing-0.12.22/fake-amd

pledge() sysutils/pstree

2016-04-20 Thread steve latif
I made an attempt at adding pledge to pstree. steve $OpenBSD: patch-pstree_c,v 1.5 2015/05/22 13:45:30 schwarze Exp $ --- pstree.c.orig Wed May 13 05:24:47 2015 +++ pstree.cWed Apr 20 22:21:07 2016 @@ -77,7 +77,7 @@ extern getargs(struct ProcInfo *, int, char *, int); * (Net|Open|Free

Re: update sysutils/sshfs-fuse, move to GitHub

2016-04-20 Thread Michael McConville
Dmitrij D. Czarkoff wrote: > Michael McConville said: > > +GH_ACCOUNT = libfuse > > +GH_PROJECT = sshfs > > You don't need these any more. Don't we need them for HOMEPAGE? It uses the explicitly set MASTER_SITES in its current form, too, so we don't need to worry about GH_* overwritin

Re: sysutils/logstash/forwarder should not strip lang/go binaries

2016-04-20 Thread Adam Wolk
On Thu, 21 Apr 2016 01:54:38 +0200 "Dmitrij D. Czarkoff" wrote: > Adam Wolk said: > > I'm inlining a patch for sysutils/logstash/forwarder replacing the > > usage of INSTALL_PROGRAM with INSTALL_SCRIPT and a comment informing > > why this choice is made. Any OK's? > > OK czarkoff@. A cleaner

Re: update sysutils/sshfs-fuse, move to GitHub

2016-04-20 Thread Dmitrij D. Czarkoff
Michael McConville said: > +GH_ACCOUNT = libfuse > +GH_PROJECT = sshfs You don't need these any more. -- Dmitrij D. Czarkoff

Re: sysutils/logstash/forwarder should not strip lang/go binaries

2016-04-20 Thread Dmitrij D. Czarkoff
Adam Wolk said: > I'm inlining a patch for sysutils/logstash/forwarder replacing the > usage of INSTALL_PROGRAM with INSTALL_SCRIPT and a comment informing > why this choice is made. Any OK's? OK czarkoff@. A cleaner approach would be to set | INSTALL_STRIP= but that is a user setting which may

sysutils/logstash/forwarder should not strip lang/go binaries

2016-04-20 Thread Adam Wolk
Hi, While testing a port for net/syncthing sthen@ noticed the following warnings: 00:44 < sthen> hm, there are some funny messages from that port in 'make fake' 00:45 < sthen> BFD: /usr/obj/ports/syncthing-0.12.22/fake-amd64/usr/local/bin//stVnev2l: warning: allocated section `.gosymtab' not in s

Re: [lang/go] missing segments

2016-04-20 Thread Edd Barrett
On Thu, Jul 23, 2015 at 04:05:21PM +0200, Fritjof Bornebusch wrote: > Hi ports@, > > while working on a port that uses lang/go it looks like there are some > segments missing. > The install(1) command says the following: > > BFD: /fake-amd64/usr/local/bin/st827dDR: warning: allocated section >

Re: update sysutils/sshfs-fuse, move to GitHub

2016-04-20 Thread Michael McConville
Michael McConville wrote: > Stuart Henderson wrote: > > On 2016/04/15 12:58, Michael McConville wrote: > > > +GH_ACCOUNT = libfuse > > > +GH_PROJECT = sshfs > > > +GH_TAGNAME = sshfs-${V} > > > > Please use the proper uploaded release tarball > > > > DISTNAME = sshfs-2.7 > > MASTER_S

Re: UPDATE: devel/py-babel 2.3.3

2016-04-20 Thread Daniel Jakots
On Sun, 17 Apr 2016 17:59:12 +0500, Alexandr Shadchin wrote: > Hi, > > This diff updates py-babel to the latest release. > Tested on amd64. Take maintainer. > > Comments ? OK ? > ok danj@ FTR, the failing test is a known issue: https://github.com/python-babel/babel/issues/370 Cheers, Daniel

Re: [UPDATE] textproc/py-lxml -> 3.6.0

2016-04-20 Thread Daniel Jakots
On Wed, 20 Apr 2016 12:22:05 -0500, attila wrote: > attila writes: > > > Hi ports@, > > > > Attached is an update for textproc/py-lxml to version 3.6.0. It > > passes "make test" on i386 (both python2 and python3). > > > > Feedback most welcome. > > > > Pax, -A > > Ping? Patch attached aga

Re: new: textproc/hs-scanner

2016-04-20 Thread Matthias Kilian
Hi, On Wed, Apr 20, 2016 at 05:04:13PM +0200, David Coppa wrote: > With the release of hedis-0.8.0 (databases/hs-hedis), upstream > replaced attoparsec with this. > > scanner is a fast non-backtracking incremental combinator parsing > library for bytestrings. > It is often convenient to use backt

Re: [UPDATE] textproc/py-lxml -> 3.6.0

2016-04-20 Thread attila
attila writes: > Hi ports@, > > Attached is an update for textproc/py-lxml to version 3.6.0. It > passes "make test" on i386 (both python2 and python3). > > Feedback most welcome. > > Pax, -A Ping? Patch attached again for completeness. Feedback most welcome. Pax, -A -- http://haqistan.net/

Re: [NEW] textproc/lua-lustache

2016-04-20 Thread Frederic Cambus
On Sat, Mar 26, 2016 at 08:16:19PM +0100, Adam Wolk wrote: > > > > lustache is an implementation of the mustache template system in Lua. > > > Looks great & works me - will gladly import if someone can drop a > second OK. > > OK awolk@ Anyone willing to test this and give a second OK? Here is

Re: [NEW] textproc/lua-markdown

2016-04-20 Thread Frederic Cambus
On Mon, Apr 04, 2016 at 06:16:17PM +0200, Florian Stinglmayr wrote: > On Wed, Mar 23, 2016 at 04:40:14PM +0100, Frederic Cambus wrote: > > Hi ports@, > > [...] > > > > No one else interested in getting this and lua-lustache in? Anyone willing to test this and give a second OK? Here is a small Lu

new: textproc/hs-scanner

2016-04-20 Thread David Coppa
With the release of hedis-0.8.0 (databases/hs-hedis), upstream replaced attoparsec with this. scanner is a fast non-backtracking incremental combinator parsing library for bytestrings. It is often convenient to use backtracking to parse some sophisticated input. Unfortunately it kills performance,

Re: NEW: www/kcaldav

2016-04-20 Thread James Turner
On Wed, Apr 20, 2016 at 09:02:52AM -0500, Aaron Poffenberger wrote: > On 04/20/16 06:51, Joerg Jung wrote: > > On Tue, Apr 19, 2016 at 09:50:47PM -0500, Aaron Poffenberger wrote: > >> On 04/19/16 19:28, James Turner wrote: > >>> On Tue, Apr 19, 2016 at 04:44:09PM -0500, Aaron Poffenberger wrote: >

Re: NEW: www/kcaldav

2016-04-20 Thread Aaron Poffenberger
On 04/20/16 06:51, Joerg Jung wrote: > On Tue, Apr 19, 2016 at 09:50:47PM -0500, Aaron Poffenberger wrote: >> On 04/19/16 19:28, James Turner wrote: >>> On Tue, Apr 19, 2016 at 04:44:09PM -0500, Aaron Poffenberger wrote: On 04/19/16 15:12, James Turner wrote: > On Tue, Apr 19, 2016 at 01:4

Re: FS-UAE update to 2.6.x ?

2016-04-20 Thread Edd Barrett
Hi, I have a diff for the emulator itself, but I hit problems with the launcher as it needs qt5 python3 bindings. I will try to revisit this soon. Cheers On 20 April 2016 13:00:38 BST, Noth wrote: >Hello, > > I'd like to request an update of FS-UAE to the 2.6.x version please, >at this adds

FS-UAE update to 2.6.x ?

2016-04-20 Thread Noth
Hello, I'd like to request an update of FS-UAE to the 2.6.x version please, at this adds quite a few features, including proper MMU support so AMIX can run. Thanks in advance, Noth

Re: Disable SSE3 in graphics/darktable

2016-04-20 Thread Stuart Henderson
On 2016/04/20 06:00, Michael McConville wrote: > I'll have a patch for graphics/darktable soon. Darktable has a hard requirement on SSE3.

Re: NEW: www/kcaldav

2016-04-20 Thread Joerg Jung
On Tue, Apr 19, 2016 at 09:50:47PM -0500, Aaron Poffenberger wrote: > On 04/19/16 19:28, James Turner wrote: > > On Tue, Apr 19, 2016 at 04:44:09PM -0500, Aaron Poffenberger wrote: > >> On 04/19/16 15:12, James Turner wrote: > >>> On Tue, Apr 19, 2016 at 01:44:31PM -0500, Aaron Poffenberger wrote:

Re: Disable SSE3 in graphics/darktable

2016-04-20 Thread Michael McConville
Michael McConville wrote: > Sorry, I meant graphics/DevIL here, obviously. I'll have a patch for > graphics/darktable soon. ...never mind, I just noticed that darktable's Makefile specifies SSE3 as a hard requirement. Sorry for the noise. The below patch for DevIL is still valid, AFAIK. > Michae

Re: Disable SSE3 in graphics/darktable

2016-04-20 Thread Michael McConville
Sorry, I meant graphics/DevIL here, obviously. I'll have a patch for graphics/darktable soon. Michael McConville wrote: > Index: Makefile > === > RCS file: /cvs/ports/graphics/DevIL/Makefile,v > retrieving revision 1.18 > diff -u -p -

Disable SSE3 in graphics/darktable

2016-04-20 Thread Michael McConville
Index: Makefile === RCS file: /cvs/ports/graphics/DevIL/Makefile,v retrieving revision 1.18 diff -u -p -u -r1.18 Makefile --- Makefile17 Jan 2016 17:29:09 - 1.18 +++ Makefile20 Apr 2016 09:48:16 - @@ -3,7 +3,7 @@

Disable SSE3 in graphics/opencv

2016-04-20 Thread Michael McConville
It's on by default, but can be disabled with the below cmake argument. Index: Makefile === RCS file: /cvs/ports/graphics/opencv/Makefile,v retrieving revision 1.37 diff -u -p -u -r1.37 Makefile --- Makefile15 Apr 2016 08:53:49 -0