Re: libsqlite3 warning in firefox

2010-11-21 Thread patrick keshishian
On Sun, Nov 21, 2010 at 5:08 PM, Stuart Henderson wrote: > On 2010/11/21 18:41, Ted Unangst wrote: >> I just updated mozilla firefox and got this warning. >> >> /usr/local/mozilla-firefox/firefox-bin:/usr/local/lib/libsqlite3.so.14.0: >> /usr/local/mozilla-firefox/libsqlite3.so.22.1 : WARNING: >>

[UPDATE] openttd 1.0.5 (fixes CVE-2010-4168)

2010-11-21 Thread Daniel Dickman
Here;s an update of openttd to 1.0.5. Fixes CVE-2010-4168. Other changes to the port: - remove USE_GROFF - pkg/MESSAGE -> pkg/README Joint work with jas...@. Test reports welcome. Index: Makefile === RCS file: /cvs/ports/games/opent

[UPDATE] intellij 9.0.3 -> 9.0.4

2010-11-21 Thread Charlie Root
Here's an update of intellij to 9.0.4 which is a bugfix release. Release notes are here: http://confluence.jetbrains.net/display/IDEADEV/IntelliJ+IDEA+9.0.4+Release+Notes This was tested on amd64. Index: Makefile === RCS file: /cvs

Re: libsqlite3 warning in firefox

2010-11-21 Thread Stuart Henderson
On 2010/11/21 18:41, Ted Unangst wrote: > I just updated mozilla firefox and got this warning. > > /usr/local/mozilla-firefox/firefox-bin:/usr/local/lib/libsqlite3.so.14.0: > /usr/local/mozilla-firefox/libsqlite3.so.22.1 : WARNING: > symbol(sqlite3_version) size mismatch, relink your program >

UPDATE: devel/p5-Sub-Name

2010-11-21 Thread Alexander Bluhm
Hi, - update p5-Sub-Name from 0.04 to 0.05 - take maintainership - fix spaces around = - sort according to Makefile.template ok? bluhm Index: devel/p5-Sub-Name/Makefile === RCS file: /data/mirror/openbsd/cvs/ports/devel/p5-Sub-Nam

libsqlite3 warning in firefox

2010-11-21 Thread Ted Unangst
I just updated mozilla firefox and got this warning. /usr/local/mozilla-firefox/firefox-bin:/usr/local/lib/libsqlite3.so.14.0: /usr/local/mozilla-firefox/libsqlite3.so.22.1 : WARNING: symbol(sqlite3_version) size mismatch, relink your program If i understand correctly, firefox should be using t

Fix lang/jruby building on amd64

2010-11-21 Thread Jeremy Evans
Previous version update worked on i386 but broke on amd64. This should fix it for both. Version bumping for safety even though it didn't previously build on amd64, because the i386 package could have possibly changed. These updated files have already been sent upstream, so they should no longer

Re: UPDATE: emulators/qemu

2010-11-21 Thread Federico G. Schwindt
On Sun, Nov 21, 2010 at 04:46:37PM +, Stuart Henderson wrote: > On 2010/11/21 15:02, Federico G. Schwindt wrote: > > CONFIGURE_ARGS = --prefix=${PREFIX} \ > > + --sysconfdir=${PREFIX}/share \ > > I looked at this too (then promptly forgot about it...) > I thought it might

Re: UPDATE: emulators/qemu

2010-11-21 Thread Stuart Henderson
On 2010/11/21 15:02, Federico G. Schwindt wrote: > CONFIGURE_ARGS = --prefix=${PREFIX} \ > + --sysconfdir=${PREFIX}/share \ I looked at this too (then promptly forgot about it...) I thought it might be better to use CONFIGURE_ARGS += --sysconfdir=${SYSCONFDIR} FAKE_FLAGS

Re: UPDATE: sqlite3 - somewhat improved build

2010-11-21 Thread Stuart Henderson
IMO it would be a good idea to switch to the pre-processed sqlite amalgamation and TEA tarballs. I made a start at this but got stuck working out how to handle the pthread-related changes... tgz attached (not a diff due to the changed directory layouts) if anyone is interested in taking a look/hel

UPDATE: sqlite3 - somewhat improved build

2010-11-21 Thread Stuart Cassoff
Build improvements, no change to end result. Remove useless 'pre-configure' target; it did nothing but modify a comment. Remove uneccessary 'tclsh' patching and always specify 'TCLSH_CMD' and 'TCLLIBDIR'. Sqlite3's configurator will now no longer look for various tclsh's, or attempt to determine

UPDATE: emulators/qemu

2010-11-21 Thread Federico G. Schwindt
Hi, Update to 0.13.0. fmt the documentation and sync with reality. Comments? OK? f.- Index: Makefile === RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.58 diff -N -u -p Makefile --- Makefile15 Nov 201

UPDATE: emulators/stella

2010-11-21 Thread Benoit Lecocq
Hi, This diff updates stella to the latest release 3.3. Tested on amd64. Comments ? OK ? Cheers, benoit Index: Makefile === RCS file: /cvs/ports/emulators/stella/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makef