THREE NEW: games/solarus games/zsdx games/zsxd

2013-06-07 Thread Brian Callahan
Hi ports -- Attached are three new ports: games/solarus, games/zsdx, and games/zsxd. Solarus is a 2D Zelda-like game engine coded in C++ and runs games scripted in Lua. ZSDX is the flagship game of the Solarus engine, a fan made sequel to the SNES game The Legend of Zelda: A Link to the Past.

Re: FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread Matthias Kilian
On Fri, Jun 07, 2013 at 05:08:37PM +0200, Landry Breuil wrote: > Cant we whack lsof instead so that it doesnt try to reach non-public > includes in /sys ? Also, do you have an up2date src/sys ? I had (and still have) a diff back from 2010, but IIRC, pvalchev@ complained (and was right complaining)

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Marc Espie
On Fri, Jun 07, 2013 at 07:42:27PM +0200, Marc Espie wrote: > On Fri, Jun 07, 2013 at 11:00:12AM -0600, Luis Coronado wrote: > > Or http://openports.se/ > > I wouldn't recommend it. > > It still tries to parse the ports tree by hand, instead of using any number > of correct solutions like sqlport

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Marc Espie
On Fri, Jun 07, 2013 at 11:00:12AM -0600, Luis Coronado wrote: > Or http://openports.se/ I wouldn't recommend it. It still tries to parse the ports tree by hand, instead of using any number of correct solutions like sqlports or dump-vars, so they get details wrong. You will end up with missing p

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Luis Coronado
Or http://openports.se/ On Fri, Jun 7, 2013 at 9:04 AM, Ville Valkonen wrote: > On 7 June 2013 17:13, Marc Espie wrote: > > Just install ports-readmes-dancer > > > > There. > > > > ..or use pkg_mgr > >

Re: FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread Scott McEachern
On 06/07/13 12:17, Philip Guenther wrote: On Fri, 7 Jun 2013, David Coppa wrote: This change broke sysutils/lsof. cc -DOPENBSDV=5000 -DN_UNIXV=/bsd -DHASNFSPROTO -DHASIPv6 -DHAS9660FS=1 -DHASMSDOSFS=1 -DHASI_E2FS_PTR -DHASEXT2FS=2 -DHASEFFNLINK=i_effnlink -DHAS_DINODE_U -DHASI_FFS1 -DHAS_UM_

Re: FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread Philip Guenther
On Fri, 7 Jun 2013, David Coppa wrote: > This change broke sysutils/lsof. > > cc -DOPENBSDV=5000 -DN_UNIXV=/bsd -DHASNFSPROTO -DHASIPv6 -DHAS9660FS=1 > -DHASMSDOSFS=1 -DHASI_E2FS_PTR -DHASEXT2FS=2 -DHASEFFNLINK=i_effnlink > -DHAS_DINODE_U -DHASI_FFS1 -DHAS_UM_UFS -DHASNCVPID -DUVM -DHAS_UVM_INC

Re: FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread Landry Breuil
On Fri, Jun 07, 2013 at 04:57:25PM +0200, David Coppa wrote: > On Tue, 04 Jun 2013, Philip Guenther wrote: > > > CVSROOT:/cvs > > Module name:src > > Changes by: guent...@cvs.openbsd.org2013/06/04 19:26:00 > > > > Modified files: > > sys/sys: fcntl.h file.h > >

FHASLOCK -> FIF_HASLOCK (Was: CVS: cvs.openbsd.org: src)

2013-06-07 Thread David Coppa
On Tue, 04 Jun 2013, Philip Guenther wrote: > CVSROOT: /cvs > Module name: src > Changes by: guent...@cvs.openbsd.org2013/06/04 19:26:00 > > Modified files: > sys/sys: fcntl.h file.h > sys/kern : kern_descrip.c vfs_syscalls.c vfs_vnops.c > usr.sbi

Re: update: mail/mlmmj

2013-06-07 Thread MERIGHI Marcus
o...@demirmen.com (Okan Demirmen), 2013.06.07 (Fri) 14:50 (CEST): > Thanks; but did you test if the update to 1.2.18.0 doesn't break your > existing stuff? > I ask because the log below doesn't indicate 1.2.18.0. that's why I'd better supply as much info as possible: to give others a chance to co

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Marc Espie
Just install ports-readmes-dancer There.

