Re: UPDATE: apache-ant ==> 1.8.2

2011-03-31 Thread Landry Breuil
On Thu, Mar 31, 2011 at 09:24:38PM -0500, Amit Kulkarni wrote: > Hi, > > Ok, this one has the changes made by Ian+Daniel and removed REVISION > line per David. > > Note that after applying this diff the file patch-bin_runant_pl should > be gone and be manually deleted from cvs. I maintained the s

Re: pretty icons for xxxterm

2011-03-31 Thread Antoine Jacoutot
On Thu, 31 Mar 2011, Marco Peereboom wrote: > anyone? > > On Wed, Mar 30, 2011 at 05:47:10PM -0500, Marco Peereboom wrote: > > ok? Any reason this is needed? I mean, is it needed to display icons at all? Also, why the BUILD_DEPENDS? > > > > Index: Makefile > >

Re: boost warning fix

2011-03-31 Thread Marco Peereboom
The warning should be that you are using boost ;-) On Tue, Mar 29, 2011 at 04:15:50PM +0100, Federico G. Schwindt wrote: > > Hi, > > This fixes the warning when -Wnon-virtual-dtor is used, which is quite > annoying and might hide other crap. > Shouldn't break anything TBH but worth checkin

Re: pretty icons for xxxterm

2011-03-31 Thread Marco Peereboom
anyone? On Wed, Mar 30, 2011 at 05:47:10PM -0500, Marco Peereboom wrote: > ok? > > Index: Makefile > === > RCS file: /cvs/ports/www/xxxterm/Makefile,v > retrieving revision 1.14 > diff -u -p -r1.14 Makefile > --- Makefile 2 Mar 2011

Re: New: emulators/pcsxr 1.9.92

2011-03-31 Thread Jeremy Evans
On 03/31 11:35, Jeremy Evans wrote: > PCSX-Reloaded is a PlayStation Emulator based on PCSX-df 1.9, with > support for Windows, GNU/Linux and Mac OS X as well as many bugfixes > and improvements. Here's an update with the changes suggested by landry@ and Brynet. CD support does appear to work corr

Re: New: emulators/yabause 0.9.10

2011-03-31 Thread Jeremy Evans
On 03/31 01:15, Jeremy Evans wrote: > Yabause is a Sega Saturn emulator under GNU GPL. Here's a new version with the changes recommended by landry@. Jeremy yabause.tar.gz Description: application/tar-gz

Re: resurrect games/blobwars

2011-03-31 Thread Antti Harri
On Friday 01 April 2011 02:12:31 Matthias Kilian wrote: > On Fri, Apr 01, 2011 at 01:25:17AM +0300, Antti Harri wrote: > > I compiled this from ports on amd64 and every time when I exit the game I > > get: > > > > % blobwars > > blobwars in free(): error: chunk is already free 0x2101d7b80 > > zsh:

Re: resurrect games/blobwars

2011-03-31 Thread Matthias Kilian
On Fri, Apr 01, 2011 at 01:25:17AM +0300, Antti Harri wrote: > I compiled this from ports on amd64 and every time when I exit the game I get: > > % blobwars > blobwars in free(): error: chunk is already free 0x2101d7b80 > zsh: abort (core dumped) blobwars Could you please rebuild it with debuggi

Re: gpsbabel new version

2011-03-31 Thread Stuart Henderson
better still, give it a try without the MODTK_VERSION=8.4 line to see if there's another Tcl/Tk port that can be moved to 8.5 (-: On 2011/03/31 14:38, Chris Kuethe wrote: > give this a try. > > On Mon, Mar 28, 2011 at 02:43, Sergey Bronnikov wrote: > > Someone working on port update for gpsbabe

Re: New: emulators/pcsxr 1.9.92

2011-03-31 Thread Brynet
It might be neat to build the OpenGL plugin as well. Untested patch attached. -Bryan. --- MakefileThu Mar 31 14:29:23 2011 +++ Makefile.newThu Mar 31 17:38:36 2011 @@ -25,7 +25,7 @@ WANTLIB += GL SDL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext WANTLIB += Xfixes Xi Xinerama Xrand

Re: gpsbabel new version

2011-03-31 Thread Chris Kuethe
give this a try. On Mon, Mar 28, 2011 at 02:43, Sergey Bronnikov wrote: > Someone working on port update for gpsbabel? > current version in ports - 1.3.6 > latest sources - 1.4.2 > > -- > sergeyb@ > > -- GDB has a 'break' feature; why doesn't it have 'fix' too? gpsbabel.diff Description: Bi

Re: New: emulators/pcsxr 1.9.92

2011-03-31 Thread Brynet
The following should fix the CD problem, I'd assume. Add audio/libcdio + and --enable-libcdio -Bryan.

Re: resurrect games/blobwars

2011-03-31 Thread Antti Harri
Hi, I compiled this from ports on amd64 and every time when I exit the game I get: % blobwars blobwars in free(): error: chunk is already free 0x2101d7b80 zsh: abort (core dumped) blobwars % -- Antti Harri

