Re: New: games/numptyphysics

2009-01-27 Thread patrick keshishian
On Tue, Jan 27, 2009 at 2:28 PM, Stuart Henderson wrote: > I simplified things a bit in the attached version. Alright on i386/amd64, > building it on arm now, has anyone tested on something big-endian? Stuart, Your tgz has a .Makefile.swp Builds and run OK on macppc but I'm able to make it core

Re: New: games/numptyphysics

2009-01-27 Thread David Coppa
It needs some tricks because automake 1.10 was used in the distfile, while openbsd until now has only automake 1.9 in ports. Regards -david-

opera mouse cursor screen corruption

2009-01-27 Thread frantisek holop
hi there, does anyone experience mouse cursor/screen corruptions with the newest -current and newest packages? could this be related to iteldrm changes? (eeepc has intel) anyone else seeing this? -f -- feudalism: it's your count that votes.

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Jacob Meuser
On Tue, Jan 27, 2009 at 10:48:50PM +, Edd Barrett wrote: > On Tue, Jan 27, 2009 at 08:51:01PM +, Jacob Meuser wrote: > > > anyway, patch below stops the segfault. the audio is still a little > > choppy though. bumping format.samples would probably help, but that > > value should really

Re: Update: audio/aqualung

2009-01-27 Thread Jacob Meuser
On Tue, Jan 27, 2009 at 02:52:29PM -0800, Jeremy Evans wrote: > Here's an update to the audio/aqualung port. It adds: > > * sndio backend based on the upstream support I wrote (with a minor > change from bufsz to appbufsz) > * wavpack support, since it got added to the ports tree recently > * use

Re: New: games/numptyphysics

2009-01-27 Thread Alex Popov
On Tue, Jan 27, 2009 at 4:18 PM, Stuart Henderson wrote: > -CONFIGURE_STYLE = autoconf no-autoheader > +CONFIGURE_STYLE = autoconf automake no-autoheader It did the trick, thank you! Further in the build I got the following warningsum: ===> Patching for numptyphysics-0.3.r20090104 /usr/local

UPDATE: sysutils/rsyslog-3.20.3

2009-01-27 Thread Don Jackson
Port updated to the recent 3.20.3 release of rsyslog. Tested on OpenBSD 4.4, amd64 and i386. It would be great if someone would commit this to the OpenBSD ports tree. $ cat ./pkg/DESCR A syslogd replacement rsyslog-3.20.3.tar.gz Description: GNU Zip compressed data

Update: databases/ruby-pg

2009-01-27 Thread Jeremy Evans
Fairly straightforward update to ruby-pg. Contains some minor bug fixes. Tested on i386. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/databases/ruby-pg/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --

Update: comms/c3270

2009-01-27 Thread Jeremy Evans
Here's an update to comms/c3270. The main change is the addition of translation support using iconv. The added patch has already been sent upstream. Tested on i386. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/comms/c32

Re: New: games/numptyphysics

2009-01-27 Thread Stuart Henderson
On 2009/01/27 16:14, Alex Popov wrote: > On Tue, Jan 27, 2009 at 2:28 PM, Stuart Henderson > wrote: > > I simplified things a bit in the attached version. Alright on i386/amd64, > > building it on arm now, has anyone tested on something big-endian? > > I tried compiling it on sparc64 and get the

Re: Update: audio/aqualung

2009-01-27 Thread Jeremy Evans
On 01/27 11:12, Stuart Henderson wrote: > On 2009/01/27 14:52, Jeremy Evans wrote: > > Here's an update to the audio/aqualung port. It adds: > > Thanks! WANTLIB was synced already, so here's a diff that applies > to -current. Works fine on amd64. Thanks. It's been about a week since I synced my

Re: New: games/numptyphysics

2009-01-27 Thread Alex Popov
On Tue, Jan 27, 2009 at 2:28 PM, Stuart Henderson wrote: > I simplified things a bit in the attached version. Alright on i386/amd64, > building it on arm now, has anyone tested on something big-endian? I tried compiling it on sparc64 and get the following error. ===> Patching for numptyphysics-

vlc in snapshots?

2009-01-27 Thread frantisek holop
hi gang, i was kind of off for a while, and i am sure i am missing something very basic, but where is vlc from the current snapshots? -f -- nothing can go wrong now, go wrong, gow rong, grong!

Re: Update: audio/aqualung

