Re: converters/iconv versioning

2015-03-14 Thread Scott Furry
On 14/03/2015 13:08, Christian Weisgerber wrote: On 2015-03-11, Scott Furry scott.wl.fu...@gmail.com wrote: Okay...different iconv. But what's the reason for change? And does this one function call really need to be const? Is the __restrict in the type not used on FreeBSD? Seems strange

Re: CFT: vlc 2.2.0

2015-03-09 Thread Scott Furry
On 09/03/2015 08:46, Fabian Keil wrote: Juergen Lock n...@jelal.kn-bremen.de wrote: I just saw vlc 2.2.0 is out and updated the port, please test: https://people.freebsd.org/~nox/tmp/vlc-2.2.0-001.patch Thanks for the update. I get a couple of warnings at build time: configure:

Re: qemu-devel usage

2015-03-12 Thread Scott Furry
On 07/03/2015 11:05, Juergen Lock wrote: In article 54f64bbc.4060...@gmail.com you write: I didn't have to go to this extreme when I setup qemu networking on a linux box. However, new OS. :) From my original setup files for qemu, I had used the -enable-kvm and -cpu host flags (see 2 below).

converters/iconv versioning

2015-03-10 Thread Scott Furry
I am running into in a situation with other C code where a call to iconv and passing in a non-const source buffer would result in a build warning. Others who use the same code on other platforms do not report this warning. In tracking down the issue, I have discovered that there may be a

Re: converters/iconv versioning

2015-03-10 Thread Scott Furry
On 10/03/2015 18:05, Ben Woods wrote: On Wednesday, March 11, 2015, Scott Furry scott.wl.fu...@gmail.com mailto:scott.wl.fu...@gmail.com wrote: I am running into in a situation with other C code where a call to iconv and passing in a non-const source buffer would result in a build

Re: multimedia/handbrake-0.9.9 build error

2015-02-27 Thread Scott Furry
On 25/02/2015 21:11, Scott Furry wrote: On 25/02/2015 20:38, Michael Butler wrote: On 02/25/15 21:58, Scott Furry wrote: Attempted to install multimedia/handbrake via pkg. Installation was reported successful, but the executable binary (ghc) could not be located on the system. A build from

Re: www/midori dislikes the letter h

2015-02-27 Thread Scott Furry
On 27/02/2015 07:41, Beeblebrox wrote: OK, this should be fun. Open Midori, start typing a URL (without www) Nothing out of the ordinary happens if the first char you type is a -g or i-z. But if you type h as the very first char, Midori segfaults and closes. Segfaulting on the letter h does

qemu-devel usage

2015-03-03 Thread Scott Furry
Yeah! I was able to setup qemu-devel(ver 2.20) to use existing qcow2 images from linux. Sort of... The biggest pain I had was getting networking to play along. No matter what settings, modules or otherwise I tried, I could not get the VM image to use an existing tap interface accepting DHCP

multimedia/handbrake-0.9.9 build error

2015-02-25 Thread Scott Furry
Attempted to install multimedia/handbrake via pkg. Installation was reported successful, but the executable binary (ghc) could not be located on the system. A build from port was attempted. Build will fail with the error message: - common/pixel.c::17: error: use of undeclared

Re: multimedia/handbrake-0.9.9 build error

2015-02-25 Thread Scott Furry
On 25/02/2015 20:38, Michael Butler wrote: On 02/25/15 21:58, Scott Furry wrote: Attempted to install multimedia/handbrake via pkg. Installation was reported successful, but the executable binary (ghc) could not be located on the system. A build from port was attempted. Build will fail