NEW: textproc/tinyxml2

2015-12-06 Thread Anthony J. Bentley
Hi, TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs. In brief, TinyXML-2 parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. ok? -- Anthony J. Bentley tinyxml2.tar.gz Descr

Re: lang/go-bootstrap

2015-12-06 Thread Michael McConville
Michael McConville wrote: > Michael McConville wrote: > > Stuart Henderson wrote: > > > Slight problem with the go update, it breaks build of some ports using > > > the go module: > > > > > > textproc/go-xlsx > > > net/go-websocket > > > devel/go-check-v1 > > > devel/go-tools > > > > I'm working

Re: vifm

2015-12-06 Thread Anthony J. Bentley
Predrag Punosevac writes: > I noticed that vifm has been removed from the OpenBSD port three prior > to 5.8 release. Are there technical reasons for such decision (I > remember pains to initial import vifm into the port three due to the > code quality)? It looks like vifm got many new features whic

vifm

2015-12-06 Thread Predrag Punosevac
I noticed that vifm has been removed from the OpenBSD port three prior to 5.8 release. Are there technical reasons for such decision (I remember pains to initial import vifm into the port three due to the code quality)? It looks like vifm got many new features which might have triggered the decisio

net/kea

2015-12-06 Thread Patrik Lundin
Hello, I am working on a port for Kea, the new DHCP server from ISC. === # cat pkg/DESC Kea is a new open source DHCPv4/DHCPv6 server being developed by Internet Systems Consortium. The objective of this project is to provide a very high-performance, extensible DHCP server engine for use by enter

[wip] Firefox 43.0b8

2015-12-06 Thread Landry Breuil
Hi, now at beta8, of course upstream switched back to default to gtk2.. http://cgit.rhaalovely.net/mozilla-firefox/?h=beta git clone -b beta http://git.rhaalovely.net/git/mozilla-firefox packages hot from the press: http://rhaalovely.net/stuff/amd64/firefox-43.0beta8.tgz http://rhaalovely.net/st

Re: [patch] bsd.port.mk.5: there is no lang/gcc/4.2 anymore

2015-12-06 Thread Marc Espie
On Sun, Dec 06, 2015 at 12:26:03PM -0500, Michael McConville wrote: > Daniel Bolgheroni wrote: > > Hi, > > > > lang/gcc/4.2 got removed from ports. > > > > Alternative: suggest x11/gnome/gvfs? > > > > ok? > > Wouldn't changing 4.2 to 4.9 be an easier change? > > This is a useful fix, though. >

Re: lang/go-bootstrap

2015-12-06 Thread Stuart Henderson
On 2015/12/06 13:50, Michael McConville wrote: > Also, make update-plist isn't recognizing the rc script for me. It says: > > > make-plist: Bogus element outside of every prefix: /etc/rc.d/godoc You need to re-add this manually, update-plist doesn't handle rc scripts. > -@comment $OpenBSD: PLIST

Re: lang/go-bootstrap

2015-12-06 Thread Michael McConville
Michael McConville wrote: > Stuart Henderson wrote: > > Slight problem with the go update, it breaks build of some ports using > > the go module: > > > > textproc/go-xlsx > > net/go-websocket > > devel/go-check-v1 > > devel/go-tools > > I'm working on an update for go-tools. > > We have a manual

Re: lang/go-bootstrap

2015-12-06 Thread Michael McConville
Stuart Henderson wrote: > Slight problem with the go update, it breaks build of some ports using > the go module: > > textproc/go-xlsx > net/go-websocket > devel/go-check-v1 > devel/go-tools I'm working on an update for go-tools. We have a manual install command for cover and vet, but the binari

update devel/py-babel

2015-12-06 Thread Daniel Jakots
Hi, On 2015-09-25 Babel 2.1.1 was released. Even if we go from 1.x to 2.x it doesn't seem to be a lot of changes (according to the changelog). No regression found with make test for both py2 and py3 and I also tested with the examples given on the homepage. I ran make test for textproc/py-sphinx

Re: can't set french language in Scratch editor

2015-12-06 Thread Stuart Cassoff
On 12/06/15 05:33, Comète wrote: > Hello, > > i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i get a > "File not found fr.po" window. > > I've printed the list of files in scratch package with "pkg_info -L scratch" > and "fr.po" is present in: > > /usr/local/share/scratch/l

Re: can't set french language in Scratch editor

2015-12-06 Thread Stuart Cassoff
On 12/06/15 08:01, Antoine Jacoutot wrote: > On Sun, Dec 06, 2015 at 12:13:40PM +0100, Daniel Jakots wrote: >> On Sun, 06 Dec 2015 10:33:43 +, "Comète" wrote: >> >>> Hello, >>> >>> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i >>> get a "File not found fr.po" window. >>>

Re: [patch] bsd.port.mk.5: there is no lang/gcc/4.2 anymore

2015-12-06 Thread Michael McConville
Daniel Bolgheroni wrote: > Hi, > > lang/gcc/4.2 got removed from ports. > > Alternative: suggest x11/gnome/gvfs? > > ok? Wouldn't changing 4.2 to 4.9 be an easier change? This is a useful fix, though. > Index: bsd.port.mk.5 > ===

Re: amd64 bulk report

