CVS: cvs.openbsd.org: ports

2016-04-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/20 23:57:48 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/patches:

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/20 18:46:07 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/pkg: PLIST Removed files: mail/roundcubemail/patches: patch-INSTALL Log message: update to

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_*

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

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Adam Wolk
CVSROOT:/cvs Module name:ports Changes by: aw...@cvs.openbsd.org 2016/04/20 18:07:08 Modified files: sysutils/logstash/forwarder: Makefile Log message: Do not strip lang/go binaries in sysutils/logstash/forwarder The Go compiler doesn't output all the expected

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

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

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 >

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/20 16:51:37 Modified files: www/squid : Tag: OPENBSD_5_9 Makefile distinfo Log message: MFC squid update to 3.5.17, fixing buffer overflow in cachemgr.cgi

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

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Edd Barrett
CVSROOT:/cvs Module name:ports Changes by: e...@cvs.openbsd.org2016/04/20 16:19:04 Modified files: infrastructure/db: user.list Log message: Reserve user for net/syncthing.

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:

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.

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/04/20 12:42:12 Modified files: www/nginx : Makefile distinfo Log message: update to 1.9.15; from David CARLIER

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Robert Nagy
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: patch-ECtools_fsck_zarafa-fsck_cpp

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

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,

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/04/20 10:36:50 Modified files: www/squid : Makefile distinfo Log message: update to squid-3.5.17, fixing some buffer overflows and possible disclosure of stack contents. when available, reports

CVS: cvs.openbsd.org: ports

2016-04-20 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2016/04/20 10:12:56 Modified files: www/kcgi : Makefile distinfo Log message: Update kcgi to 0.8.3

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

CVS: cvs.openbsd.org: ports

2016-04-20 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2016/04/20 09:06:08 Log message: Import ports/www/kcaldav. ok jung@ From Maintainer Aaron Poffenberger kCalDAV is a simple, safe, and minimal CalDAV server depending only on kcgi(3),

CVS: cvs.openbsd.org: ports

2016-04-20 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2016/04/20 09:12:18 Modified files: www/kcaldav: Makefile distinfo Log message: Use EXTRACT_SUFX instead of hardcoding DISTFILES to the snapshot archive. No bump since I just imported.

CVS: cvs.openbsd.org: ports

2016-04-20 Thread James Turner
CVSROOT:/cvs Module name:ports Changes by: jtur...@cvs.openbsd.org 2016/04/20 09:09:38 Modified files: www: Makefile Log message: +kcaldav

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

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

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

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:

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/04/20 04:18:16 Modified files: mail/libetpan : Makefile Added files: mail/libetpan/patches: patch-src_data-types_mailstream_ssl_c Log message: Bring back a commit from upstream so not only

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

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

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2016/04/20 01:59:45 Modified files: math/ntl : Makefile Log message: Disable native option. from Michael McConville, thanks !

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Pierre-Emmanuel Andre
CVSROOT:/cvs Module name:ports Changes by: p...@cvs.openbsd.org2016/04/20 01:20:34 Modified files: news/pan : Makefile distinfo news/pan/patches: patch-pan_gui_gui_cc news/pan/pkg : PLIST Log message: Update to 0.140. ok ajacoutot@

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/20 00:20:39 Modified files: devel/libgtop2 : Makefile distinfo devel/libgtop2/patches: patch-configure devel/libgtop2/pkg: PLIST Removed files: devel/libgtop2/patches:

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/20 00:21:35 Modified files: devel/gobject-introspection: Makefile distinfo Removed files: devel/gobject-introspection/patches:

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/20 00:21:50 Modified files: lang/vala : Makefile distinfo lang/vala/pkg : PLIST Log message: update to vala-0.32.0

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/20 00:20:11 Modified files: devel/libpeas : Makefile distinfo devel/libpeas/pkg: PLIST Log message: update to libpeas-1.18.0

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/20 00:22:34 Modified files: x11/gnome/anjuta: Makefile x11/gnome/anjuta/patches: patch-configure x11/gnome/code-assistance: Makefile x11/gnome/libgda: Makefile Added

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/20 00:18:50 Modified files: textproc/pdfpc/patches: patch-src_classes_action_movie_vala Log message: submitted upstream

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/04/20 00:19:47 Modified files: devel/json-glib: Makefile distinfo devel/json-glib/pkg: PLIST Log message: update to json-glib-1.2.0

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/20 00:04:34 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.10.21.

CVS: cvs.openbsd.org: ports

2016-04-20 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/04/20 00:04:17 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.4.12.