Re: Another error with py3-cairo

2017-09-22 Thread tech-lists
Hi, On Thu, Sep 21, 2017 at 08:55:33PM +0200, Walter Schwarzenfeld wrote: Solved: Put USE_LOCALE=?? en_US.UTF-8 for this port in my /etc/make.conf. Many thanks for this, appears to have solved the problem. In my case I put USE_LOCALE=en_GB.ISO8859-1. Question is really why has this port

Committer needed for Redmine and Elasticsearch Search Guard ports

2017-09-22 Thread Miroslav Lachman
Can somebody look at this updates please? www/redmine: Outdated redmine port doesn't work with current mercurial version https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220251 [NEW PORT] textproc/elasticsearch5-search-guard: Elasticsearch Search Guard plugin https://bugs.freebsd.org/bugzil

Re: gettextsetup warnings

2017-09-22 Thread Romain Tartière
On Thu, Sep 21, 2017 at 08:22:26AM +0200, Romain Tartière wrote: > I am currently deploying this on my nodes in case this changes has other > unexpected consequences. So, it seems to be OK. However, I am wondering if patching devel/rubygem-gettext-setup is the way to go: instead, we can simply in

Re: USE_GCC usage

2017-09-22 Thread Gerald Pfeifer
On Jun 25 2016 Richard Gallamore wrote: > When using USE_GCC= 5+, errors occur because this USE only sets > build and run time dependency, and not lib dependency. > > Error: /usr/local/bin/ann_in is linked to > /usr/local/lib/gcc5/libgfortran.so.3 from lang/gcc but it is not declared as > a depen

Re: Failed to build a port (tempus) on i386 (Boost problems?)

2017-09-22 Thread L.Bartoletti
Hi Dimitry, Unfortunately, It can't compile with USE_CXXSTD or when force CMake to use c++11. Maybe a bug with boost? Anyway, according with the developer using this tools on i386 can be problematic. Regards. On 11.09.2017 23:52, Dimitry Andric wrote: On 11 Sep 2017, at 22:39, L.Bartolet

FreeBSD Port: freeradius3-3.0.15_1 with mariadb102-server

2017-09-22 Thread Igor Jankov
Hello! I have problem use MariaBD/mysql database with freeradius on 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309 amd64. config: /usr/local/etc/radius/mods-enabled/sql ... driver = "rlm_sql_mysql" ... dialect = "mysql" ... in debug mode: radiusd -X shows

Re: FreeBSD Port: freeradius3-3.0.15_1 with mariadb102-server

2017-09-22 Thread Ryan Steinmetz
On (09/22/17 15:46), Igor Jankov wrote: Hello! I have problem use MariaBD/mysql database with freeradius on 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309 amd64. config: /usr/local/etc/radius/mods-enabled/sql ... driver = "rlm_sql_mysql" ... dialect = "mysql"

Re: gettextsetup warnings

2017-09-22 Thread Zach
On Fri 22.Sep.17 12:04, Romain Tartière wrote: > On Thu, Sep 21, 2017 at 08:22:26AM +0200, Romain Tartière wrote: > > I am currently deploying this on my nodes in case this changes has other > > unexpected consequences. > > So, it seems to be OK. However, I am wondering if patching > devel/rubyge

Installing ports in other places

2017-09-22 Thread Paul Schmehl
I need to install mediawiki, but I want to install it in a different location - in my home directory in a directory named wiki. I've read about DESTDIR, but I'm not certain that will work as I intend. If I run make install DESTDIR=/homedir/wiki, will the port install as /homedir/wiki/mediawiki

Re: Installing ports in other places

2017-09-22 Thread Matthew Seaman
On 22/09/2017 20:55, Paul Schmehl wrote: > I need to install mediawiki, but I want to install it in a different > location - in my home directory in a directory named wiki. > > I've read about DESTDIR, but I'm not certain that will work as I intend. > If I run make install DESTDIR=/homedir/wiki, w