UPDATE: lang/newlisp 10.5.3=>10.5.4

2013-12-06 Thread Brian Callahan
Hi ports -- Attached is a patch to update newLISP to its latest version. Sent this to the maintainer quite a while ago and have not heard back. Tests OK on amd64 and loongson. 'make test' fails on macppc, but the current version also fails there. OK? ~Brian Index: Makefile =

Re: UPDATE: libvpx 1.2.0

2013-12-06 Thread Brad Smith
On 06/12/13 7:13 PM, Landry Breuil wrote: On Fri, Dec 06, 2013 at 07:03:45PM -0500, Brad Smith wrote: On 06/12/13 7:01 PM, Landry Breuil wrote: On Fri, Dec 06, 2013 at 03:22:23PM -0500, Brad Smith wrote: On 06/12/13 8:05 AM, Landry Breuil wrote: On Thu, Dec 05, 2013 at 11:00:42PM -0500, Brad

Re: UPDATE: libvpx 1.2.0

2013-12-06 Thread Landry Breuil
On Fri, Dec 06, 2013 at 07:03:45PM -0500, Brad Smith wrote: > On 06/12/13 7:01 PM, Landry Breuil wrote: > >On Fri, Dec 06, 2013 at 03:22:23PM -0500, Brad Smith wrote: > >>On 06/12/13 8:05 AM, Landry Breuil wrote: > >>>On Thu, Dec 05, 2013 at 11:00:42PM -0500, Brad Smith wrote: > Here is an upda

Re: UPDATE: libvpx 1.2.0

2013-12-06 Thread Brad Smith
On 06/12/13 7:01 PM, Landry Breuil wrote: On Fri, Dec 06, 2013 at 03:22:23PM -0500, Brad Smith wrote: On 06/12/13 8:05 AM, Landry Breuil wrote: On Thu, Dec 05, 2013 at 11:00:42PM -0500, Brad Smith wrote: Here is an update to libvpx 1.2.0. OK? All i know is that libvpx 1.2.0 got just merged

Re: UPDATE: libvpx 1.2.0

2013-12-06 Thread Landry Breuil
On Fri, Dec 06, 2013 at 03:22:23PM -0500, Brad Smith wrote: > On 06/12/13 8:05 AM, Landry Breuil wrote: > >On Thu, Dec 05, 2013 at 11:00:42PM -0500, Brad Smith wrote: > >>Here is an update to libvpx 1.2.0. > >> > >>OK? > > > >All i know is that libvpx 1.2.0 got just merged in mozilla-central, and >

Re: WIP: LLVM 3.4

2013-12-06 Thread Brad Smith
On 05/12/13 3:35 AM, Brad Smith wrote: Here is a work in progress update to LLVM 3.4. This has only been lightly tested on amd64. I need this build tested on i386, powerpc, sparc64 and mips64 to start off. If you have such an arch please try building it as soon as possible as I'd like to report a

Re: UPDATE: libvpx 1.2.0

2013-12-06 Thread Brad Smith
On 06/12/13 8:05 AM, Landry Breuil wrote: On Thu, Dec 05, 2013 at 11:00:42PM -0500, Brad Smith wrote: Here is an update to libvpx 1.2.0. OK? All i know is that libvpx 1.2.0 got just merged in mozilla-central, and they're already working on the upcoming 1.3.0 for vp9 support. https://bugzilla.

Fix: games/csmash

2013-12-06 Thread Christian Weisgerber
Although it calls ftime() only on WIN32, games/csmash uses struct timeb internally to pass around time values. I've copied our definition of timeb into the central header file. Acceptable? Other cleanup: * Don't patch away the SDL header subdirectory and then add it back to the include path. *

Re: [ipxe-devel] [OpenBSD] compilation error: net/80211/wpa.c:424: warning: format '%d' expects type '

