Re: sysutils/sysclean 1.5

2016-04-21 Thread Sebastien Marie
On Thu, Apr 21, 2016 at 08:50:14PM +0200, Joerg Jung wrote: > > Do you plan to remove /usr/local from defaults ignore list? > It is something I considered but it would have some drawbacks too. First, it isn't in initial scope of sysclean, which was started for cleaning base only. >From functio

Re: NEW: lua-lyaml

2016-04-21 Thread Jonathan Gray
On Fri, Apr 22, 2016 at 01:45:06PM +1000, Jonathan Gray wrote: > On Thu, Apr 21, 2016 at 07:08:13PM +0200, Florian Stinglmayr wrote: > > On Thu, Apr 21, 2016 at 08:47:46PM +1000, Jonathan Gray wrote: > > > This could now drop the SHARED_ONLY part. > > > > > > > Yes. > > > > > Why the need to reru

Re: NEW: lua-lyaml

2016-04-21 Thread Jonathan Gray
On Thu, Apr 21, 2016 at 07:08:13PM +0200, Florian Stinglmayr wrote: > On Thu, Apr 21, 2016 at 08:47:46PM +1000, Jonathan Gray wrote: > > This could now drop the SHARED_ONLY part. > > > > Yes. > > > Why the need to rerun autoconf? Could configure be used as is? Currently > > the build fails here

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

2016-04-21 Thread Michael McConville
Dmitrij D. Czarkoff wrote: > This diff sets PKGNAME and uses explicit HOMEPAGE. OK? I think you forgot the diff. In response to this: Stuart Henderson said: > And it changes the package name from sshfs-fuse to just sshfs. That ship sailed when we changed DISTNAME for the GitHub mirror. Regardl

UPDATE: security/stunnel-5.31

2016-04-21 Thread Gleydson Soares
following diff updates stunnel to the latest release. works here @amd64 it was slightly tested... so I'm looking for test reports, someone willing? OKs? Index: Makefile === RCS file: /cvs/ports/security/stunnel/Makefile,v retrieving r

Re: Disable SSE3 in graphics/opencv

2016-04-21 Thread Michael McConville
Michael McConville wrote: > Stuart Henderson wrote: > > On 2016/04/21 20:58, Rafael Sadowski wrote: > > > On Wed Apr 20, 2016 at 05:30:26AM -0400, Michael McConville wrote: > > > > It's on by default, but can be disabled with the below cmake > > > > argument. > > > > > > Are test results with and

Re: Disable SSE3 in graphics/opencv

2016-04-21 Thread Michael McConville
Stuart Henderson wrote: > On 2016/04/21 20:58, Rafael Sadowski wrote: > > On Wed Apr 20, 2016 at 05:30:26AM -0400, Michael McConville wrote: > > > It's on by default, but can be disabled with the below cmake > > > argument. > > > > Are test results with and without SSE3 same or better? If yes okay

Re: x11/sxhkd

2016-04-21 Thread ix
I forgot to attach the port. msmtp isn't cooperating with me at the moment, so here's a .tar.gz. https://arcetera.moe/pub/sxhkd.tar.gz On Thu, Apr 21, 2016 at 02:09:51PM -0400, ix wrote: > Hi, > > A few weeks ago I sent in a port for sxhkd > (https://github.com/baskerville/sxhkd). > > sxhkd is a

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

2016-04-21 Thread Stuart Henderson
On 2016/04/21 23:10, Dmitrij D. Czarkoff wrote: > Stuart Henderson said: > > On 2016/04/21 19:35, Christian Weisgerber wrote: > >> Dmitrij D. Czarkoff: > >> > I think you should just set > INSTALL_STRIP = > in the ports (or modules) that require it and be done with it. > No poi

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

2016-04-21 Thread Dmitrij D. Czarkoff
Stuart Henderson said: > On 2016/04/21 23:19, Dmitrij D. Czarkoff wrote: > > > > While at it, maybe we should move description of INSTALL_STRIP from > > mk.conf(5) to bsd.port.mk(5), as apparently it is now used this way? > > Should stay in mk.conf(5), it affects src too. To my understanding, in

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

