Re: MenuMaker

2008-01-24 Thread Predrag Punosevac
I see three different versions of Python (2.3, 2.4, and 2.5) among ports for 4.2 Current. Which one is considered stable so that it can be used for building other ports? MenuMaker requires 2.4 or latter. I used 2.5 to compile the package but it was brought to my attention that 2.5 might not be c

Re: PATCH: devel/sdl

2008-01-24 Thread Brad
On Friday 25 January 2008 00:21:38 Antti Harri wrote: > > Anyone? ok brad@ Though something really needs to be done about fixing this properly. IMO this is ridiculous to have a hardcoded shared library name in the resulting binary. > On Fri, 18 Jan 2008, Antti Harri wrote: > > > > Hi, > > > > I

Re: PATCH: devel/sdl

2008-01-24 Thread Antti Harri
Anyone? On Fri, 18 Jan 2008, Antti Harri wrote: Hi, I found out the reason why some SDL apps were segfaulting. http://users.openbsd.fi/iku/files/sdl.diff ? w-sdl-1.2.13 Index: Makefile === RCS file: /cvs/ports/devel/sdl/Makefi

new: xautomation

2008-01-24 Thread Henrik Hellerstedt
>From the homepage: xautomation Control X from the command line for scripts, and do "visual scraping" to find things on the screen. The control interface allows mouse movement, clicking, button up/down, key up/down, etc, and uses the XTest extension so you don't have the annoying problems that xse

Re: UPDATE: devel/boost 1.34.1

2008-01-24 Thread Mikko Tolmunen
> The rest sounds good, however, the update breaks monotone. It > seems that the boost_regex lib is unusable for us in 1.34.1: > > in devel/monotone: > > checking boost version 1.32.0 or newer... yes > checking for the boost_filesystem library... yes > checking for the boost_regex library... no >

Re: Problems compiling xxdiff

2008-01-24 Thread Antoine Jacoutot
On Wed, 23 Jan 2008, STeve Andre' wrote: Ideas or clues? Thanks... Adding the following line to the Makefile of the port should do it: USE_GMAKE=Yes -- Antoine