FreeBSD ports you maintain which are out of date

2017-11-04 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, you

Re: FireFox memory usage

2017-11-04 Thread Tijl Coosemans
On Wed, 01 Nov 2017 21:10:13 +0100 Jan Beich wrote: > Jan Beich writes: >> Andrea Venturoli writes: >>> I'm on 10.3/amd64 with firefox-esr 52.3.0. >>> >>> Since a few days my 4GiB desktop is crawling due to swap usage and >>> looking at top, I see FireFox using almost 7GiB of RAM (SIZE column),

cython 0.14

2017-11-04 Thread blubee blubeeme
I have a port that needs cython 0.14 and not cython 0.26 I tried all sorts of things but this; BUILD_DEPENDS= cython=0.14:lang/cython3 always returns that cython 0.14 isn't found, cython 0.24 is available but my port won't build with that version. How can I get cython 0.14?

Re: FireFox memory usage

2017-11-04 Thread Pete Wright
On 11/04/2017 04:49, Tijl Coosemans wrote: On Wed, 01 Nov 2017 21:10:13 +0100 Jan Beich wrote: Jan Beich writes: Andrea Venturoli writes: I'm on 10.3/amd64 with firefox-esr 52.3.0. Since a few days my 4GiB desktop is crawling due to swap usage and looking at top, I see FireFox using almo

Hyperledger Sawtooth on FreeBSD

2017-11-04 Thread Ganbold Tsagaankhuu
Hi, Just some update, I was able to run Hyperledger Sawtooth in FreeBSD 11.1 and it seems working :) I had to build/install necessary python dependencies such as gprc, gprc_tools for python3.6. It would be nice to have grpc and grpc_tools as packages. Some of logs running Sawtooth components: ht

mesa-libs with python3

2017-11-04 Thread blubee blubeeme
I am building a port that needs python3+ I needed to build cairo with python3+ support by adding this line: ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo but this pulls in mesa-libs which needs python2.7 How can I build mesa-libs with python3+ or have two python version in one port?

Re: mesa-libs with python3

2017-11-04 Thread blubee blubeeme
maybe I can clarify a bit, first cairo failed to build with python2 but I added the line above to build successfully with python3 but now it needs libGL.so ===> Patching for cairo-1.14.8_1,2 ===> Applying FreeBSD patches for cairo-1.14.8_1,2 ===> cairo-1.14.8_1,2 depends on file: /usr/local/li

Re: FireFox memory usage

2017-11-04 Thread Jan Beich
Pete Wright writes: > On 11/04/2017 04:49, Tijl Coosemans wrote: >> On Wed, 01 Nov 2017 21:10:13 +0100 Jan Beich wrote: >>> Jan Beich writes: Andrea Venturoli writes: > I'm on 10.3/amd64 with firefox-esr 52.3.0. > > Since a few days my 4GiB desktop is crawling due to swap usag

Re: Latest security/py-fail2ban (0.10.1_1) Broken Again.

2017-11-04 Thread Janky Jay, III
Never mind. I ended up figuring this out. I basically re-created all my jails and started from scratch. Anyone else that might be struggling with the same issue can find what I did at the URL below. http://www.purplehat.org/?page_id=566 Regards, Janky Jay, III __

[CFT] games/linux-nwnclient port

2017-11-04 Thread Sean C. Farley
I am not sure anyone still has or plays Neverwinter Nights Original or Diamond editions, but I have updated the ports to chase after the locations of the files that the ports download. If anyone could test and review the ports, especially before the 2017-11-09 deadline :), I would appreciate i

Re: cython 0.14

2017-11-04 Thread roberthuff
blubee blubeeme writes: > I have a port that needs cython 0.14 and not cython 0.26 > > I tried all sorts of things but this; > BUILD_DEPENDS= cython=0.14:lang/cython3 > > always returns that cython 0.14 isn't found, cython 0.24 > is available but my port won't build with that version. >

Re: mesa-libs with python3

2017-11-04 Thread blubee blubeeme
anyone have any ideas how to build mesa-libs with python2 while cairo needing python3? On Sun, Nov 5, 2017 at 1:51 AM, blubee blubeeme wrote: > maybe I can clarify a bit, first cairo failed to build with python2 but I > added the line above to build successfully with python3 but now it needs > l