2016-04-21 Thread Jeremie Courreges-Anglas
"Dmitrij D. Czarkoff" writes: > Dmitrij D. Czarkoff said: >> Stuart Henderson said: >> > On 2016/04/21 19:35, Christian Weisgerber wrote: >> >> Dmitrij D. Czarkoff: >> >> >> I think you should just set >> INSTALL_STRIP = >> in the ports (or modules) that require it and be done wit

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

2016-04-21 Thread Stuart Henderson
On 2016/04/21 23:19, Dmitrij D. Czarkoff wrote: > > While at it, maybe we should move description of INSTALL_STRIP from > mk.conf(5) to bsd.port.mk(5), as apparently it is now used this way? Should stay in mk.conf(5), it affects src too.

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

2016-04-21 Thread Dmitrij D. Czarkoff
Dmitrij D. Czarkoff said: > Stuart Henderson said: > > On 2016/04/21 19:35, Christian Weisgerber wrote: > >> Dmitrij D. Czarkoff: > >> > I think you should just set > INSTALL_STRIP = > in the ports (or modules) that require it and be done with it. > No point in introducing yet

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

2016-04-21 Thread Dmitrij D. Czarkoff
Stuart Henderson said: > On 2016/04/21 19:35, Christian Weisgerber wrote: >> Dmitrij D. Czarkoff: >> I think you should just set INSTALL_STRIP = in the ports (or modules) that require it and be done with it. No point in introducing yet another variable. >>> >>> INSTALL_STRIP i

Re: [lang/go] missing segments

2016-04-21 Thread Juan Francisco Cantero Hurtado
On Thu, Apr 21, 2016 at 12:20:17AM +0100, Edd Barrett wrote: > 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: > >

Re: Disable SSE3 in graphics/opencv

2016-04-21 Thread Stuart Henderson
On 2016/04/21 20:58, Rafael Sadowski wrote: > On Wed Apr 20, 2016 at 05:30:26AM -0400, Michael McConville wrote: > > It's on by default, but can be disabled with the below cmake argument. > > > > Are test results with and without SSE3 same or better? If yes okay for > me. I think it would have t

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

2016-04-21 Thread Christian Weisgerber
On 2016-04-21, Raul Miller wrote: [INSTALL_STRIP=""] >> A few ports already do this. > > Do those ports crash with INSTALL_STRIP=-s ? astro/xworld attaches its data as an ELF segment. I don't know if it will crash, but it certainly won't work if you strip it. emulators/gxemul, I have no idea.

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

