UPDATE: devel/intellij 15.0.1

2015-11-14 Thread Caspar Schutijser
Hi ports@, Below is an update to a new major version of IntelliJ. I tested it on amd64, works fine for me. I @commented out the intellij/bin/fsnotifier-arm line in PLIST, looks appropriate considering the other fsnotifier entries. Best regards, Caspar Schutijser Index: Makefile

UPDATE: graphics/gd

2015-11-14 Thread Rafael Sadowski
Hi @ports, simple libgd update to 2.1.1. CVE-2014-9709 patch is not more necessary. Tested on amd64: "All 93 tests passed". Cheers, Rafael Index: Makefile === RCS file: /cvs/ports/graphics/gd/Makefile,v retrieving revision 1.62

Re: Bison 3, again

2015-11-14 Thread Nigel Taylor
On 11/15/15 01:31, Jérémie Courrèges-Anglas wrote: > Nigel Taylor writes: > > [...] > >> Haven't looked at the most recent diff for the Makefile, so might have >> changed. >> >> Not easy to switch to m4 as implied. More is required than the >> CONFIGURE_ENV change.

Re: new: sysutils/grive2

2015-11-14 Thread Rafael Sadowski
On Sat Nov 14, 2015 at 01:18:43PM +, Stuart Henderson wrote: > On 2015/11/13 23:12, Rafael Sadowski wrote: > > Hey @ports, > > > > I asked sthen@ to remove sysutils/grive from ports tree last week. The > > old grive is dead and not support the new google drive REST API. > > > > I've found a

Re: net/tor - add Flavor

2015-11-14 Thread Stuart Henderson
On 2015/11/14 00:50, Uwe Werler wrote: > On Sat, Nov 14, 2015 at 12:35:32AM +0100, Stefan Sperling wrote: > > On Sat, Nov 14, 2015 at 01:05:12AM +0100, Rafael Sadowski wrote: > > > I prefer to enable by default: > > > > " Using Tor2web trades off security for convenience and usability." > >

Re: new: sysutils/grive2

2015-11-14 Thread Stuart Henderson
On 2015/11/13 23:12, Rafael Sadowski wrote: > Hey @ports, > > I asked sthen@ to remove sysutils/grive from ports tree last week. The > old grive is dead and not support the new google drive REST API. > > I've found a fork which is current under development. Tested on amd64 > with my private

NEW: security/pecl-libsodium

2015-11-14 Thread Stuart Henderson
from pkg/DESCR: pecl-libsodium is a wrapper for the Sodium cryptographic library. It provides a low-level interface; see https://paragonie.com/project/halite for a high-level interface using this extension. OK to import?

Re: UPDATE: graphics/gd

2015-11-14 Thread Stuart Henderson
I'll take care of this. There are also API additions so it needs a SHARED_LIBS bump. On 2015/11/14 14:20, Rafael Sadowski wrote: > Hi @ports, > > simple libgd update to 2.1.1. CVE-2014-9709 patch is not more necessary. > Tested on amd64: "All 93 tests passed". > > Cheers, Rafael > > > Index:

mpv issue since last package rebuild

2015-11-14 Thread Dimitris Papastamos
Hi everyone, I am on current and since the last package upgrade mpv seems to produce a high frequency continuous pitch on some videos. Audio does not seem to be drained. It is stuck at 0 seconds. Not sure if this issue is because of mpv or one of its dependencies. mplayer works well. OpenBSD

Re: net/tor - add Flavor

2015-11-14 Thread Uwe Werler
On Sat, Nov 14, 2015 at 12:53:23PM +, Stuart Henderson wrote: > On 2015/11/14 00:50, Uwe Werler wrote: > > On Sat, Nov 14, 2015 at 12:35:32AM +0100, Stefan Sperling wrote: > > > On Sat, Nov 14, 2015 at 01:05:12AM +0100, Rafael Sadowski wrote: > > > > I prefer to enable by default: > > > > > >

Re: mpv issue since last package rebuild

2015-11-14 Thread Dimitris Papastamos
On Sat, Nov 14, 2015 at 03:06:17PM +, Dimitris Papastamos wrote: > Hi everyone, > > I am on current and since the last package upgrade mpv > seems to produce a high frequency continuous pitch on some videos. > > Audio does not seem to be drained. It is stuck at 0 seconds. > > Not sure if

