How can I build PHP 5.3?

2011-03-11 Thread Alexey Suslikov
Hello ports@. How can I build PHP 5.3 using this brand new lang/php thingy? Thanks. Alexey

New: emulators/mednafen 0.8.D.3

2011-03-11 Thread Jeremy Evans
Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator with many advanced features. The Atari Lynx, GameBoy (Color), GameBoy Advance, NES, PC Engine(TurboGrafx 16), SuperGrafx, Neo Geo Pocket (Color), PC-FX, and WonderSwan (Color) are emulated. Mednafe

Update: databases/ruby-swift 0.7.2 -> 0.9.1

2011-03-11 Thread Jeremy Evans
Update ruby-swift to 0.9.1. Quite a few bug fixes, and new features include SQLite3 support. This depends on an update to dbic++, included. The distfile for dbic++ is a little odd as it uses a different directory than the file name would indicate. Blame GitHub. Tested on i386, also builds fine

Re: sqlite 3.7.5

2011-03-11 Thread Landry Breuil
On Thu, Mar 10, 2011 at 06:16:12PM +0100, Landry Breuil wrote: > Hi, > > here's the update to sqlite 3.7.5, and enable UNLOCK_NOTIFY while here > since it's needed by upcoming firefox 4. > > Only one regress test fail on amd64, backup2-10. > > Please give it a shot on exotic archs, as usual...

UPDATE: net/samba

2011-03-11 Thread Stuart Henderson
been running this for a few days, quite a lot of fixes: http://samba.org/samba/history/samba-3.5.8.html anyone else like to test? ok? Index: Makefile === RCS file: /cvs/ports/net/samba/Makefile,v retrieving revision 1.133 diff -u -p

sysutils/login_oath [Re: NEW: security/oath-toolkit]