2015-12-06 Thread Stuart Henderson
On 2015/12/06 09:11, Antoine Jacoutot wrote: > * net/ifstat > * net/libdnet > * net/nmap > * net/ocserv > * security/aircrack-ng >From my test build: None of the above actually need things from if_var.h, they're ok with the whole file wrapped in ifdef kernel. > * devel/libgtop2 mpi's already ta

Re: gcc 4.9.3 erroneous dependency on libgfortran.so.6.0 with flavoured build

2015-12-06 Thread Stuart Henderson
On 2015/12/05 19:48, Tati Chevron wrote: > Doing a flavoured build of gcc 4.9 with: > > # dpb lang/gcc/4.9,no_ada,no_f95,no_go,no_java > > fails, complaining that > > /portswork/workobj/gcc-4.9.3/fake-amd64-no_f95-no_java-no_ada-no_go/usr/local/lib/libgfortran.so.6.0 > > does not exist. > > Th

Re: lang/go-bootstrap

2015-12-06 Thread Stuart Henderson
Slight problem with the go update, it breaks build of some ports using the go module: textproc/go-xlsx net/go-websocket devel/go-check-v1 devel/go-tools

Re: can't set french language in Scratch editor

2015-12-06 Thread Stuart Cassoff
On 12/06/15 07:33, Comète wrote: > 6 décembre 2015 12:20 "Daniel Jakots" a écrit: >> On Sun, 06 Dec 2015 10:33:43 +, "Comète" wrote: >> >>> Hello, >>> >>> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i >>> get a "File not found fr.po" window. >>> >>> I've printed the lis

update audio/py-eyed3

2015-12-06 Thread Daniel Jakots
Hi, audio/py-eyed3 didn't receive any update for some time. They have moved from "autoconf, m4, and make" and it got bigger by the time. I basically tested with `eyeD3 random-music.mp3`, it works as before. If I looked correctly, nothing depends on it in the ports tree. Cheers, Daniel Index: Ma

[patch] bsd.port.mk.5: there is no lang/gcc/4.2 anymore

2015-12-06 Thread Daniel Bolgheroni
Hi, lang/gcc/4.2 got removed from ports. Alternative: suggest x11/gnome/gvfs? ok? Index: bsd.port.mk.5 === RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v retrieving revision 1.428 diff -u -p -r1.428 bsd.port.mk.5 --- bsd.port.mk

dpb "can't call method enforce_local"

2015-12-06 Thread Jan Stary
This is the latest armv7 snapshot on a Beagle Bone Black (dmesg below), sysmerged -in particular, the dpb user accounts exist. The ports tree is current. Trying to build mail/mutt with dpb fails like this: # /usr/ports/infrastructure/bin/dpb mail/mutt Can't call method "enforce_local" on an undef

Re: can't set french language in Scratch editor

2015-12-06 Thread Antoine Jacoutot
On Sun, Dec 06, 2015 at 12:13:40PM +0100, Daniel Jakots wrote: > On Sun, 06 Dec 2015 10:33:43 +, "Comète" wrote: > > > Hello, > > > > i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i > > get a "File not found fr.po" window. > > > > I've printed the list of files in scrat

Re: amd64 bulk report

2015-12-06 Thread Christian Weisgerber
On 2015-12-06, Antoine Jacoutot wrote: > * devel/libgtop2 > * devel/py-openbsd > * net/ifstat > * net/libdnet > * net/nmap > * net/ocserv > * net/wmnet > * net/wmnetload > * net/zabbix > * security/aircrack-ng > * security/antisniff > * security/wpa_supplicant > /usr/include/net/if_var.h:165: err

Re: can't set french language in Scratch editor

2015-12-06 Thread Comète
6 décembre 2015 12:20 "Daniel Jakots" a écrit: > On Sun, 06 Dec 2015 10:33:43 +, "Comète" wrote: > >> Hello, >> >> i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i >> get a "File not found fr.po" window. >> >> I've printed the list of files in scratch package with "pkg_

Re: can't set french language in Scratch editor

2015-12-06 Thread Daniel Jakots
On Sun, 06 Dec 2015 10:33:43 +, "Comète" wrote: > Hello, > > i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i > get a "File not found fr.po" window. > > I've printed the list of files in scratch package with "pkg_info -L > scratch" and "fr.po" is present in: > > /usr/lo

can't set french language in Scratch editor

2015-12-06 Thread Comète
Hello, i've set "Language=fr" in "~/.scratch.ini" but when i run scratch, i get a "File not found fr.po" window. I've printed the list of files in scratch package with "pkg_info -L scratch" and "fr.po" is present in: /usr/local/share/scratch/locale/ Any idea ? Thanks a lot

security/kpcli: missing dependency on p5-XML-Parser

2015-12-06 Thread Fabian Raetz
Hi ports@, i've setup a new OpenBSD installation (with UEFI+GPT Yaaay :)) and noticed that security/kpcli has a missing dependency on p5-XML-Parser? Here's the error message which shows up as soon as i try to open a password file: Couldn't load the file test.kdbx: Cannot load XML library to pars

amd64 bulk report

2015-12-06 Thread Antoine Jacoutot
Hi. Breakage from my daily amd64 bulk report. I don't usually port is here but this time, there's a lot. Not included are lang/mono and x11/vlc which fail in all bulks for me (segfault during build); I am eventually able to build them after a gre tries. ---8< * d