2016-04-21 Thread Stuart Henderson
On 2016/04/21 19:35, Christian Weisgerber wrote: > Dmitrij D. Czarkoff: > > > > I think you should just set > > > INSTALL_STRIP = > > > in the ports (or modules) that require it and be done with it. > > > No point in introducing yet another variable. > > > > INSTALL_STRIP is mentioned in mk.conf(

Re: NEW: devel/luacheck

2016-04-21 Thread Florian Stinglmayr
On Thu, Apr 21, 2016 at 07:43:48PM +1000, Jonathan Gray wrote: > Luacheck supports checking Lua files using syntax of Lua 5.1, Lua 5.2, > Lua 5.3 and LuaJIT 2.0. Luacheck itself is written in Lua and runs on > all of mentioned Lua versions. ok from me. Works fine for me and my projects, and is ve

Re: tdb-1.3.8, libtalloc-2.1.6, samba-4.4.2

2016-04-21 Thread Jeremie Courreges-Anglas
Ian McWilliam writes: > Looks good so far. > > make lib-depends-check > > Create /usr/packages/amd64/all/samba-util-4.4.2.tgz > LIB_DEPENDS STEM->=0.10.38:devel/gettext not needed for net/samba,-util ? > LIB_DEPENDS converters/libiconv not needed for net/samba,-util ? FWIW I'd prefer not to touc

Re: Disable SSE3 in graphics/opencv

2016-04-21 Thread Rafael Sadowski
On Wed Apr 20, 2016 at 05:30:26AM -0400, Michael McConville wrote: > It's on by default, but can be disabled with the below cmake argument. > Are test results with and without SSE3 same or better? If yes okay for me. > > Index: Makefile >

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

2016-04-21 Thread Raul Miller
On Thu, Apr 21, 2016 at 1:35 PM, Christian Weisgerber wrote: > A few ports already do this. Do those ports crash with INSTALL_STRIP=-s ? Thanks, -- Raul

Re: sysutils/sysclean 1.5

2016-04-21 Thread Joerg Jung
On Thu, Apr 21, 2016 at 01:37:37PM +0200, Sebastien Marie wrote: > Hi, > > I just hope to not spam the list... > > Version 1.5: > - Correct perl error which occurs on empty line (or only comment) in > sysclean.ignore > > - Reintroduces shell pattern in sysclean.ignore > > - Manages files in /

x11/sxhkd

2016-04-21 Thread ix
Hi, A few weeks ago I sent in a port for sxhkd (https://github.com/baskerville/sxhkd). sxhkd is a hotkey daemon for x11 that supports a simple config syntax. I've fixed the port so portcheck accepts it, and I haven't gotten any negative feedback, so can someone commit the port? Thanks.

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

2016-04-21 Thread Christian Weisgerber
Dmitrij D. Czarkoff: > > I think you should just set > > INSTALL_STRIP = > > in the ports (or modules) that require it and be done with it. > > No point in introducing yet another variable. > > INSTALL_STRIP is mentioned in mk.conf(5), so it is a user setting. > /etc/mk.conf may contain INSTALL_S

Re: NEW: lua-lyaml

2016-04-21 Thread Florian Stinglmayr
On Thu, Apr 21, 2016 at 08:47:46PM +1000, Jonathan Gray wrote: > This could now drop the SHARED_ONLY part. > Yes. > Why the need to rerun autoconf? Could configure be used as is? Currently > the build fails here with: > > ===> Configuring for lua-lyaml-6.0 > Using /usr/ports/pobj/lua-lyaml-6.0

devel/scons fixes

2016-04-21 Thread Ingo Feinerer
Hi, I was working on a port which uses devel/scons. Following changes to scons.port.mk were necessary which appear to fix general problems: - use the proper path separator ":" as otherwise all but the first path are ignored - ensure that MODSCONS_ENV is seen by MODSCONS_BIN Comments? Best reg

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

2016-04-21 Thread Dmitrij D. Czarkoff
Christian Weisgerber said: > Dmitrij D. Czarkoff: > > > --- infrastructure/mk/bsd.port.mk 20 Mar 2016 20:07:20 - 1.1310 > > +++ infrastructure/mk/bsd.port.mk 21 Apr 2016 13:10:29 - > > @@ -729,6 +729,12 @@ UNZIP ?= unzip > > BZIP2 ?= bzip2 > > > > > > +# disable stripping if

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

2016-04-21 Thread Christian Weisgerber
Dmitrij D. Czarkoff: > --- infrastructure/mk/bsd.port.mk 20 Mar 2016 20:07:20 - 1.1310 > +++ infrastructure/mk/bsd.port.mk 21 Apr 2016 13:10:29 - > @@ -729,6 +729,12 @@ UNZIP ?= unzip > BZIP2 ?= bzip2 > > > +# disable stripping if requested > +INSTALL_NO_STRIP ?= > +.if $

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

2016-04-21 Thread Dmitrij D. Czarkoff
Adam Wolk said: > On Thu, 21 Apr 2016 15:12:24 +0200 > "Dmitrij D. Czarkoff" wrote: > >> Dmitrij D. Czarkoff said: >>> Edd Barrett said: On Thu, Apr 21, 2016 at 01:38:54AM +0200, Adam Wolk wrote: > +# Use INSTALL_SCRIPT to prevent stripping go binaries Is it worth adding

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

2016-04-21 Thread Dmitrij D. Czarkoff
Stuart Henderson said: > On 2016/04/21 10:06, Dmitrij D. Czarkoff wrote: >> Michael McConville said: >>> 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 H

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

2016-04-21 Thread Adam Wolk
On Thu, 21 Apr 2016 15:12:24 +0200 "Dmitrij D. Czarkoff" wrote: > Dmitrij D. Czarkoff said: > > Edd Barrett said: > > > On Thu, Apr 21, 2016 at 01:38:54AM +0200, Adam Wolk wrote: > > > > +# Use INSTALL_SCRIPT to prevent stripping go binaries > > > > > > Is it worth adding a INSTALL_GO_PROG

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

2016-04-21 Thread Dmitrij D. Czarkoff
Dmitrij D. Czarkoff said: > Edd Barrett said: > > On Thu, Apr 21, 2016 at 01:38:54AM +0200, Adam Wolk wrote: > > > +# Use INSTALL_SCRIPT to prevent stripping go binaries > > > > Is it worth adding a INSTALL_GO_PROGRAM in the lang/go MODULE to avoid > > confusion? > > I'd rather go with more gener

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

2016-04-21 Thread Dmitrij D. Czarkoff
Edd Barrett said: > On Thu, Apr 21, 2016 at 01:38:54AM +0200, Adam Wolk wrote: > > +# Use INSTALL_SCRIPT to prevent stripping go binaries > > Is it worth adding a INSTALL_GO_PROGRAM in the lang/go MODULE to avoid > confusion? I'd rather go with more generic change. Patch below adds INSTALL_NO_ST

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

2016-04-21 Thread Adam Wolk
On Thu, 21 Apr 2016 12:35:41 +0100 Edd Barrett wrote: > On Thu, Apr 21, 2016 at 01:38:54AM +0200, Adam Wolk wrote: > > +# Use INSTALL_SCRIPT to prevent stripping go binaries > > Is it worth adding a INSTALL_GO_PROGRAM in the lang/go MODULE to avoid > confusion? > > I note that I saw such weir

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

2016-04-21 Thread Edd Barrett
On Thu, Apr 21, 2016 at 01:38:54AM +0200, Adam Wolk wrote: > +# Use INSTALL_SCRIPT to prevent stripping go binaries Is it worth adding a INSTALL_GO_PROGRAM in the lang/go MODULE to avoid confusion? I note that I saw such weird errors when building lang/go itself, so perhaps we should be applying

sysutils/sysclean 1.5

2016-04-21 Thread Sebastien Marie
Hi, I just hope to not spam the list... Version 1.5: - Correct perl error which occurs on empty line (or only comment) in sysclean.ignore - Reintroduces shell pattern in sysclean.ignore - Manages files in /usr/local/lib/X11/app-defaults/ (is a symlink to /etc/X11/app-defaults/) Comments ?

Re: NEW: lua-lyaml

2016-04-21 Thread Jonathan Gray
On Tue, Jan 19, 2016 at 06:03:36PM +0100, Florian Stinglmayr wrote: > Since I haven't received any suggestions for fixes or improvements I > assume it is ready to be imported, no? ;-) > > Regards, > Florian > This could now drop the SHARED_ONLY part. Why the need to rerun autoconf? Could confi

UPDATE: devel/luaposix 33.4.0

2016-04-21 Thread Jonathan Gray
Update from an old archived version of luaposix to the latest. This requires the lua-bit32 port I just posted. Index: Makefile === RCS file: /cvs/ports/devel/luaposix/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile ---

NEW: devel/lua-bit32

2016-04-21 Thread Jonathan Gray
This provides the lua 5.2 style bit32 bitop interface to lua 5.1. Required to use newer versions of luaposix with lua 5.1. lua-bit32.tgz Description: application/tar-gz

NEW: devel/luacheck

2016-04-21 Thread Jonathan Gray
Luacheck is a static analyzer and a linter for Lua. Luacheck detects various issues such as usage of undefined global variables, unused variables and values, accessing uninitialized variables, unreachable code and more. Most aspects of checking are configurable: there are options for defining custo

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

2016-04-21 Thread Stuart Henderson
On 2016/04/21 10:06, Dmitrij D. Czarkoff wrote: > Michael McConville said: > > 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 ex

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

2016-04-21 Thread Dmitrij D. Czarkoff
Michael McConville said: > 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 do