Re: Piwik 2.16.1 critical security release since April

2016-06-23 Thread Torsten Zuehlsdorff
Hello Peter, Just checking if anyone is working on updating Piwik in ports to 2.16.1, since according to www.piwik.org it is a critical security release. I see that the latest change to Piwik came after a maintainer timeout. The maintainer approved my patch and i committed it a minute ago. :)

Re: Piwik 2.16.1 critical security release since April

2016-06-23 Thread Peter Olsson
On Thu, Jun 23, 2016 at 01:55:30PM +0200, Torsten Zuehlsdorff wrote: > Hello Peter, > > >Just checking if anyone is working on updating Piwik > >in ports to 2.16.1, since according to www.piwik.org > >it is a critical security release. > > > >I see that the latest change to Piwik came after a > >m

Re: Wxlua / Zbstudio

2016-06-23 Thread Torsten Zuehlsdorff
Hello Raymond, OpenBlas (make config; # with OpenMP option), OpenMP, Lapack & ++, GotoBlas are installed. Header files of OpenBlas is also included to $CMAKE_LIBRARY_PATH. However, I still got the same error message, missing lapack. There are various variables to set to specify where to look v

Re: FreeBSD Port: libvncserver-0.9.9_12

2016-06-23 Thread Ben Woods
On 21 June 2016 at 23:59, Dutchman01 wrote: > Port needs to be updated. > > Please check: https://github.com/LibVNC/libvncserver/releases > > 2014/10/21 > > LibVNCServer 0.9.10 released! > > Another major release that saw a massive code re-organisation, merged some > Debian patches, addressed som

Any way to add USES clause depending on two options without including bsd.port.options.mk?

2016-06-23 Thread Yuri
I have two port options: GUI NLS. I would like to have USES=gettext only when both GUI and NLS are "on". If it was only one option, say NLS, NLS_USES=gettext would work. But what about the two options case? Is there any magic to do this without .include ? Yuri

Re: Any way to add USES clause depending on two options without including bsd.port.options.mk?

2016-06-23 Thread Mathieu Arnold
+--On 23 juin 2016 14:26:01 -0700 Yuri wrote: | I have two port options: GUI NLS. | | I would like to have USES=gettext only when both GUI and NLS are "on". | | If it was only one option, say NLS, NLS_USES=gettext would work. | | But what about the two options case? Is there any magic to do thi

Re: Any way to add USES clause depending on two options without including bsd.port.options.mk?

2016-06-23 Thread Fernando Herrero Carrón
El 23 jun. 2016 11:26 p. m., "Yuri" escribió: > > I have two port options: GUI NLS. > > I would like to have USES=gettext only when both GUI and NLS are "on". > > If it was only one option, say NLS, NLS_USES=gettext would work. > > But what about the two options case? Is there any magic to do this

Torch7 ports (Was: Wxlua / Zbstudio)

2016-06-23 Thread Jan Beich
Torsten Zuehlsdorff writes: > Hello Raymond, > >> OpenBlas (make config; # with OpenMP option), OpenMP, Lapack & ++, GotoBlas >> are installed. Header files of OpenBlas is also included to >> $CMAKE_LIBRARY_PATH. However, I still got the same error message, missing >> lapack. > > There are variou

Re: Any way to add USES clause depending on two options without including bsd.port.options.mk?

2016-06-23 Thread Chris H
On Thu, 23 Jun 2016 14:26:01 -0700 Yuri wrote > I have two port options: GUI NLS. > > I would like to have USES=gettext only when both GUI and NLS are "on". > > If it was only one option, say NLS, NLS_USES=gettext would work. > > But what about the two options case? Is there any magic to do th

QA script error (libc++)

2016-06-23 Thread Fernando Apesteguía
One of my ports is written in C++. It links agains libc++ that is in base (/usr/src/contrib/libc++). The port still builds fine and works but the QA scripts show an error complaining about the executable being linked to libc++ without the library being listed as an actual dependency and it suggests