Re: Bison 3, again

2015-11-14 Thread Stuart Henderson
On 2015/11/14 21:39, Jérémie Courrèges-Anglas wrote: > > I'll commit this tomorrow unless I hear objections. I think it's the least bad option for now. The regex problem is solved with this... Index: patches/patch-data_c++_m4 ===

UPDATE: devel/py-decorator 4.0.4

2015-11-14 Thread Alexandr Shadchin
Hi, This diff updates py-decorator to the latest release. Tested on amd64. Comments ? OK ? -- Alexandr Shadchin Index: Makefile === RCS file: /cvs/ports/devel/py-decorator/Makefile,v retrieving revision 1.12 diff -u -p -r1.12

NetBeans garbage output problem report

2015-11-14 Thread Scott Walters
Hopefully this is going to the correct place. http://www.openbsd.org/faq/faq15.html#Problems says to mail the maintain, and http://openports.se/devel/netbeans gives http://openports.se/bbmaint.php?maint=ports|a|openbsd.org as the maintainer. The "Output" window in NetBeans shows garbled

Re: net/tor - add Flavor

2015-11-14 Thread Uwe Werler
On Sat, Nov 14, 2015 at 08:40:40PM +0100, Pascal Stumpf wrote: > On Fri, 13 Nov 2015 17:37:12 -0500, Michael McConville wrote: > > Uwe Werler wrote: > > > Hello list, > > > > > > I'd like to add a Flavor to tor which allows Tor2webMode: > > > > This seems like a rare enough use-case that it

Re: net/tor - add Flavor

2015-11-14 Thread Pascal Stumpf
On Fri, 13 Nov 2015 17:37:12 -0500, Michael McConville wrote: > Uwe Werler wrote: > > Hello list, > > > > I'd like to add a Flavor to tor which allows Tor2webMode: > > This seems like a rare enough use-case that it probably isn't worth a > flavor. I tend to agree. A tor2web proxy is an

NEW: devel/py-ptyprocess

2015-11-14 Thread Edd Barrett
"Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty." Needed for terminado, in turn needed by jupyter-notebook. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-ptyprocess.tgz Description: application/tar-gz

NEW: www/py-terminado

2015-11-14 Thread Edd Barrett
"A Tornado websocket backend for the term.js Javascript terminal emulator library." Needed by jupyter-notebook. Requires the py-ptyprocess port I just posted. OK? P.S. If you are interested in IPython4 or jupyter-notebook, there's two more deps on-list which also need review (py-traitlets and

Re: Bison 3, again

2015-11-14 Thread Jérémie Courrèges-Anglas
I'll commit this tomorrow unless I hear objections. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: Bison 3, again

2015-11-14 Thread Nigel Taylor
On 11/14/15 22:46, Stuart Henderson wrote: > On 2015/11/14 21:39, Jérémie Courrèges-Anglas wrote: >> >> I'll commit this tomorrow unless I hear objections. > > I think it's the least bad option for now. The regex problem is > solved with this... > > Index: patches/patch-data_c++_m4 >

Re: Bison 3, again

