Re: NEW: geo/osm2pgsql

2015-09-18 Thread patrick keshishian
On 9/17/15, Landry Breuil wrote: > On Sat, Sep 12, 2015 at 09:05:10AM -0700, patrick keshishian wrote: >> On 9/12/15, Daniel Jakots wrote: >> > On Fri, 11 Sep 2015 16:45:31 -0700, patrick keshishian >> > wrote: >> > >> >> Does the Makefile look better? I think it is headed toward a more >> >> co

update: devel/libowfat

2015-09-18 Thread Jan Klemkow
Hi, this is an update for the lowfat library which also contains security fixes beside of new features. If anything is wrong with this diff, just tell me, I will fix it. bye, Jan Index: Makefile === RCS file: /cvs/ports/devel/libow

unbreak: ucspi-tools

2015-09-18 Thread Jan Klemkow
Hi, I fixed the implementation to fit the new libtls API and I tested the port with the build-in tests on amd64-current. This should work. If anything is still wrong, just tell me, I will fix it. bye, Jan Index: Makefile === RCS f

[UPDATE] security/volatility

2015-09-18 Thread Remi Pointel
Hi, this is the diff to use yara with volatility. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/security/volatility/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefile15 Sep 2014 08:31:

[NEW] security/yara

2015-09-18 Thread Remi Pointel
Hi, attached is a tarball for the new port yara. --- $ pkg_info yara Information for inst:yara-3.4.0 Comment: pattern matching swiss knife Required by: py-yara-3.4.0 Description: YARA is a tool aimed at (but not limited to) helping malware researchers to identi

Re: Eclipse on OpenBSD 5.7 java.lang.UnsatisfiedLinkError

2015-09-18 Thread Ian Darwin
On 2015-09-18 13:25, Alan Corey wrote: If you're trying to do Android development, Android Studio I think is the only officially supported development environment, but it's just written in Java so it might be portable. It is a repacking of IntelliJ IDea with the new Android plugin. IntelliJ is i

Re: Eclipse on OpenBSD 5.7 java.lang.UnsatisfiedLinkError

2015-09-18 Thread Alan Corey
I also have Eclipse installed under 5.7 on a Latitude D530 with 2 gigs of ram but didn't really look into whether it worked or not, just went on installing more things. Installing the swt package did the trick for me, I'm not sure why it got built but not installed. It was just sitting there in /

[update] sbcl 1.2.15

2015-09-18 Thread Manuel Giraud
Hi, Here is an update to sbcl-1.2.15 tested on amd64 Index: Makefile === RCS file: /cvs/ports/lang/sbcl/Makefile,v retrieving revision 1.24 diff -u -p -u -r1.24 Makefile --- Makefile31 Aug 2015 18:37:30 - 1.24 +++ Makefi

UPDATE: the_silver_searcher to 0.31.0

2015-09-18 Thread Florian Stinglmayr
Hi list, a small update for the silver searcher to 0.31.0. It mostly fixes small bugs but also adds support for --nomultiline, which disables regex matching across multiple lines. Multiline matching is now the default behaviour. Have a fun and a nice day/night, Florian Index: Makefile ==

Possible fixes for xcolors color database

2015-09-18 Thread lists
Hi ports@ Some time ago this rgb.txt file (X color 'database') got updated: http://cvsweb.openbsd.org/cgi-bin/cvsweb/xenocara/app/rgb/rgb.txt.diff?r1=1.2&r2=1.3 http://cvsweb.openbsd.org/cgi-bin/cvsweb/xenocara/app/rgb/rgb.txt I don't know if this is the actual file that gets installed in /usr/X

drop USE_GROFF in archivers/zip

2015-09-18 Thread Jan Stary
archivers/zip doesn't need to USE_GROFF - mandoc renders the manpages just fine. gmdiff shows only slight positioning differences (see below), some of which might interest mandoc developers though. Jan Index: Makefile === R

Re: Ports broken after l2k15

2015-09-18 Thread Christian Weisgerber
On 2015-09-16, Antoine Jacoutot wrote: >> > math/maxima >> > >> > doesn't build any longer. No idea why. Cryptic error messages. >> > Maybe Lisp is unhappy about the removal of some symbol. >> >> maxima built successfully on i386. > > Same on amd64. Well, it failed in tbat amd64 build. It

Re: newsbeuter 2.7 dumps core

2015-09-18 Thread Jérémie Courrèges-Anglas
Dunno where newsbeuter logs stuff, but this might help to find the cause of the problem: Index: patches/patch-src_rss_cpp === RCS file: patches/patch-src_rss_cpp diff -N patches/patch-src_rss_cpp --- /dev/null 1 Jan 1970 00:00:00 -

Re: link-grammar

2015-09-18 Thread Stuart Henderson
On 2015/09/18 11:18, Fred wrote: > On 09/18/15 11:09, Stuart Henderson wrote: > >On 2015/09/18 10:57, Fred wrote: > >>Hi ports@ > >> > >>In our link-grammar port we only have bindings for java - I would like to > >>add the python bindings should I add more flavors? > >> > >>And while here is should

Re: link-grammar

2015-09-18 Thread Fred
On 09/18/15 11:09, Stuart Henderson wrote: On 2015/09/18 10:57, Fred wrote: Hi ports@ In our link-grammar port we only have bindings for java - I would like to add the python bindings should I add more flavors? And while here is should I add the other bindings (ie lisp, ocaml, perl?) Or is th

Re: link-grammar

2015-09-18 Thread Stuart Henderson
On 2015/09/18 10:57, Fred wrote: > Hi ports@ > > In our link-grammar port we only have bindings for java - I would like to > add the python bindings should I add more flavors? > > And while here is should I add the other bindings (ie lisp, ocaml, perl?) > > Or is there a better approach? > > Ch

link-grammar

2015-09-18 Thread Fred
Hi ports@ In our link-grammar port we only have bindings for java - I would like to add the python bindings should I add more flavors? And while here is should I add the other bindings (ie lisp, ocaml, perl?) Or is there a better approach? Cheers Fred

Re: openvpn-2.3.8p1 segv in libcrypto BN_bn2dec on OpenBSD/i386 current Sep 16, 2015

2015-09-18 Thread Miod Vallat
> CC'ing tech@. > > The last commit to bn_print.c is wrong, it dereferences t while it's still > NULL. > > Backout diff below. Argh, sorry about that. This is how it should have been done (diff against 1.25) Index: bn_print.c ===