2009-01-27 Thread Stuart Henderson
On 2009/01/27 14:52, Jeremy Evans wrote: > Here's an update to the audio/aqualung port. It adds: > > * sndio backend based on the upstream support I wrote (with a minor > change from bufsz to appbufsz) > * wavpack support, since it got added to the ports tree recently > * use of SUBST_CMD > > Th

Update: audio/aqualung

2009-01-27 Thread Jeremy Evans
Here's an update to the audio/aqualung port. It adds: * sndio backend based on the upstream support I wrote (with a minor change from bufsz to appbufsz) * wavpack support, since it got added to the ports tree recently * use of SUBST_CMD There should be a new release of aqualung next month with s

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Edd Barrett
On Tue, Jan 27, 2009 at 08:51:01PM +, Jacob Meuser wrote: > anyway, patch below stops the segfault. the audio is still a little > choppy though. bumping format.samples would probably help, but that > value should really be derived from the timing considerations of the > program, not simply

Re: Thunar bug, any pthread experts on the list?

2009-01-27 Thread Kurt Miller
On Sunday 18 January 2009 7:01:05 pm Edd Barrett wrote: > Someone replied to the bug report, saying I should look at > 'thunar-vfs-job.* and related files'. I have been putting printf()'s in > the code, but it looks like the program fork()s early on and I'm not > sure where the output goes in this

Re: New: games/numptyphysics

2009-01-27 Thread Stuart Henderson
I simplified things a bit in the attached version. Alright on i386/amd64, building it on arm now, has anyone tested on something big-endian? numptyphysics.tgz Description: application/tar-gz

Re: New: games/numptyphysics

