CVS: cvs.openbsd.org: ports

2012-06-12 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2012/06/12 01:17:19 Modified files: devel/tortoisehg: Makefile distinfo devel/tortoisehg/pkg: PLIST Log message: Update tortoisehg to 2.4.1, ok landry@.

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2012/06/12 01:16:43 Modified files: devel/mercurial: Makefile distinfo Log message: Update mercurial to 2.2.2, ok landry@.

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Pascal Stumpf
CVSROOT:/cvs Module name:ports Changes by: pas...@cvs.openbsd.org 2012/06/12 02:21:54 Modified files: lang/nqp : Makefile lang/nqp/patches: patch-3rdparty_dyncall_dyncallback_dyncall_callback_ppc32_c

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2012/06/12 03:23:10 Modified files: lang/php/5.3 : Makefile Log message: Mark as BROKEN on hppa, no __sync_bool_compare_and_swap() / __sync_add_and_fetch() support and no asm fallback in

CVS: cvs.openbsd.org: ports

2012-06-12 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2012/06/12 08:45:06 Modified files: audio/pianobar : Makefile distinfo audio/pianobar/patches: patch-Makefile patch-src_player_c Removed files: audio/pianobar/patches:

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)

CVS: cvs.openbsd.org: ports

2012-06-12 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2012/06/12 09:11:36 Modified files: telephony/pjsua: Makefile Log message: Disable video support. While here, add ac_cv_header_uuid_uuid_h=no alongside ac_cv_lib_uuid_uuid_generate=no to fix: configure:

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2012/06/12 10:23:19 Modified files: databases/percona-toolkit: Makefile Removed files: databases/percona-toolkit/patches: patch-bin_pt-summary Log message: bash is no more needed, drop

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2012/06/12 11:20:05 Modified files: www/ajaxterm : Makefile www/ajaxterm/patches: patch-ajaxterm_py www/ajaxterm/pkg: MESSAGE PLIST Added files: www/ajaxterm/pkg: ajaxterm.rc

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2012/06/12 11:30:48 Modified files: devel/nant : Makefile distinfo devel/nant/pkg : PLIST Log message: - update to 0.92 from ryan boggs (MAINTAINER)

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2012/06/12 11:31:32 Modified files: lang/boo : Makefile lang/boo/patches: patch-default_build Log message: - fix build with new nant from ryan boggs (MAINTAINER)

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Okan Demirmen
CVSROOT:/cvs Module name:ports Changes by: o...@cvs.openbsd.org2012/06/12 11:40:36 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-coders_png_c patch-configure graphics/ImageMagick/pkg: PLIST Added files:

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2012/06/12 11:46:35 Modified files: mail/p5-Mail-SPF: Makefile distinfo mail/p5-Mail-SPF/patches: patch-Build_PL Log message: Update to 2.8.0 ok sthen@

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/06/12 14:11:22 Modified files: lang/ghc : Makefile Removed files: lang/ghc/patches: patch-libraries_process_tests_process007_hs Log message: Remove pointless test suite patch. It just

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2012/06/12 17:39:09 Modified files: telephony/kamailio: Makefile telephony/kamailio/patches: patch-Makefile_defs Removed files: telephony/kamailio/patches: patch-sched_yield_h Log

CVS: cvs.openbsd.org: ports

2012-06-12 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2012/06/12 18:41:39 Modified files: www/mantis : Makefile distinfo www/mantis/patches: patch-admin_install_php patch-core_php patch-login_page_php

Re: pjsua: disable ffmpeg

2012-06-12 Thread Federico Schwindt
On Mon, Jun 11, 2012 at 10:59 AM, David Coppa dco...@openbsd.org wrote: Thinking again about this port, I realized it's better to disable ffmpeg support: while video support can be nice to have when using pjsip as a library for your own voip projects, it's completely unneeded for the

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

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 ste...@aleturo.com 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

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

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)

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=260

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

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