2013-12-06 Thread Michael Brown
On 02/12/13 14:59, Jiri B wrote: # gmake bin/undionly.kpxe [BIN] bin/undionly.kpxe.bin [ZINFO] bin/undionly.kpxe.zinfo [ZBIN] bin/undionly.kpxe.zbin Add at 0x787 outside output buffer Makefile.housekeeping:1052: recipe for target 'bin/undionly.kpxe.zbin' failed gmake: *** [bin/undionly.k

Re: p5-something dependency questions

2013-12-06 Thread Stuart Henderson
On 2013/12/06 16:47, LEVAI Daniel wrote: > Hey guys, > > I'm preparing an update for sieve-connect, and the new release requires > p5-Net_SSLeay >=1.37. > In the port's Makefile, SSLeay is not listed as a RUN_DEPEND, because > p5-IO-Socket-SSL is, and that would pull in SSLeay. It is also the case

p5-something dependency questions

2013-12-06 Thread LEVAI Daniel
Hey guys, I'm preparing an update for sieve-connect, and the new release requires p5-Net_SSLeay >=1.37. In the port's Makefile, SSLeay is not listed as a RUN_DEPEND, because p5-IO-Socket-SSL is, and that would pull in SSLeay. It is also the case that in -current, SSLeay is v1.54. So, is it advised

Re: FIX: editors/ee

2013-12-06 Thread Brian Callahan
On 12/6/2013 7:42 AM, Christian Weisgerber wrote: Brian Callahan wrote: Here's a fix for ee after the Libcompat fallout. What this patch does is use our curses instead of ee's included subset of curses. FreeBSD, which has ee in base, also builds it against the system curses. +@@ -180,8 +18

astro/sunclock (sys/timeb.h) patches

2013-12-06 Thread Amit Kulkarni
Index: patches/patch-sunclock_c === RCS file: /home/amit/all/openbsd_cvsync/ports/astro/sunclock/patches/patch-sunclock_c,v retrieving revision 1.3 diff -u -p -u -p -r1.3 patch-sunclock_c --- patches/patch-sunclock_c23 Mar 2009 17

Re: UPDATE: libvpx 1.2.0

2013-12-06 Thread Landry Breuil
On Thu, Dec 05, 2013 at 11:00:42PM -0500, Brad Smith wrote: > Here is an update to libvpx 1.2.0. > > OK? All i know is that libvpx 1.2.0 got just merged in mozilla-central, and they're already working on the upcoming 1.3.0 for vp9 support. https://bugzilla.mozilla.org/show_bug.cgi?id=918550 https

Re: FIX: editors/ee

2013-12-06 Thread Christian Weisgerber
Brian Callahan wrote: > Here's a fix for ee after the Libcompat fallout. What this patch does is > use our curses instead of ee's included subset of curses. FreeBSD, which has ee in base, also builds it against the system curses. > +@@ -180,8 +185,8 @@ then > + TARGET="curses" > + curs

Re: Libcompat cleanup

2013-12-06 Thread Edd Barrett
On Thu, Dec 05, 2013 at 12:46:24PM +, Christian Weisgerber wrote: > math/lpsolve/core sys/timeb.h Ack, on my list. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk

ucblogo and libcompat

2013-12-06 Thread Jérémie Courrèges-Anglas
OK? Index: Makefile === RCS file: /cvs/ports/lang/ucblogo/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile11 Mar 2013 11:20:28 - 1.13 +++ Makefile6 Dec 2013 11:35:01 - @@ -2,7 +2,7 @@

Re: [update] py-flask

2013-12-06 Thread Federico Schwindt
Yes, it should be and it is in my diff. On Thu, Dec 5, 2013 at 5:17 PM, frantisek holop wrote: > hmm, on Thu, Dec 05, 2013 at 08:32:12AM +, Federico Schwindt said that > > Attached is my version. It also fixes the doc install and removes the > > .DS_Store dirs. > > FWIW, the original issue