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

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

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

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

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: 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

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

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

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.

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

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: 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: 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

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/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

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: 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 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 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

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

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

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

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: 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,

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

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

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.

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

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: 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

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

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

pledge() sysutils/pstree

2016-04-21 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); *

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

2016-04-21 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:

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

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

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

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

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

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

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

Re: pledge() sysutils/pstree

2016-04-21 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: 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

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

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

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2016/04/21 22:40:19 Modified files: sysutils/sysclean: Makefile distinfo Log message: update sysutils/sysclean to 1.5 ok jung@

Re: CVS: cvs.openbsd.org: ports

2016-04-21 Thread Antoine Jacoutot
On Wed, Apr 20, 2016 at 12:38:41PM -0600, Robert Nagy wrote: > CVSROOT: /cvs > Module name: ports > Changes by: rob...@cvs.openbsd.org 2016/04/20 12:38:41 > > Modified files: > mail/zarafa: Makefile.inc > mail/zarafa/zarafa: distinfo > mail/zarafa/zarafa/patches:

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/21 23:33:15 Modified files: news/pan : Makefile news/pan/pkg : PLIST Log message: Bring gtkspell3 support back now that it's supported. Drop unused post-configure. Regen

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2016/04/21 13:01:31 Log message: Import net/syncthing. A file synchroniser. Based on work by czarkoff@ Input from czarkoff@, awolk@ and sthen@. OK awolk@ (and from czarkoff@ for a

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2016/04/21 13:04:00 Modified files: net: Makefile Log message: Link net/syncthing.

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/04/21 14:42:01 Modified files: shells : Makefile Log message: +yash

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/21 15:19:17 Modified files: net/icinga/core2: Makefile distinfo Log message: update to icinga2-2.4.7

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/04/21 14:28:26 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm net: Makefile Removed files: net/amsn : Makefile distinfo

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/04/21 14:41:09 Log message: Import yash 2.41. Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/21 16:09:53 Modified files: net/dhcpcd : Makefile distinfo Removed files: net/dhcpcd/patches: patch-dhcp6_c Log message: update to dhcpcd-6.10.3

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2016/04/21 20:43:05 Modified files: plan9/plan9port: Makefile distinfo Log message: update to latest git commit

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Vadim Zhukov
CVSROOT:/cvs Module name:ports Changes by: z...@cvs.openbsd.org2016/04/21 09:51:33 Modified files: infrastructure/bin: portcheck Log message: Print warning when SHARED_ONLY being set in a port.

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/21 17:46:47 Modified files: net/rrdtool: Makefile distinfo net/rrdtool/patches: patch-bindings_Makefile_in patch-configure patch-doc_Makefile_in

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Gleydson Soares
CVSROOT:/cvs Module name:ports Changes by: gsoa...@cvs.openbsd.org 2016/04/21 18:50:25 Modified files: devel/cppcheck : Makefile distinfo Log message: update to 1.73

CVS: cvs.openbsd.org: ports

2016-04-21 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/04/21 05:42:29 Modified files: x11/mlterm : Makefile distinfo x11/mlterm/patches: patch-configure_in patch-mkf_lib_Makefile_in patch-mlterm_Makefile_in

CVS: cvs.openbsd.org: ports

2016-04-21 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2016/04/21 07:08:01 Modified files: www/kcaldav: Makefile www/kcaldav/pkg: README Log message: Remove stray ' in README, bump for safety. Spotted by sthen@

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/04/21 07:52:06 Modified files: www/chromium : Makefile distinfo Log message: update to 50.0.2661.86

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/04/21 09:43:23 Modified files: x11/type1inst : Makefile Log message: use INSTALL_SCRIPT

CVS: cvs.openbsd.org: ports

2016-04-21 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/04/21 02:03:33 Modified files: databases/hs-hedis: Makefile distinfo Log message: Update to hedis-0.8.0

CVS: cvs.openbsd.org: ports

2016-04-21 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/04/21 02:01:23 Modified files: textproc : Makefile Log message: hook hs-scanner to the build

CVS: cvs.openbsd.org: ports

2016-04-21 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/04/21 01:54:59 Log message: Import hs-scanner, new dependency of an upcoming update to hedis-0.8.0. $ cat pkg/DESCR scanner is a fast non-backtracking incremental combinator parsing

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:ports Changes by: shadc...@cvs.openbsd.org2016/04/21 04:03:11 Modified files: devel/py-babel : Makefile distinfo devel/py-babel/pkg: PLIST Log message: Update to py-babel 2.3.3 and take maintainer. ok danj@

CVS: cvs.openbsd.org: ports

2016-04-21 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/04/21 02:13:22 Modified files: security/ccid : Makefile distinfo security/ccid/patches: patch-src_Makefile_in Log message: Bugfixing update to ccid-1.4.23

CVS: cvs.openbsd.org: ports

2016-04-21 Thread Sebastien Marie
CVSROOT:/cvs Module name:ports Changes by: sema...@cvs.openbsd.org 2016/04/21 02:56:07 Modified files: sysutils/pstree: Makefile sysutils/pstree/patches: patch-pstree_c Log message: pledge sysutils/pstree initial patch from steve latif ok sthen@