Re: Any games with joystick support?

2005-07-14 Thread Christian Weisgerber
Jonathan Gray <[EMAIL PROTECTED]> wrote: > I think SDL currently only uses just joy (4/i386) for joysticks and ignores > USB based joysticks. joy(4) hardware is dead. When I looked for a matching joystick several years back, it was already a bizarre fossil. -- Christian "naddy" Weisgerber

FIX: Xaw3d

2005-07-14 Thread Bernd Ahlers
Hi! Since the X.org library bumps the Xaw3d package doesn't build correctly. The following diff solves that. Regards, Bernd Index: pkg/PFRAG.shared === RCS file: /cvs/ports/x11/Xaw3d/pkg/PFRAG.shared,v retrieving revision 1

Re: UPDATE: freeciv-2.0.3

2005-07-14 Thread Pedro Martelletto
On Wed, Jul 13, 2005 at 10:56:35PM +0100, Rui Reis wrote: > Attached is an update for freeciv, works for me on i386. > > please test and comment. > Rui Reis I think you forgot to remove the two patches. The diff below does it. Apart from that, Freeciv 2.0.3 seems to install and work okay. -p. I

Re: Any games with joystick support?

2005-07-14 Thread Christian Weisgerber
Christian Weisgerber <[EMAIL PROTECTED]> wrote: > In fact, are there _any_ game ports that handle a joystick? Is there anybody who uses a joystick with a game from ports *now*? Not years ago, or "it should work", or other such speculation. -- Christian "naddy" Weisgerber

Re: Any games with joystick support?

2005-07-14 Thread Christian Weisgerber
Michael Knudsen <[EMAIL PROTECTED]> wrote: > I don't really know anything about joysticks, but could this be an > joystick-vs-joypad issue? (Analog vs. digital.) I know preciously little about modern joysticks, but the USB one I got didn't even include an MS Windows driver disk, so I assume there

UPDATE: www/twiki

2005-07-14 Thread Alexandre Anriot
Here is an update to the latest release available of twiki, "TWiki20040902". Changelog is available here: http://twiki.org/cgi-bin/view/TWiki/TWikiHistory#01_Sep_2004_Release_Cairo Thanks. diff -urN /usr/ports/www/twiki/Makefile www/twiki/Makefile --- /usr/ports/www/twiki/Makefile Tue Mar

Re: gimp2

2005-07-14 Thread Edd Barrett
... with a lot of help from Bernd Ahlers who updated my original gimp2 port to version 2.2.6. If anyone want's to try it, the unofficial version is available at: * http://www.bytelabs.org/gimp-2.2.6.tgz This port builds and runs on sparc64. Thanks

Re: gimp2

2005-07-14 Thread Alexandre Anriot
On Thu, Jul 14, 2005 at 07:12:50PM +, Edd Barrett wrote: > >... with a lot of help from Bernd Ahlers who updated my original gimp2 port > >to version 2.2.6. If anyone want's to try it, the unofficial version is > >available at: > > >* http://www.bytelabs.org/gimp-2.2.6.tgz > > This port bui

Re: php4-4.4.0 for OPENBSD_3_7

2005-07-14 Thread Robert Nagy
Noone else is testing this? Please do it. It is for you.

Re: php4-4.4.0 for OPENBSD_3_7

2005-07-14 Thread Roland Kuebert
>From "Robert Nagy" <[EMAIL PROTECTED]>: Robert Nagy> Hi there. Please test the following diff and give me reports. Robert Nagy> It includes XML-RPC 1.3.1 which fixes a secuirty vulnerability. Robert Nagy> http://www.vuxml.org/openbsd/b9d96cbe-f2d2-11d9-82d5-00065bd5b0b6.html Robert Nagy> The ve

Re: Any games with joystick support?

2005-07-14 Thread Nick Nauwelaerts
On Wed, 13 Jul 2005 23:50:34 + (UTC) [EMAIL PROTECTED] (Christian Weisgerber) wrote: > Christian Weisgerber <[EMAIL PROTECTED]> wrote: > > > In fact, are there _any_ game ports that handle a joystick? > > Is there anybody who uses a joystick with a game from ports *now*? > > Not years ago,

Openbsd 3.7's Gnu Assembler (as) file "tagging" behaviour? "Operation not permitted" behaviour

2005-07-14 Thread edgar mortiz
I tried compiling the following code in OpenBSD using Gas (Gnu Assembler) but i got a "Operation not permitted" .. please note: that... the mounts i have on OpenBSD are not set with the "noexec" command .data msg:.asciz "Hello, world.\n" len = . - msg - 1 .text .global _start _start:

UPDATE for devel/gconf2

2005-07-14 Thread Wim Lewis
This patch makes a handful of packaging changes: - Moves some WANTLIBs into LIB_DEPENDS to make the dependency tracker happy. - Adds a 'gtk' flavor so that the whole Gtk UI stack doesn't get pulled in in order to build the optional gconf-sanity-checker program. - Eliminate a redunda

Re: UPDATE for devel/gconf2

2005-07-14 Thread Aleksander Piotrowski
Wim Lewis <[EMAIL PROTECTED]> wrote: > This patch makes a handful of packaging changes: > - Moves some WANTLIBs into LIB_DEPENDS to make the dependency tracker > happy. What dependency tracker are you talking about? > - Adds a 'gtk' flavor so that the whole Gtk UI stack doesn't get pulle