NEW: textproc/omegat computer-assisted translation tool

2017-01-28 Thread Bryan Linton
Hello ports@, Please find the attached tarball for OmegaT, a computer-assisted translation (CAT) tool (not to be confused with machine translation (MT). >From DESCR: ---8<-- OmegaT is a free translation memory application written in Java. It is a tool

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Dmitrij Czarkoff
CVSROOT:/cvs Module name:ports Changes by: czark...@cvs.openbsd.org2017/01/28 23:08:51 Modified files: mail/s-nail: Makefile distinfo Log message: Update to s-nail 14.8.16

[UPDATE] audio/mpd - now with sndio support

2017-01-28 Thread Christopher Zimmermann
Hi, this time with the diff attached. mpd has had sndio support for quite some time now, but not in our ports tree. So here's an update. Our g++ doesn't support constexpr with switch/case statements, therefore use clang. OK? Christopher Index: Makefile

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Anthony J . Bentley
CVSROOT:/cvs Module name:ports Changes by: bent...@cvs.openbsd.org 2017/01/28 15:31:39 Modified files: print/sile : Makefile Log message: Fix WANTLIB. >From sthen@

opencv,-java cleanup in graphics/digikam-kde4 and x11/kde-applications/libkface

2017-01-28 Thread Rafael Sadowski
After the last opencv update the following XXX not more necessary. Build tested! Index: graphics/digikam-kde4/Makefile === RCS file: /cvs/ports/graphics/digikam-kde4/Makefile,v retrieving revision 1.22 diff -u -p -u -p -r1.22

Re: describe restrictions about COMMENT in bsd.port.mk(5)

2017-01-28 Thread Daniel Jakots
On Sat, 28 Jan 2017 21:52:40 +, Jason McIntyre wrote: > > +the package, and the INDEX. > > i would not use a comma there Indeed, my bad. Index: bsd.port.mk.5 === RCS file:

Re: describe restrictions about COMMENT in bsd.port.mk(5)

2017-01-28 Thread Jason McIntyre
On Sat, Jan 28, 2017 at 04:46:30PM -0500, Daniel Jakots wrote: > > Diff updated: > > Index: bsd.port.mk.5 > === > RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v > retrieving revision 1.444 > diff -u -p -r1.444 bsd.port.mk.5 > ---

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2017/01/28 14:54:34 Modified files: shells/osh : Makefile distinfo shells/osh/pkg : PLIST Added files: shells/osh/patches: patch-Makefile Log message: Update to osh 4.3.0; enable

Re: describe restrictions about COMMENT in bsd.port.mk(5)

2017-01-28 Thread Daniel Jakots
On Sat, 28 Jan 2017 21:25:24 +, Jason McIntyre wrote: > On Sat, Jan 28, 2017 at 09:13:14PM +, Stuart Henderson wrote: > > On 2017/01/28 08:47, Daniel Jakots wrote: > > > Hi, > > > > > > I'd like to add this sentence to bsd.port.mk(5). It comes from > > > more or

nginx, add no_lua pseudoflavour, use it by default for now to unbreak

2017-01-28 Thread Stuart Henderson
The build problem with nginx following libressl changes is only in the lua module .. /usr/obj/ports/nginx-1.10.2/nginx-1.10.2/lua-nginx-module/src/ngx_http_lua_ssl_ocsp.c:493: error: 'SSL' has no member named 'tlsext_status_expected' OK to add bits to the Makefile so we can disable the lua

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2017/01/28 14:38:15 Modified files: devel/gdb : Makefile distinfo Log message: update to gdb 7.12.1.

Re: describe restrictions about COMMENT in bsd.port.mk(5)

2017-01-28 Thread Jason McIntyre
On Sat, Jan 28, 2017 at 09:13:14PM +, Stuart Henderson wrote: > On 2017/01/28 08:47, Daniel Jakots wrote: > > Hi, > > > > I'd like to add this sentence to bsd.port.mk(5). It comes from more or > > less faq/ports/guide.html (point 17 in the checklist). > > I think this would be useful, you

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/01/28 14:30:00 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-main_c Log message: update to neomutt-20170128

Re: describe restrictions about COMMENT in bsd.port.mk(5)

2017-01-28 Thread Stuart Henderson
On 2017/01/28 08:47, Daniel Jakots wrote: > Hi, > > I'd like to add this sentence to bsd.port.mk(5). It comes from more or > less faq/ports/guide.html (point 17 in the checklist). I think this would be useful, you have 1 more character though (60 is allowed, 61 isn't). I'd prefer to say what it

Re: CVS: cvs.openbsd.org: ports