Re: Off-by-one Bug in IGMP proxy

2013-06-07 Thread David Coppa
On Fri, 07 Jun 2013, Joseph Walsh wrote: > Hello, > > Recently we did a static code analysis of the IGMP proxy > code, and we believe we've found a bug in one of the modules. We'd like to > send the fix upstream; please find attached our patch for the bug. > > The bug is a problem with memory

Re: [UPDATE] ecl-13.5.1

2013-06-07 Thread Timo Myyrä
Edd Barrett writes: > Hi, > > I am keen for this update, as it may fix the regression tests for > math/maxima. > > On Thu, Jun 06, 2013 at 09:09:16PM +0300, Timo Myyrä wrote: >> Hi, >> >> Here's a patch to bring ECL to latest version with pthreads enabled. >> I've removed the etags part from Mak

Off-by-one Bug in IGMP proxy

2013-06-07 Thread Joseph Walsh
Hello, Recently we did a static code analysis of the IGMP proxy code, and we believe we've found a bug in one of the modules. We'd like to send the fix upstream; please find attached our patch for the bug. The bug is a problem with memory management on line 244 of the config.c module. A buff

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Peter Hessler
On 2013 Jun 07 (Fri) at 09:59:43 + (+), openda...@hushmail.com wrote: :There's [cut]/pkg_find.html -- what do you guys think of that? You can really tell that the author of that script has no idea what they are doing. It won't run without a 3rd party package, and requires a second 3rd par

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Anthony J. Bentley
openda...@hushmail.com writes: > Hi, > > Why is there no pkg_find(1)? People have already mentioned pkg_info -Q. There is pkg_locate(1), in the pkglocatedb package. Acts like locate(1) but for installed files. There is also sqlports...

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Michał Markowski
Here you go: $ alias pkg_find='pkg_info -Q' $ pkg_find nginx nginx-1.4.1 nginx-1.4.1-lua nginx-1.4.1-passenger nginx-1.5.0 nginx-1.5.0-lua nginx-1.5.0-passenger -- Michał Markowski

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Jérémie Courrèges-Anglas
openda...@hushmail.com writes: > Hi, > > Why is there no pkg_find(1)? Because pkg_info -Q probably does what you need. > Having to grep ones FTP mirror or download the entire ports tree to do a > "make search" doesn't seem like such a good idea. > > There's [snip]/pkg_find.html -- what do you g

Why is there no pkg_find(1)?

2013-06-07 Thread opendaddy
Hi, Why is there no pkg_find(1)? Having to grep ones FTP mirror or download the entire ports tree to do a "make search" doesn't seem like such a good idea. There's https://calomel.org/pkg_find.html -- what do you guys think of that? OpenDaddy

Re: update: mail/mlmmj

2013-06-07 Thread Okan Demirmen
Thanks; but did you test if the update to 1.2.18.0 doesn't break your existing stuff? I ask because the log below doesn't indicate 1.2.18.0. On Mon, May 27, 2013 at 8:47 AM, MERIGHI Marcus wrote: > after > 1) installing todays snapshot [1], > 2) running pkg_upd -u [2] and, > 3) sending/receivin

Re: [UPDATE] ecl-13.5.1

2013-06-07 Thread Edd Barrett
Hi, I am keen for this update, as it may fix the regression tests for math/maxima. On Thu, Jun 06, 2013 at 09:09:16PM +0300, Timo Myyrä wrote: > Hi, > > Here's a patch to bring ECL to latest version with pthreads enabled. > I've removed the etags part from Makefile, don't know if it is still rel

Re: Wrong packaged gmrun

2013-06-07 Thread dmitry.sensei
$ sudo pkg_add -u Can't install gmrun-0.9.2p2 because of libraries |library png.15.1 not found | /usr/local/lib/libpng.so.16.0 (png-1.5.15p1): bad major Direct dependencies for gmrun-0.9.2p2->0.9.2p2 resolve to gtk+2-2.24.18p1 popt-1.16 libiconv-1.14p0 gettext-0.18.2p2 Full dependency tree is pango

Wrong packaged gmrun

2013-06-07 Thread dmitry.sensei
http://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386/gmrun-0.9.2p2.tgz @wantlib png.15.1 - NO SUCH Lib|package -- Dmitry Orlov