2009-01-27 Thread Edd Barrett
On Tue, Jan 27, 2009 at 02:36:17PM +0100, David Coppa wrote: > Numpty Physics is a drawing puzzle game in the spirit of Crayon > Physics using the same excellent Box2D engine. > > IMHO, It's quite a funny game. > > I'd like to get some comments on this... > > Regards, > David This game is cool.

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Jacob Meuser
On Tue, Jan 27, 2009 at 07:38:24PM +, Jacob Meuser wrote: > On Tue, Jan 27, 2009 at 06:50:53PM +, Edd Barrett wrote: > > On Sun, Jan 25, 2009 at 06:02:38PM +0100, Jonathan Armani wrote: > > > Hi, > > > > > > This patch update teeworlds to the last version and split it : > > > > > > -main bo

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Edd Barrett
On Tue, Jan 27, 2009 at 08:34:07PM +0100, Antoine Jacoutot wrote: > huh? > Didn't you already said it segfault for you. > You asked if we've seen this behavior, so I rehiterate, no I haven't. I was just showing the list :P -- Best Regards Edd Barrett (Freelance software developer / technical

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Jacob Meuser
On Tue, Jan 27, 2009 at 06:50:53PM +, Edd Barrett wrote: > On Sun, Jan 25, 2009 at 06:02:38PM +0100, Jonathan Armani wrote: > > Hi, > > > > This patch update teeworlds to the last version and split it : > > > > -main both client and data > > -server which permit to run it without X installed >

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Antoine Jacoutot
On Tue, 27 Jan 2009, Edd Barrett wrote: > On Tue, Jan 27, 2009 at 08:23:37PM +0100, Antoine Jacoutot wrote: > > On Tue, 27 Jan 2009, Edd Barrett wrote: > > > The newest SDL port causes this game to seg fault on my system. Do you > > > guys see this behavior? > > > > No. > > It works perfect here.

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Edd Barrett
On Tue, Jan 27, 2009 at 08:23:37PM +0100, Antoine Jacoutot wrote: > On Tue, 27 Jan 2009, Edd Barrett wrote: > > The newest SDL port causes this game to seg fault on my system. Do you > > guys see this behavior? > > No. > It works perfect here. ... [497f60fe][binds]: bound lshift (304) = +emote [4

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Antoine Jacoutot
On Tue, 27 Jan 2009, Edd Barrett wrote: > The newest SDL port causes this game to seg fault on my system. Do you > guys see this behavior? No. It works perfect here. -- Antoine

Re: [update] Teeworlds 0.5.1

2009-01-27 Thread Edd Barrett
On Sun, Jan 25, 2009 at 06:02:38PM +0100, Jonathan Armani wrote: > Hi, > > This patch update teeworlds to the last version and split it : > > -main both client and data > -server which permit to run it without X installed > -maps required by both client and server > > Thanks to ajacoutot@ for the a

pkg_add: can't resolve

2009-01-27 Thread axel.keuchel
Hi po...@! I'm running OpenBSD 4.4 release and I think I have found a problem with pkg_add (8) or with a local mirror here in Germany. In my .profile I have set PKG_PATH to ftp://ftp.freenet.de/pub/ftp.openbsd.org/pub/OpenBSD/4.4/packages/i386/. This is the next mirror to my hometown. After

Re: New: archivers/sisopen

2009-01-27 Thread David Coppa
Corrected a few things. I'm resubmitting it. cheers -david- On Tue, Jan 27, 2009 at 10:22 AM, David Coppa wrote: > Sisopen is a tool to list and extract the content of SIS files. > SIS files are installation files used in Symbian-based smartphones > like many S60 Nokia phones. > > Sisopen was wr

Re: New: games/numptyphysics

2009-01-27 Thread Jonathan Armani
David Coppa wrote: Hello, this is a corrected version. WRKSRC and WRKDIST are here because distfile extracts to w-numptyphysics-0.3.r20090104/numptyphysics/ instead of w-numptyphysics-0.3.r20090104/numptyphysics-0.3.r20090104 thank you for your comments! -david- On Tue, Jan 27, 2009 at 2:45 PM

Re: New: games/numptyphysics

2009-01-27 Thread David Coppa
Hello, this is a corrected version. WRKSRC and WRKDIST are here because distfile extracts to w-numptyphysics-0.3.r20090104/numptyphysics/ instead of w-numptyphysics-0.3.r20090104/numptyphysics-0.3.r20090104 thank you for your comments! -david- On Tue, Jan 27, 2009 at 2:45 PM, Stuart Henderson w

Re: New: games/numptyphysics

2009-01-27 Thread Stuart Henderson
On 2009/01/27 14:36, David Coppa wrote: > Numpty Physics is a drawing puzzle game in the spirit of Crayon > Physics using the same excellent Box2D engine. Oh cool! > I'd like to get some comments on this... here's a few initial ones, VERSION not needed, it's only used once PKGNAME=${DISTNAME} n

New: games/numptyphysics

2009-01-27 Thread David Coppa
Numpty Physics is a drawing puzzle game in the spirit of Crayon Physics using the same excellent Box2D engine. IMHO, It's quite a funny game. I'd like to get some comments on this... Regards, David numptyphysics-port.tar.gz Description: GNU Zip compressed data

Re: squirrelmail

2009-01-27 Thread Aleksander Piotrowski
Kirill S. Bychkov wrote: > Hi. I'm running squirrelmail on my server for a year and have started with the > port for it (fot pkg_add -ui reason). May be it will be useful for you. oh, squirrelmail port. long time ago i prepared one: http://openbsd.monkey.org/ports/200212/msg00171.html i remem

Chairman Ben S. Bernanke, You Bail Them Out, We Opt Out. We Want Some TARP.

2009-01-27 Thread MC-Shalom
Dear Chairman Ben S. Bernanke, All of Our Economic Problems Find They Root in the Existence of Credit. Out of the $5,000,000,000,000 bail out money given out to the banks, $1000 for every inhabitant of this planet, what is it exactly that We, The People, got?  If my bank doesn't pay back it

UPDATE: security/py-openssl

2009-01-27 Thread Eric Faurot
Hi all, This diffs updates py-openssl to 0.8. The patch fixes a regress test that hangs. ok? Eric. diff -urN py-openssl.orig/Makefile py-openssl/Makefile --- py-openssl.orig/MakefileTue Jan 27 11:35:27 2009 +++ py-openssl/Makefile Tue Jan 27 11:35:27 2009 @@ -2,7 +2,7 @@ COMMENT= P

Re: CPAN fetcher broken?

2009-01-27 Thread Toni Mueller
Hi, On Mon, 26.01.2009 at 15:10:56 +0100, Toni Mueller wrote: > Thanks! I'll probably first talk to the guy about it, as others > suggested, though. I've got this response: "There is nothing to uphold. It is a request with no force. It's also no longer relevant." So I'll probably change t

New: archivers/sisopen

2009-01-27 Thread David Coppa
Sisopen is a tool to list and extract the content of SIS files. SIS files are installation files used in Symbian-based smartphones like many S60 Nokia phones. Sisopen was written by antirez of hping fame. Comments? Best Regards, David Coppa sisopen-port.tar.gz Description: GNU Zip compressed d