2015-11-14 Thread Jérémie Courrèges-Anglas
Nigel Taylor writes: [...] > Haven't looked at the most recent diff for the Makefile, so might have > changed. > > Not easy to switch to m4 as implied. More is required than the > CONFIGURE_ENV change. ac_cv_prog_gnu_m4_gnu gets forced to yes/no "-g" > setting is

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2015/11/14 03:11:39 Modified files: devel/p5-Test-Strict: Makefile distinfo Log message: Update to p5-Test-Strict-0.33.

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2015/11/14 01:41:17 Modified files: sysutils/salt : Makefile sysutils/salt/pkg: PLIST Log message: Cleanup after itself.

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2015/11/14 01:38:08 Modified files: sysutils/py-psutil/patches: patch-psutil_arch_bsd_openbsd_c patch-setup_py Log message: Add links to upstream PR.

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2015/11/14 01:30:07 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/pkg: PLIST salt_master.rc Added files: sysutils/salt/pkg: salt_proxy.rc Log message: Update

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 05:45:46 Modified files: graphics/gd: Makefile Log message: remove SEPARATE_BUILD that I added in previous commit, build is ok with it but tests don't find a .h

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 05:54:19 Modified files: graphics/gd: Makefile Log message: ENOTENOUGHCOFFEE: actually bump gd's shared library minor like I intended to.

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2015/11/14 08:04:24 Modified files: www/p5-Dancer : Makefile distinfo Log message: Update to p5-Dancer-1.3202.

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 05:41:53 Modified files: graphics/gd: Makefile distinfo graphics/gd/pkg: DESCR Removed files: graphics/gd/patches: patch-src_gd_gif_in_c Log message: update to gd-2.1.1,

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 08:01:36 Modified files: www/pecl-memcache: Makefile Log message: fix pecl-memcache tests if you already have memcache symlinked in /etc/php-5.6

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 08:37:15 Modified files: www/pecl-memcached: Makefile Log message: gmake for tests is now handled by pecl.port.mk

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2015/11/14 07:38:19 Modified files: misc/dialog: Makefile distinfo Log message: Update to dialog-1.2-20150920.

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 07:55:47 Modified files: lang/php/pecl : pecl.port.mk Log message: set USE_GMAKE for ports using the default pecl target. fixes running tests on 12/15 pecl ports.

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 08:19:08 Modified files: www/pecl-http : Makefile Log message: fixup pecl-http tests to run (quite a few failures though)

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:ports Changes by: shadc...@cvs.openbsd.org2015/11/14 08:24:44 Modified files: editors/texmaker: Makefile distinfo editors/texmaker/patches: patch-configdialog_cpp patch-texmaker_cpp

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 09:14:47 Modified files: security : Makefile Log message: +pecl-libsodium

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 09:14:23 Log message: import ports/security/pecl-libsodium, ok benoit@ pecl-libsodium is a wrapper for the Sodium cryptographic library. It provides a low-level interface; see

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2015/11/14 10:26:05 Modified files: lang/node : Makefile distinfo Log message: Update node to the latest LTS. Full changelog: https://github.com/nodejs/node/blob/v4.2.2/CHANGELOG.md OK ajacoutot@

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 15:47:59 Modified files: www/iridium: Makefile www/chromium : Makefile Log message: pre-build gfx_vector_icons in chromium+iridium, ok robert@

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2015/11/14 15:53:26 Modified files: graphics/povray: Makefile distinfo Log message: Update embedded copy of libpng to 1.2.54 (fixes CVE-2015-8126 and possibly earlier problems). Fix master site.

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2015/11/14 15:56:24 Modified files: net/icinga/core2: Makefile Log message: try building icinga2 with ports gcc (4.9) on sparc64, it fails with system gcc {standard input}:38466: Error: Illegal operands:

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Joerg Jung
alignment. Instead you can really concentrate on the content. Status: Vendor Tag: jung Release Tags: jung-20151114 N ports/misc/sent/distinfo N ports/misc/sent/Makefile N ports/misc/sent/patches/patch-Makefile N ports/misc/sent/patches/patch

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Joerg Jung
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2015/11/14 12:41:20 Modified files: misc : Makefile Log message: link misc/sent

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2015/11/14 13:27:09 Modified files: graphics/png : Makefile distinfo Added files: graphics/png/patches: patch-tests_pngstest Log message: SECURITY update to 1.6.19: Multiple buffer overflows in

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2015/11/14 13:46:10 Modified files: mail/p5-Email-MIME-ContentType: Makefile distinfo Log message: Update to p5-Email-MIME-ContentType-1.018. ok Sam Smith (maintainer)

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2015/11/14 13:36:13 Modified files: graphics/png : Tag: OPENBSD_5_7 Makefile distinfo Log message: SECURITY update to 1.6.19: Multiple buffer overflows in the png_set_PLTE and png_get_PLTE functions

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2015/11/14 13:35:42 Modified files: graphics/png : Tag: OPENBSD_5_8 Makefile distinfo Log message: SECURITY update to 1.6.19: Multiple buffer overflows in the png_set_PLTE and png_get_PLTE functions

CVS: cvs.openbsd.org: ports

2015-11-14 Thread Benoit Lecocq
CVSROOT:/cvs Module name:ports Changes by: ben...@cvs.openbsd.org 2015/11/14 13:42:42 Modified files: devel/p5-AppConfig-Std: Makefile distinfo Log message: Update to p5-AppConfig-Std-1.10. ok Sam Smith (maintainer)