Re: www/weboob SSLv3 fallout

2015-09-27 Thread Doug Hogan
On Sun, Sep 27, 2015 at 09:11:22PM +0200, Landry Breuil wrote: > On Sat, Sep 26, 2015 at 03:34:53PM +0200, Jona Joachim wrote: > > Hi, > > weboob has a runtime dependency for SSLv3. The attached diff replaces > > SSLv3 usage with SSLv23. > > > > 2015-09-26

[UPDATE] pledge textproc/jq

2016-01-17 Thread Doug Hogan
Hi, Diff for adding pledge to jq as it is often used with output from remote servers. Index: textproc/jq/Makefile === RCS file: /cvsmirror/ports/textproc/jq/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile ---

Re: pledge textproc/the_silver_searcher

2016-01-17 Thread Doug Hogan
On Sat, Jan 16, 2016 at 08:37:16PM -0500, Michael McConville wrote: > Also, yet another tweak. deraadt@ pointed out that I should use the > local err clone (die()) rather than including err.h. Comments inline. > Index: Makefile >

Re: pledge textproc/the_silver_searcher

2016-02-03 Thread Doug Hogan
On Wed, Feb 03, 2016 at 06:02:55PM +0100, Florian Stinglmayr wrote: > Michael's patch is very nice and should definitely make it in. > > Yet after speaking with upstream the other day it was made very clear to > me that upstream wants the patch in their repository. Since my upstream > patch

[update] lang/elixir

2017-09-06 Thread Doug Hogan
Add FLAVORs for all Erlang releases supported by Elixir: 18, 19 and 20. Add versioned binaries and directories. Setup an UTF-8 environment so it doesn't complain and 'make test' runs. diff --git lang/elixir/Makefile lang/elixir/Makefile index

[update] lang/erlang

2017-09-06 Thread Doug Hogan
I have been working with Jasper to revamp the Erlang port. Add support for Erlang 20.x as an additional FLAVOR. Switch lang/erlang/18 to major release 18.3. Update to the latest patch release for 17.x, 18.x, 19.x and 20.x. Add versioned calls to erl so versioned erlc, dialyzer, etc work. Quiet

[update] benchmarks/tsung 1.5.1 -> 1.7.0

2017-09-05 Thread Doug Hogan
This updates tsung to 1.7.0 which was released a few days ago. I tested it with httpd using FLAVOR=erlang19 and tsung_stats.pl. It also passes 'make test' with erlang 16 and erlang 19. Note that this requires gnuplot without FLAVOR=no_x11. Is there a good way to specify that a FLAVOR is invalid