Re: New: emulators/pcsxr 1.9.92

2011-03-31 Thread Landry Breuil
On Thu, Mar 31, 2011 at 11:35:00AM -0700, Jeremy Evans wrote: > PCSX-Reloaded is a PlayStation Emulator based on PCSX-df 1.9, with > support for Windows, GNU/Linux and Mac OS X as well as many bugfixes > and improvements. > > We don't currently have a PlayStation emulator in the ports tree. > Work

Re: New: emulators/yabause 0.9.10

2011-03-31 Thread Landry Breuil
On Thu, Mar 31, 2011 at 01:15:24PM -0700, Jeremy Evans wrote: > Yabause is a Sega Saturn emulator under GNU GPL. > > The ports tree doesn't currently have a Saturn emulator. > > Tested briefly with both an ISO and a real CD, both worked for 2D stuff. > 3D is too slow for me to test because OpenGL

New: emulators/yabause 0.9.10

2011-03-31 Thread Jeremy Evans
Yabause is a Sega Saturn emulator under GNU GPL. The ports tree doesn't currently have a Saturn emulator. Tested briefly with both an ISO and a real CD, both worked for 2D stuff. 3D is too slow for me to test because OpenGL and my Radeon don't get along: drmRadeonCmdBuffer: -22. Kernel failed to

Re: boost warning fix

2011-03-31 Thread Landry Breuil
On Tue, Mar 29, 2011 at 04:15:50PM +0100, Federico G. Schwindt wrote: > > Hi, > > This fixes the warning when -Wnon-virtual-dtor is used, which is quite > annoying and might hide other crap. > Shouldn't break anything TBH but worth checking in a bulk. Fwiw, no fallout in a bulk.

New: emulators/pcsxr 1.9.92

2011-03-31 Thread Jeremy Evans
PCSX-Reloaded is a PlayStation Emulator based on PCSX-df 1.9, with support for Windows, GNU/Linux and Mac OS X as well as many bugfixes and improvements. We don't currently have a PlayStation emulator in the ports tree. Works OK in brief testing with ISOs, doesn't appear to work with real CDs. Te

Re: GHC upgradable?

2011-03-31 Thread Matthias Kilian
On Thu, Mar 31, 2011 at 10:47:45AM +0300, Lars Engblom wrote: > I am just wondering if there is any reason GHC is not upgraded in the > ports tree. The current stable version of GHC is 7.0.3 while the one in > ports is 6.12.3. An update of the ghc port isn't done in a few minutes, nor in a few h

Re: GHC upgradable?

2011-03-31 Thread Jasper Lievisse Adriaanse
On Thu, Mar 31, 2011 at 11:24:53AM +0200, Nicolas P. M. Legrand wrote: > http://www.openbsd.org/faq/faq15.html#Latest It's more complicated then that in the case of ghc. Kili can elaborate more on that though.. http://www.mail-archive.com/ports@openbsd.org/msg32063.html Bottom line is that the gh

Re: GHC upgradable?

2011-03-31 Thread Nicolas P. M. Legrand
http://www.openbsd.org/faq/faq15.html#Latest On Thu, Mar 31, 2011 at 10:47:45AM +0300, Lars Engblom wrote: > Hello, > > Please, do not take me wrong, I am not demanding anything and I am > humbly thankful for the work people are doing for free. > > I am just wondering if there is any reason GHC

Re: UPDATE: filezilla-3.4.0

2011-03-31 Thread Benoit Lecocq
> On Thu, Mar 31, 2011 at 03:26:39AM +, Mark Lumsden wrote: >> Bug fix release filezilla-3.3.5.1 -> filezilla-3.4.0. >> Detailed changes can be found at: >> >> http://filezilla-project.org/changelog.php >> >> This diff has been more thoroughly tested than my previous update at >> christmas ;) >

Re: UPDATE: apache-ant ==> 1.8.2

2011-03-31 Thread David Coppa
On Wed, Mar 30, 2011 at 10:11 PM, Amit Kulkarni wrote: > Hi, > > I didn't contact maintainer before sending out this email, just trying > out how to make a port. > Emailing maintainer, if somebody else like it, please commit. > > Thanks, > amit > > Index: Makefile > ===

GHC upgradable?

2011-03-31 Thread Lars Engblom
Hello, Please, do not take me wrong, I am not demanding anything and I am humbly thankful for the work people are doing for free. I am just wondering if there is any reason GHC is not upgraded in the ports tree. The current stable version of GHC is 7.0.3 while the one in ports is 6.12.3. N

Re: UPDATE: filezilla-3.4.0

2011-03-31 Thread Landry Breuil
On Thu, Mar 31, 2011 at 03:26:39AM +, Mark Lumsden wrote: > Bug fix release filezilla-3.3.5.1 -> filezilla-3.4.0. > Detailed changes can be found at: > > http://filezilla-project.org/changelog.php > > This diff has been more thoroughly tested than my previous update at > christmas ;) works