Re: [New] games/tome4 (previously t-engine)

2016-12-23 Thread Solène Rapenne
Hi Solene, while testing the update fcambus@ noticed that the checksum of the downloaded file doesn't match. I was able to confirm the same issue after moving aside my already downloaded distfile from previous tests. Did upstream silently re-roll the 1.4.9 distfile? SHA512 (t-engine4-src

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-23 Thread Vadim Zhukov
2016-12-23 10:56 GMT+03:00 Paul Irofti : > On Thu, Dec 22, 2016 at 09:49:08AM +0300, Vadim Zhukov wrote: >> 2016-12-22 1:24 GMT+03:00 Paul Irofti : >> >> the port (if everything there is C++-based, tweaking CONFIGURE_ENV >> > >> > Teach me how :) >> > >> > It doesn't work with this >> > >> > CONFIG

[NEW] Python 3.6

2016-12-23 Thread Remi Pointel
Hi, attached is the port for python 3.6. It needs the patch for lang/python/Makefile.inc to work. Ok to import? Cheers, Remi. Index: Makefile.inc === RCS file: /cvs/ports/lang/python/Makefile.inc,v retrieving revision 1.118 diff

Re: [NEW] Python 3.6

2016-12-23 Thread Alexandr Shadchin
On Fri, Dec 23, 2016 at 01:49:19PM +0100, Remi Pointel wrote: > Hi, > > attached is the port for python 3.6. > > It needs the patch for lang/python/Makefile.inc to work. > > Ok to import? > > Cheers, > > Remi. > Index: Makefile.inc > ===

Re: UPDATE: jupyter-notebook 4.3.1 (was 4.3.0)

2016-12-23 Thread Alexandr Shadchin
On Fri, Dec 16, 2016 at 03:43:53PM +0500, Alexandr Shadchin wrote: > Hi, > > This diff updates jupyter-notebook to the latest release. > Tested on amd64. > > Comments ? OK ? > Update to jupyter-notebook 4.3.1 **Security fix**: - CVE-2016-9971. Fix CSRF vulnerability, where malicious forms c

mail/exim: Enable LMTP

2016-12-23 Thread Thomas Schneider
Hello, I think Exim should have the LMTP transport enabled in the OpenBSD port. It is used by various software (e.g., Dovecot or Mailman 3) and small enough to just be enabled. Thanks, Thomas Schneider PS: Please remember to include me in replies, as I am not subscribed to the list. Index: file

mail/gmime: depend on security/gpgme

2016-12-23 Thread Matthias Kilian
Hi, autoconf detects gpgme when installed, and includes it libgmime's .la file, breaking the build other ports like x11/gnome/totem when then gpgme is no longer installed. So, add security/gpgme to LIB_DEPENDS and adjust WANTLIB. Also, remove security/libgpg-error from BUILD_DEPENDS, because it's