Re: cdecl port

2017-04-30 Thread Larry Rosenman
On 4/30/17, 6:27 PM, "Paul J. Lucas" wrote: Hi there - I was wondering how this port: https://www.freebsd.org/cgi/ports.cgi?query=cdecl=all can be updated to use the all-new cdecl 3.x:

Re: cdecl port

2017-04-30 Thread Dave Horsfall
On Sun, 30 Apr 2017, Paul J. Lucas wrote: > Note that I don’t use FreeBSD myself; I’m just the author of the new > cdecl. And a great program it is too! I've been using it since it was first posted to Usenet. -- Dave Horsfall DTM (VK2KFU) "Those who don't understand security will suffer."

cdecl port

2017-04-30 Thread Paul J. Lucas
Hi there - I was wondering how this port: https://www.freebsd.org/cgi/ports.cgi?query=cdecl=all can be updated to use the all-new cdecl 3.x: https://github.com/paul-j-lucas/cdecl Thanks. Note that I don’t use FreeBSD myself; I’m just the author of the new cdecl. - Paul

Xrdp help needed

2017-04-30 Thread Wojciech Puchar
installed xrdp from ports, done basic config and it works - i can connect to FreeBSD server with Wyse terminal using RDP protocol. And it works very well. Except - no polish characters adding param5=-xkbmap param6=pl to section X11rdp in sessman - no change right-alt+A behaves like CTRL-A

Re: www/nginx: nginx 1.12 doesn't work with XRID_HEADER option enabled

2017-04-30 Thread Matthew Donovan
Oh I just reread what you said :-) sorry was busy working on nginx issue at the time. That module is off by default in the port guess we can just not compile that module since it is a third party module. But at least you submitted patches  On Apr 30, 2017 4:07 AM, "Thomas Steen Rasmussen"

Re: www/nginx: nginx 1.12 doesn't work with XRID_HEADER option enabled

2017-04-30 Thread Thomas Steen Rasmussen
On 04/30/2017 11:03 AM, Matthew Donovan wrote: Nginx 1.12 can no longer have duplicate stuff in configuration. It does it for request_ip as well. It's by design. That doesn't change the fact that our port should not include a module that makes it not start :) /Thomas

FreeBSD ports you maintain which are out of date

2017-04-30 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: www/nginx: nginx 1.12 doesn't work with XRID_HEADER option enabled

2017-04-30 Thread Matthew Donovan
Nginx 1.12 can no longer have duplicate stuff in configuration. It does it for request_ip as well. It's by design. On Apr 30, 2017 3:56 AM, "Thomas Steen Rasmussen" wrote: > Hello, > > Do not upgrade nginx to 1.12 if you have XRID_HEADER enabled. The > module is incompatible

www/nginx: nginx 1.12 doesn't work with XRID_HEADER option enabled

2017-04-30 Thread Thomas Steen Rasmussen
Hello, Do not upgrade nginx to 1.12 if you have XRID_HEADER enabled. The module is incompatible with nginx 1.12 and nginx will refuse to start with the following error: nginx: [emerg] the duplicate "request_id" variable in /usr/local/etc/nginx/nginx.conf:16 where line 16 is where the

Re: Ports' QT5_USE assumes qt5-*, but build links executables to a specific minor version 5.7.*

2017-04-30 Thread Raphael Kubo da Costa
Yuri writes: > I had this problem: system had the older qt5-*-5.6.1 version. I installed > qbittorrent using pkg. qbittorrent then failed saying it can't find the Qt_5.7 > tag. > > QT5_USE makes sure qt5-* dependencies exist, but the actual dependency is a > specific qt5 minor