Stellarium

2012-06-12 Thread Alexander Wolf
Hello, folks! Few days ago I'm added some patches for improvements of support to build Stellarium on BSD systems. Also I have one questions - why you has added patch for forced use en_US locale into StelTranslator.cpp? Maybe somebody having a free resources on OpenBSD machines and can share it fo

Re: UPDATE: QEMU 1.1.0

2012-06-12 Thread Brad Smith
On Fri, Jun 01, 2012 at 05:12:15PM -0400, Brad Smith wrote: > Here is an update to QEMU 1.1.0. > > Tested on amd64. The tarball was re-rolled since the final release still had the beta version instead of the final version for the release. Index: Makefile

1590 Ofertas! Áquila Burger por R$ 0,01 | Buffê + Sobremesa por R$ 6,90 | Escondidinho | Banho e Tosa | Pão de Queijo =?utf-8?B?IHwgUm9saW5ob3MgZGUgRmlsw6kgZ

2012-06-12 Thread Liga Ofertas - Campo Grande
[IMAGE] 1596 Ofertas em Campo Grande / MS [IMAGE] Áquila Burger comemora o dia dos Namorados com você! 1 X Salada + X Frango Salada de até 21,40 por apenas 0,01. PARTICIPE!!! De: R$ 21,40 - Por: R$ 0,01 - (10% de desconto) [IMAGE]Combinado Japonês com 30 Peças no Chris Sushi Bar em Campo Grand

consulta

2012-06-12 Thread Re
IMPORTADOR DIRECTO Somos proveedores del estado y de empresas de toda la argentina stock permanente Tarjetas plasticas de proximidad para controles de acceso o presentismo, con o sin impresion Tarjetas de identificacion Tarjetas inteligentes - Mifare - HID - Clamshell - Rfid - EM 125khz [IMAGE

Re: net/microblog-purple: allow https with identi.ca

2012-06-12 Thread Jasper Lievisse Adriaanse
On Fri, Jun 08, 2012 at 11:05:04AM +0200, Stefan Sperling wrote: > For some reason https is disabled for identi.ca with this plugin > even though it seems to work just fine when allowed via configuration. > > Patch submitted upstream: > http://code.google.com/p/microblog-purple/issues/detail?id=26

Fw: Enc: Documento .

2012-06-12 Thread Mariana F. Ribeiro
Segue abaixo em anexo o documento conforme solicitado. Obrigada pela preferencia e tenha um bom dia Baixar : Anexo-Documento.doc (145,9 Kb)

CMake: fix libpthread linking (2nd try)

2012-06-12 Thread David Coppa
Fix the corner case when you need to link with a library called libpthreadsomething, like "libpthread-stubs" for example... ---8<--- Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.55 diff -u -p

Re: [WIP] devel/eclipse4/sdk

2012-06-12 Thread Stefan Unterweger
* Matthew Dempsky on Mon, May 21, 2012 at 09:23:20AM -0700: > On Sun, May 20, 2012 at 2:26 PM, Stefan Unterweger wrote: > > You have missed a build dependency on 'archivers/unzip'. > Good catch, thanks. I'll fix that in the next version I mail out. And another one on 'archivers/zip'. > Yeah, f

CMake: fix libpthread linking

2012-06-12 Thread David Coppa
Hi! The diff below makes devel/llvm correctly link with '-pthread', instead of '-lpthread'. More generally, it should fix all the ports that uses "CHECK_LIBRARY_EXISTS(pthread pthread_mutex_blahblah blahblahblah...)" once and for all. Thoughts? Index: Makefile =