2017-01-28 Thread Stuart Henderson
On 2017/01/28 06:50, Anthony J. Bentley wrote: > Stuart Henderson writes: > > Packaging is broken: > > > > ===> Building package for sile-0.9.4 > > Create /mnt/packages/i386/all/sile-0.9.4.tgz > > Missing library for estdc++>=0.0 > > Thank you. I'm kicking myself for testing on a machine where

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2017/01/28 13:25:27 Modified files: shells/bash: Makefile distinfo Log message: update to 4.4 patchlevel 12

UPDATE: devel/qt-creator

2017-01-28 Thread Rafael Sadowski
Hi All, straightforward patch to 4.2.1. - bump some SHARED_LIBS (nm(1) checks) - Fix WANTLIB, NO_TEST - remove qtwebkit - fix one tab Best regards, Rafael Sadowski Index: Makefile === RCS file:

[PATCH] net/tor: r1.114 of ssl.h breaks build in test_tortls.c

2017-01-28 Thread attila
Hi ports@, The attached patch gets net/tor 0.2.9.9 building and passing tests again on -current. I believe it would also be acceptable to upstream. It is also required to test the Tor Browser 6.5 update, which I will post next. Feedback most welcome. Pax, -A -- https://haqistan.net/~attila |

Re: NEW: mcomix: replacement for comix

2017-01-28 Thread frantisek holop
ping? frantisek holop, 22 Jan 2017 23:54: > graphics/comix is dead. since 2009. > it has now decayed to the state that thumbnails dont > show and god knows what else. please remove it. > > find attached mcomix, a fork of comix under > active development. please test and commit. > > -f > --

describe restrictions about COMMENT in bsd.port.mk(5)

2017-01-28 Thread Daniel Jakots
Hi, I'd like to add this sentence to bsd.port.mk(5). It comes from more or less faq/ports/guide.html (point 17 in the checklist). Opinions? OK? Cheers, Daniel Index: bsd.port.mk.5 === RCS file:

Re: UPDATE: security/hydra

2017-01-28 Thread Remi Pointel
On 01/28/17 10:10, Rafael Sadowski wrote: On Sat Jan 28, 2017 at 09:41:04AM +0100, Remi Pointel wrote: On 01/27/17 19:01, Rafael Sadowski wrote: On Sat Nov 26, 2016 at 11:09:37AM +0100, Rafael Sadowski wrote: On Mon Oct 17, 2016 at 09:15:49PM +0200, Rafael Sadowski wrote: On Sun Oct 09, 2016

Re: CVS: cvs.openbsd.org: ports

2017-01-28 Thread Stuart Henderson
Packaging is broken: ===> Building package for sile-0.9.4 Create /mnt/packages/i386/all/sile-0.9.4.tgz Missing library for estdc++>=0.0 $ sudo -u _pbuild make port-lib-depends-check sile-0.9.4(print/sile): Missing: stdc++.57 (/usr/local/share/sile/core/justenoughicu.so) (system lib) Extra:

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2017/01/28 03:18:52 Modified files: mail/rspamd: Makefile distinfo Added files: mail/rspamd/patches: patch-contrib_t1ha_t1ha_h Log message: update to rspamd-1.4.3, from Brad.

Re: UPDATE: security/hydra

2017-01-28 Thread Rafael Sadowski
On Sat Jan 28, 2017 at 09:41:04AM +0100, Remi Pointel wrote: > On 01/27/17 19:01, Rafael Sadowski wrote: > > On Sat Nov 26, 2016 at 11:09:37AM +0100, Rafael Sadowski wrote: > > > On Mon Oct 17, 2016 at 09:15:49PM +0200, Rafael Sadowski wrote: > > > > On Sun Oct 09, 2016 at 03:55:27PM +0200, Remi

NEW: graphics/pdfsandwich

2017-01-28 Thread Ingo Feinerer
Ping? - Original message - Hi, please find attached a port for pdfsandwich, a tool to make "sandwich" OCR pdf files. $ cat pkg/DESCR pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which contain only images (no text) will be processed by optical character recognition

Re: UPDATE: security/hydra

2017-01-28 Thread Remi Pointel
On 01/27/17 19:01, Rafael Sadowski wrote: On Sat Nov 26, 2016 at 11:09:37AM +0100, Rafael Sadowski wrote: On Mon Oct 17, 2016 at 09:15:49PM +0200, Rafael Sadowski wrote: On Sun Oct 09, 2016 at 03:55:27PM +0200, Remi Pointel wrote: On 10/09/16 10:29, Rafael Sadowski wrote: Index:

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/01/28 01:08:07 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.5.7.

CVS: cvs.openbsd.org: ports

2017-01-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2017/01/28 01:08:33 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.11.44.