pledge for fping

2015-10-21 Thread Stuart Henderson
This seemed a worthwhile target. Think I've tested all the paths, but more eyes/tests wouldn't hurt. Index: Makefile === RCS file: /cvs/ports/net/fping/Makefile,v retrieving revision 1.36 diff -u -p -r1.36 Makefile --- Makefile21

Abiword pasting issue

2015-10-21 Thread Alan Corey
In OpenBSD 5.2 (and 5.0, 4.7, 4.3) I've written a lot of emails in Abiword (and saved to files, etc) then pasted into gmail (web client in Firefox) to send. In OpenBSD 5.7 when I paste question marks replace the entire message like ??

archivers/xz: pledge

2015-10-21 Thread Christian Weisgerber
This re-adds pledge() support for xz and xzdec. For multi-threading, you'll need a really -current kernel since the required __tfork() handling was only added last weekend. Please try to break it. ;-) Index: Makefile === RCS file: /

NEW: fonts/cm-unicode

2015-10-21 Thread George Rosamond
ports@: Submitting for consideration for fonts/ cm-unicode's main purpose is to create free good quality fonts for use in X applications supporting many languages. Thanks g cm-unicode.tgz Description: Binary data

Re: update: synergy-1.7.4

2015-10-21 Thread James Turner
On Mon, Oct 19, 2015 at 08:41:25PM -0400, James Turner wrote: > Attached is an update to synergy-1.7.4. I'm not a user but at my BUG I > was doing a ports demo and used this port for my "Updating a port" > example. > > If any synergy users out there are willing to test I'll look for an ok > and ge

Re: update: synergy-1.7.4

2015-10-21 Thread Aaron Bieber
James Turner writes: > On Mon, Oct 19, 2015 at 08:41:25PM -0400, James Turner wrote: >> Attached is an update to synergy-1.7.4. I'm not a user but at my BUG I >> was doing a ports demo and used this port for my "Updating a port" >> example. >> >> If any synergy users out there are willing to tes

double free with mpd's ffmpeg plugin (was: Did not have full path for socket - still can't stream)

2015-10-21 Thread David Coppa
On Tue, 20 Oct 2015, J. Scott Heppler wrote: > I found a typo in > > >bind_to_address "/home/jsh/.mpd/socket" > > and mpd starts system wide from pkg_scripts. > > Local mp3's in ~/Music play fine with this configuration (after I > specfied "host = /home/jsh/.mpd/socket" in my nc

Re: Abiword pasting issue

2015-10-21 Thread Michael McConville
Alan Corey wrote: > In OpenBSD 5.2 (and 5.0, 4.7, 4.3) I've written a lot of emails in > Abiword (and saved to files, etc) then pasted into gmail (web client > in Firefox) to send. > > In OpenBSD 5.7 when I paste question marks replace the entire message like >

Re: Abiword pasting issue

2015-10-21 Thread Michael McConville
Michael McConville wrote: > Alan Corey wrote: > > In OpenBSD 5.2 (and 5.0, 4.7, 4.3) I've written a lot of emails in > > Abiword (and saved to files, etc) then pasted into gmail (web client > > in Firefox) to send. > > > > In OpenBSD 5.7 when I paste question marks replace the entire message like

Re: Abiword pasting issue

2015-10-21 Thread Alan Corey
Bingo, could that be because I use tcsh and probably switched to it before I installed Abiword? locale says: LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_MESSAGES="C" LC_ALL= On 10/21/15, Michael McConville wrote: > Michael McConville wrote: >> Alan Corey wro

Re: Abiword pasting issue

2015-10-21 Thread Michael McConville
Alan Corey wrote: > Bingo, could that be because I use tcsh and probably switched to it > before I installed Abiword? > > locale says: > > LANG= > LC_COLLATE="C" > LC_CTYPE="C" > LC_MONETARY="C" > LC_NUMERIC="C" > LC_TIME="C" > LC_MESSAGES="C" > LC_ALL= Does adding this to ~/.xsession (if you us

Re: [update] lang/node 0.10.35 -> 4.2.1 (the freedom release)!

2015-10-21 Thread Juan Francisco Cantero Hurtado
On Tue, Oct 20, 2015 at 05:40:13PM -0600, Aaron Bieber wrote: [...] > > New version that includes an above fix and a fix for node-gyp, I > mistakenly thought it was fixed when I removed the patch. I made some changes to your diff. The port still linking against libressl but I don't have more time

Re: Abiword pasting issue

2015-10-21 Thread Alan Corey
It sets LC_CTYPE to en_US.UTF-8 if I do a locale, not lang or any of the others. Paste still doesn't work, I still get locale looks the same on a 5.6 machine but I've never run Abiword on it. Just tried by vnc, it does the same thing with question marks when I paste. On 10/21/15, Micha