review and commit please for www/uwsgi port

2017-11-05 Thread Gerhard Schmidt
Hi could someone please have look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223108 there is a release being discussed right now. Would be great if this one could be commited before this lands. Regards Estartu signature.asc Description: OpenPGP digital signature

Re: IBus >=1.4 and python3

2017-11-05 Thread Amit Yaron
On 05.11.2017 19:08, blubee blubeeme wrote: I am trying to build a port that requires python3.2 language support as well as py3-gobject3 this same port also requires ibus but when I set ibus as a library, the project fails to build because ibus can't depends on python 2.7 or less. How do I get

IBus >=1.4 and python3

2017-11-05 Thread blubee blubeeme
I am trying to build a port that requires python3.2 language support as well as py3-gobject3 this same port also requires ibus but when I set ibus as a library, the project fails to build because ibus can't depends on python 2.7 or less. How do I get around this?

Re: Hyperledger Sawtooth on FreeBSD

2017-11-05 Thread Yuri
Hi Ganbold, Thank you for working on this! On 11/04/17 10:19, Ganbold Tsagaankhuu wrote: Just some update, I was able to run Hyperledger Sawtooth in FreeBSD 11.1 and it seems working:) Great! I have to organize my install notes, it is still messy. You should organize it into the port

Re: Committer wanted: www/webhook

2017-11-05 Thread Dave Cottlehuber
On Sun, 5 Nov 2017, at 13:36, Stefan Bethke wrote: > Hey, > > I would be grateful if some committer could take a look at > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222883 > > > Thanks, > Stefan Servus Stefan! Happy to take care of it, as I'm still under mentorship it might take a tad

Re: cython 0.14

2017-11-05 Thread blubee blubeeme
Thanks, I was making some errors in my Makefile that caused this error! It had nothing to do with the installed version of cython. Thanks for the replies. On Sun, Nov 5, 2017 at 4:10 PM, Matthew Seaman wrote: > On 04/11/2017 13:41, blubee blubeeme wrote: > > I have a port

Committer wanted: www/webhook

2017-11-05 Thread Stefan Bethke
Hey, I would be grateful if some committer could take a look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222883 Thanks, Stefan -- Stefan Bethke Fon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

FreeBSD ports you maintain which are out of date

2017-11-05 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: cython 0.14

2017-11-05 Thread Matthew Seaman
On 04/11/2017 13:41, blubee blubeeme wrote: > 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