2011-03-11 Thread Stuart Henderson
On 2011/03/11 10:53, Stuart Henderson wrote: > Tools and library to work with OATH HOTP (RFC 4226)/TOTP. > Tested on amd64, sparc64. ok? And to go along with this (tar at http://junkpile.org/oath-toolkit.tgz if you already hit 'd') here's a bsdauth module that can be used with it. Probably still s

Update ruby-jdbc-{mysql,postgres}

2011-03-11 Thread Jeremy Evans
Update ruby-jdbc-mysql and ruby-jdbc-postgres to the latest versions. Among other things the new ruby-jdbc-postgres version can handle the new literal bytea format used by default in PostgreSQL 9.0. While here, add the version to SUBST_VARS to reduce PLIST churn in the future. Tested on i386, bui

Update devel/ruby-home_run 0.9.4 -> 1.0.1

2011-03-11 Thread Jeremy Evans
Simple version update with a few bug fixes, see https://github.com/jeremyevans/home_run/blob/master/CHANGELOG While here, fix regress tests. Tested on amd64. Looking for OKs. Jeremy Index: Makefile === RCS file: /cvs/ports/devel/r

Re: NEW: HGD (hackathon gunther daemon)

2011-03-11 Thread Jacob Meuser
On Fri, Mar 11, 2011 at 05:48:21PM +, Edd Barrett wrote: > Hi, > > This is a program I wrote which we use in our office/at hackathons here. > > ---8<--- > % cat pkg/DESCR > Hackathon Gunther Daemon (HGD) is a music system suitable for > hackathons, internet cafes, LAN parties etc. Inspired by

Re: [new] gtk+3-3.0.2

2011-03-11 Thread Christian Weisgerber
Giovanni Bechis wrote: > > It passes all regress tests and gtk3-demo seems happy so far with all > > widgets. > > > on amd64 gtk+3-demo sigsegv on gdk_drag_action_get_type() if you select > "change display" and then "close"; anyway, the same sequence hangs on > gtk-demo. On alpha, gtk3-demo di

Re: [new] gtk+3-3.0.2

2011-03-11 Thread Christian Weisgerber
Landry Breuil wrote: > Built fine on ppc and sparc64. On sparc64 make regress fails at: > TEST: encoding... (pid=20001) > FAIL: encoding > Terminated Same on alpha: TEST: encoding... (pid=17760) pid 17760 (encoding): unaligned access: va=0x16f828444 pc=0x164562954 ra=0x164562900 op=stq FAIL:

NEW: HGD (hackathon gunther daemon)

2011-03-11 Thread Edd Barrett
Hi, This is a program I wrote which we use in our office/at hackathons here. ---8<--- % cat pkg/DESCR Hackathon Gunther Daemon (HGD) is a music system suitable for hackathons, internet cafes, LAN parties etc. Inspired by the LPD music hack used at OpenBSD hackathons.. ---8<--- It suffers from th

Re: Make qtruby from x11/kde/bindings3 work without LD_PRELOAD=libpthread hack

2011-03-11 Thread Antoine Jacoutot
On Fri, 11 Mar 2011, Jeremy Evans wrote: > Well, if what you're doing messes with fds in a way that breaks when > linked with -lpthread, then it won't work. However, if your code > doesn't do things with fds, it will work fine. For example, I have a > graphical file renaming program that uses qt

Re: Make qtruby from x11/kde/bindings3 work without LD_PRELOAD=libpthread hack

2011-03-11 Thread Jeremy Evans
On 03/11 06:02, Antoine Jacoutot wrote: > On Fri, 11 Mar 2011, Jeremy Evans wrote: > > > Is it better to show the wrong example and have something that works, or > > That's were I don't agree. Because if it works, it's by luck. Luck implies some component of chance. Maybe "works, with issues"?

Re: Update: www/ruby-unicorn 3.0.1 -> 3.4.0

2011-03-11 Thread Landry Breuil
On Thu, Mar 10, 2011 at 05:14:50PM -0800, Jeremy Evans wrote: > Simple version bump for unicorn, changelog here: > http://unicorn.bogomips.org/NEWS.html > > One port change is that the man pages for unicorn and unicorn_rails > are now installed into the standard man page directory. This > will fi

Re: Make qtruby from x11/kde/bindings3 work without LD_PRELOAD=libpthread hack

2011-03-11 Thread Antoine Jacoutot
On Fri, 11 Mar 2011, Jeremy Evans wrote: > Is it better to show the wrong example and have something that works, or That's were I don't agree. Because if it works, it's by luck. > to not show an example at all and have something that doesn't work? > What problems does it actually cause? The sam

Re: Make qtruby from x11/kde/bindings3 work without LD_PRELOAD=libpthread hack

2011-03-11 Thread Jeremy Evans
On 03/11 07:15, Antoine Jacoutot wrote: > On Thu, 10 Mar 2011, Jeremy Evans wrote: > > > Because our lang/ruby/1.8 port does not link with pthread, but qt3 > > does, attempting to load the qtruby extension in ruby will currently > > crash the ruby interpreter unless you run ruby with > > LD_PRELOA

Re: UPDATE: libvpx 0.9.6

2011-03-11 Thread Edd Barrett
On Thu, Mar 10, 2011 at 09:29:52AM -0500, Brad wrote: > On Thu, 10 Mar 2011, 09:24:15 EST, Edd Barrett wrote: > > > On Tue, Mar 08, 2011 at 10:13:32PM -0500, Brad wrote: > > > Here is an update to libvpx 0.9.6. > > > > (the only port using libvpx when mplayer switches to dynamic > > ffmpeg linka

NEW: security/oath-toolkit

2011-03-11 Thread Stuart Henderson
Tools and library to work with OATH HOTP (RFC 4226)/TOTP. Tested on amd64, sparc64. ok? If you're playing with google authenticator you'll need to convert your keys between base32 and hex, see the recently sent p5-Convert-Base32 port e.g. use Convert::Base32; my $s = pack('H*', '99d12448129d1e819

Re: Make qtruby from x11/kde/bindings3 work without LD_PRELOAD=libpthread hack

2011-03-11 Thread Stuart Henderson
On 2011/03/11 07:15, Antoine Jacoutot wrote: > On Thu, 10 Mar 2011, Jeremy Evans wrote: > > > Because our lang/ruby/1.8 port does not link with pthread, but qt3 > > does, attempting to load the qtruby extension in ruby will currently > > crash the ruby interpreter unless you run ruby with > > LD_P

NEW: converters/p5-Convert-Base32

2011-03-11 Thread Stuart Henderson
Useful with google authenticator's confounded base32 format. ok? -- -- -- This module provides functions to convert string from/to RFC4648 Base32 encoding, designed to encode non-ASCII characters in DNS-compatible host name parts (A..Z, 2..7). -- -- -- p5-Convert-Base32.tgz Description: applica