CVS: cvs.openbsd.org: ports

2012-06-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/06/03 05:12:31

Modified files:
audio/rhythmbox: Makefile distinfo 
audio/rhythmbox/patches: patch-configure 
 patch-plugins_Makefile_in 
audio/rhythmbox/pkg: PLIST 

Log message:
Update to rhythmbox-2.97.



CVS: cvs.openbsd.org: ports

2012-06-03 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2012/06/03 06:17:54

Modified files:
lang/nqp   : Makefile 
Added files:
lang/nqp/patches: patch-tools_build_Makefile_in 
  
patch-3rdparty_dyncall_buildsys_gmake_tool_gcc_release_gmake 

Log message:
Respect CC/CFLAGS for all parts of nqp; don't add -O3 in 3rdparty/dyncall.

prodded by and ok aja@



CVS: cvs.openbsd.org: ports

2012-06-03 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/06/03 14:17:24

Modified files:
textproc/calibre: Makefile 

Log message:
Mark as BROKEN, it doesnt package as make fake gets stuck on 'Running
gui', that disturbs bulk builds and noone of the people using it got
enough incentive to look into it :)



העבודה הכדאית ביותר בעולם

2012-06-03 Thread Israfree
רוצה לעבוד בתפקיד הכי נחשק בארץ?

קורס שיווק במדיה חברתית לחצ/י כאן

+Facebook | Twitter | Linked In | Google

500 ₪ הנחה + 30% הנחה להרשמה מוקדמת!

לפרטים נוספים לחצ/י כאן

דואר זה נשלח עי ישראפרי - ניוזלטר הצעות ללא תשלום החוסך לך כסף.

נא לא לענות למייל זה. הוא אינו נקרא.

להסרה מרשימת התפוצה אנא לחצ/י כאן

[IMAGE]


NEW: graphics/optipng

2012-06-03 Thread Donovan Watteau
Hello,

optipng is a PNG optimizer, similar to pngcrush, but designed to
be more flexible and to run faster.

Plus: it actually links to libpng/zlib, it has a manpage and I
find it much more intuitive.

Tested OK on loongson.

optipng.tar.gz
Description: Binary data


Re: WIP: UPDATE: OpenCV 2.4.0

2012-06-03 Thread Rafael Sadowski
On Sat Jun 02, 2012 at 09:25:13PM -0400, Brad Smith wrote:
 On Sat, Jun 02, 2012 at 05:33:03PM -0400, Brad Smith wrote:
  On Sat, Jun 02, 2012 at 09:20:13PM +0200, Rafael Sadowski wrote:
   Hey ports@,
   
   here is the UPDATE from 2.2.0 to 2.4.0 with -python. It need tests and
   reviews. Tested on amd64. We need to build it on i386.
   
   https://github.com/jasperla/openbsd-wip/tree/master/graphics/opencv
   
   Cheers, Rafael
  
  An updated diff with some tweaks..
  
  - tweaked the Python COMMNENT
  - removed REVISION
  - SEPARATE_BUILD only takes Yes for an option now
  - fixes for the FFmpeg backend, without the previous patch that was in
the port being brought over to the new file where the equivalent code
is this would not have built on i386
  
  I don't use OpenCV and I was just taking a look at the FFmpeg backend.
  What about share/opencv vs share/OpenCV and using share/opencv
  consistently?
 
 Here is an updated diff.
 
 The Python sub-package was all broken. Also garbage collected
 USE_LIBTOOL since the port is using CMake.
  

Hey Brad,

really thank you for review, update and comments.  It is totally  clear
I still have a lot to learn. It was my first attempt to create a
multi-package.

I tested it on amd64 and all looks fine.

cheers, Rafael



FIX: devel/vim-taglist

2012-06-03 Thread Rafael Sadowski
Hey ports@,

after no reply from Maintainer (see frorward mail)  here is the patch.

Please check and commit. Cheers Rafael

- Forwarded message from Rafael Sadowski raf...@sizeofvoid.org -

From: Rafael Sadowski raf...@sizeofvoid.org
Date: Tue, 8 May 2012 22:00:15 +0200
Subject: devel/vim-taglist
To: Simon Bertrang si...@openbsd.org
User-Agent: Mutt/1.5.21 (2010-09-15)
Message-ID: 20120508200015.gb1...@fuckup.openhome.sizeofvoid.org

Hi Simon,

your devel/vim-taglist/patches/patch-plugin_taglist_vim patch works a little
bit wrong in my mind. OpenBSD shipped with ctags. But we need ectags for
vim-taglist. Your patch catch always ctags because elseif.

I hope you could fix it and commit. Thanks

Rafael

- End forwarded message -


Index: Makefile
===
RCS file: /cvs/ports/devel/vim-taglist/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile16 Sep 2011 09:24:58 -  1.5
+++ Makefile3 Jun 2012 18:07:19 -
@@ -4,7 +4,7 @@
 
 DISTNAME = taglist_45
 PKGNAME =  vim-taglist-4.5
-REVISION = 2
+REVISION = 3
 CATEGORIES =   devel editors
 EXTRACT_SUFX = .zip
 
Index: patches/patch-plugin_taglist_vim
===
RCS file: /cvs/ports/devel/vim-taglist/patches/patch-plugin_taglist_vim,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-plugin_taglist_vim
--- patches/patch-plugin_taglist_vim26 May 2008 09:33:54 -  1.1.1.1
+++ patches/patch-plugin_taglist_vim3 Jun 2012 18:07:19 -
@@ -1,13 +1,15 @@
 $OpenBSD: patch-plugin_taglist_vim,v 1.1.1.1 2008/05/26 09:33:54 simon Exp $
 plugin/taglist.vim.origSat May 24 23:10:15 2008
-+++ plugin/taglist.vim Sat May 24 23:11:49 2008
-@@ -87,6 +87,9 @@ if !exists('loaded_taglist')
+--- plugin/taglist.vim.origSun Jun  3 20:01:52 2012
 plugin/taglist.vim Sun Jun  3 20:01:50 2012
+@@ -87,8 +87,9 @@ if !exists('loaded_taglist')
  elseif executable('exctags')
   On Free-BSD, exuberant ctags is installed as exctags
  let Tlist_Ctags_Cmd = 'exctags'
+-elseif executable('ctags')
+-let Tlist_Ctags_Cmd = 'ctags'
 +elseif executable('ectags')
 + On OpenBSD, exuberant ctags is installed as ectags
 +let Tlist_Ctags_Cmd = 'ectags'
- elseif executable('ctags')
- let Tlist_Ctags_Cmd = 'ctags'
  elseif executable('ctags.exe')
+ let Tlist_Ctags_Cmd = 'ctags.exe'
+ elseif executable('tags')



Re: UPDATE: Pdnsd-1.2.9a-par

2012-06-03 Thread Gonzalo L. R.
come on! someone? :)

Thanks.

 Mensaje original 
Asunto: UPDATE: Pdnsd-1.2.9a-par
Fecha: Mon, 21 May 2012 16:56:33 -0300
De: Gonzalo L. R. gonz...@x61.com.ar
A: ports@openbsd.org

Hi,

Here is an update for pdnsd, this is a new version with a couple patch
fixing a problem with the flag --enable-strict-rfc2181 we use by default.

While here, GROFF is not needed. Tested on i386 (rc scripts seems works
fine again), more test are wellcome.

Ok? Comments?


Cheers.

-- 
Sending from my VCR.

Index: Makefile
===
RCS file: /cvs/ports/net/pdnsd/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile17 Dec 2011 22:01:13 -  1.22
+++ Makefile21 May 2012 19:42:19 -
@@ -2,13 +2,12 @@
 
 COMMENT=   threaded DNS daemon, optimized for caching
 
-DISTNAME=  pdnsd-1.2.8-par
+DISTNAME=  pdnsd-1.2.9a-par
 PKGNAME=   ${DISTNAME:S/-par//}
-REVISION=  3
 CATEGORIES=net
 MASTER_SITES=  ${HOMEPAGE}/releases/
 
-HOMEPAGE=  http://www.phys.uu.nl/~rombouts/pdnsd/
+HOMEPAGE=  http://members.home.nl/p.a.rombouts/pdnsd/
 
 WRKDIST=   ${WRKDIR}/${DISTNAME:S/-par//}
 
@@ -21,7 +20,6 @@ PERMIT_DISTFILES_FTP= Yes
 WANTLIB += c pthread
 
 USE_GMAKE= yes
-USE_GROFF= Yes
 CONFIGURE_STYLE=   gnu
 CONFIGURE_ARGS+=   --enable-ipv6 \
--enable-strict-rfc2181 \
Index: distinfo
===
RCS file: /cvs/ports/net/pdnsd/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo2 Mar 2011 23:30:20 -   1.8
+++ distinfo21 May 2012 19:42:19 -
@@ -1,5 +1,5 @@
-MD5 (pdnsd-1.2.8-par.tar.gz) = d5xdGVduVh+/JFXeQ15Vlw==
-RMD160 (pdnsd-1.2.8-par.tar.gz) = InpVC6IQwkVLPMOejY0FaWDUm58=
-SHA1 (pdnsd-1.2.8-par.tar.gz) = U4hJl18pxZsefw3QdWQ1zG8PKzA=
-SHA256 (pdnsd-1.2.8-par.tar.gz) = Xzyt4J5EXwNEMIY7plBHpKsvWBuG8+qw0JgWRufsJE4=
-SIZE (pdnsd-1.2.8-par.tar.gz) = 471303
+MD5 (pdnsd-1.2.9a-par.tar.gz) = Lz5wXVmg+TCK2VBLJEAHaQ==
+RMD160 (pdnsd-1.2.9a-par.tar.gz) = PKFRusZMHV6jxNQAq4o5k+Y3AUU=
+SHA1 (pdnsd-1.2.9a-par.tar.gz) = Vdj9ceLykaPq1TyAl3KfqVJkvqk=
+SHA256 (pdnsd-1.2.9a-par.tar.gz) = u1g10MqoxLMWedb9ahoJC3G99wlQ2zsdDOqc+ct+Kns=
+SIZE (pdnsd-1.2.9a-par.tar.gz) = 516061
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/net/pdnsd/patches/patch-Makefile_in,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile_in
--- patches/patch-Makefile_in   2 Jan 2009 22:28:21 -   1.5
+++ patches/patch-Makefile_in   21 May 2012 19:42:19 -
@@ -1,21 +1,22 @@
 $OpenBSD: patch-Makefile_in,v 1.5 2009/01/02 22:28:21 sthen Exp $
 Makefile.in.orig   Thu Sep  4 12:20:38 2008
-+++ Makefile.inFri Sep 12 04:41:24 2008
-@@ -546,7 +546,7 @@ info-am:
+--- Makefile.in.orig   Fri Mar  2 13:16:52 2012
 Makefile.inFri Mar  2 13:18:22 2012
+@@ -626,7 +626,8 @@ info-am:
  
  install-data-am:
@$(NORMAL_INSTALL)
 -  $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 +  $(MAKE) $(AM_MAKEFLAGS)
++
+ install-dvi: install-dvi-recursive
  
- install-exec-am:
- 
-@@ -599,7 +599,7 @@ install-data-hook:
-   $(mkinstalldirs) $(DESTDIR)$(cachedir)
-   test -f $(DESTDIR)$(cachedir)/pdnsd.cache || \
- touch $(DESTDIR)$(cachedir)/pdnsd.cache
+ install-dvi-am:
+@@ -699,7 +700,7 @@ install-data-hook:
+   $(mkinstalldirs) $(DESTDIR)$(cachedir)
+   test -f $(DESTDIR)$(cachedir)/pdnsd.cache || \
+ touch $(DESTDIR)$(cachedir)/pdnsd.cache
 -  if test `whoami` = root; then \
 +  if test `userinfo -e _pdnsd`; then \
- chown $(def_id) $(DESTDIR)$(cachedir)/pdnsd.cache; \
- chown $(def_id) $(DESTDIR)$(cachedir); \
+ chown $(def_id) $(DESTDIR)$(cachedir)/pdnsd.cache; \
+ chown $(def_id) $(DESTDIR)$(cachedir); \
fi
Index: patches/patch-doc_pdnsd_8_in
===
RCS file: /cvs/ports/net/pdnsd/patches/patch-doc_pdnsd_8_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-doc_pdnsd_8_in
--- patches/patch-doc_pdnsd_8_in23 Mar 2009 09:54:36 -  1.2
+++ patches/patch-doc_pdnsd_8_in21 May 2012 19:42:19 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-doc_pdnsd_8_in,v 1.2 2009/03/23 09:54:36 ajacoutot Exp $
 doc/pdnsd.8.in.origMon Aug 20 14:24:51 2007
-+++ doc/pdnsd.8.in Sun Mar 22 20:14:48 2009
+--- doc/pdnsd.8.in.origFri Mar  2 13:08:16 2012
 doc/pdnsd.8.in Fri Mar  2 13:11:30 2012
 @@ -11,7 +11,7 @@ This man page is an extract of the documentation of \f
  For complete, current documentation, refer to the HTML (or plain text)
  documentation (which you can find in the \fBdoc/\fP subdirectory of the
@@ -37,7 +37,7 @@ $OpenBSD: patch-doc_pdnsd_8_in,v 1.2 200
  
  

Super ofertas! Sushi | Hot Filadélfia | Pão de Queijo + Chá Gelado + Mini Churros | Escova Progressiva | Cesta Café | Depilação

2012-06-03 Thread Liga Ofertas - Campo Grande
[IMAGE]

1342 Ofertas em Campo Grande  / MS

[IMAGE] Kit Festa com Torta + 200 Salgadinhos + 50 Docinhos na R S Buffet
em Campo Grande

De: R$ 134,00 - Por: R$ 59,00 - (56% de desconto)

[IMAGE] CESTA ROMÂNTICA COM SUPER CORAÇÃO DE CHOCOLATE! Emocione quem
você ama com uma deliciosa cesta, com taxa de entrega inclusa..! POR
APENAS R$ 63,50

De: R$ 130,00 - Por: R$ 63,50 - (55% de desconto)

[IMAGE] Última Chance!! Combo Sushi com 43 Peças no Sushi Express - 3
Lojas em Campo Grande por apenas R$29,90? Garanta o seu!

De: R$ 62,00 - Por: R$ 29,90 - (52% de desconto)

[IMAGE] 65% OFF ...Quer transformar seus cabelos por completo? Então este
dia chegou..Tintura + Corte + Hidratação + Escova por apenas R$ 69,90 na
Elô Beleza. 65% de desconto(de R$-198,00 por R$- 69,90) DESCONTO DE R$-
128,10

De: R$ 198,00 - Por: R$ 69,90 - (65% de desconto)

[IMAGE] Oferta Destaque, Luzes + Tonalização + Hidratação + Escova - De
R$ 220,00 Por R$ 39,90

De: R$ 220,00 - Por: R$ 39,90 - (82% de desconto)

[IMAGE] Namorados que tal Corações de Chocolate de 500gr recheados com
bombons (chocolate ao leite) só R$19,90!

De: R$ 45,00 - Por: R$ 19,90 - (60% de desconto)

[IMAGE] 91% OFF em 5 Drenagens + 5 Ultrassons + 5 Argiloterapia + 5
Bandagens Quentes - Só R$49,90

De: R$ 580,00 - Por: R$ 49,90 - (91% de desconto)

[IMAGE] Botox Capilar o Tratamento do Momento com 5 Procedimentos!!! De
R$ 90,00 Por R$24,90

De: R$ 90,00 - Por: R$ 24,90 - (73% de desconto)

[IMAGE] Pé e Mão + Hidratação Capilar ! De R$ 49,00 Por R$ 11,90

De: R$ 49,00 - Por: R$ 11,90 - (60% de desconto)

[IMAGE] Faça a Cristalização + e Ganhe de Brinde a Hidratação de Caviar
Para Fazer em Casa! De R$ 135,00 Por R$ 59,00. Essa não da Pra perder né?

De: R$ 135,00 - Por: R$ 59,00 - (60% de desconto)

[IMAGE] 40 tratamentos estéticos para redução de medidas e celulite de R$
1000,00 por apenas R$ 99,90

De: R$ 1.000,00 - Por: R$ 99,90 - (90% de desconto)

[IMAGE] CENTRO: CASAMENTO COMPLETO - 01 VESTIDO DE NOIVA A SUA ESCOLHA +
01 1/2 FRAQUE PARA O NOIVO + 01 VESTIDO PARA DAMA + 01 PAJEM + PENTEADO +
MAQUIAGEM DE R$ 1.280,00 POR APENAS R$ 599,00 EM ATE 12X

De: R$ 1.580,00 - Por: R$ 599,00 - (57% de desconto)

[IMAGE] Evento com Bufê Completo para até 20 Pessoas no Restaurante
Estação Gourmet. Parcele em até 18x* em Campo Grande

De: R$ 1.000,00 - Por: R$ 399,00 - (60% de desconto)

[IMAGE] 63% OFF. Virilha Completa + Axila + Buço + 1/2 Perna +
Sobrancelha(pinça) por apenas R$ 29,90 no Alvorecer Estética e
Cabeleireiros. 63% de desconto(de R$- 80,00 por R$- 29,90) DESCONTO DE
R$- 50,10.

De: R$ 80,00 - Por: R$ 29,90 - (63% de desconto)

[IMAGE] Charme de Oferta! 1 Manicure e Pedicure + 1 Depilação Meia Perna
+ Axila + Buço ( De R$ 54,00 por R$ 27,00 ) Compre

De: R$ 54,00 - Por: R$ 27,00 - (50% de desconto)

[IMAGE] 57% OFF em Sobrancelha + Casadinho de Pé e Mão por R$20,00

De: R$ 47,00 - Por: R$ 20,00 - (57% de desconto)

[IMAGE] Última Chance de Garantir a festa! Aluguel de 1 Cama Elastica + 1
Piscina de Bolinha + 1 Gangorra Upa Upa + 1 Escorregador e tem até o
final de 2012 para usar ( De R$450 Por R$99,90 )

De: R$ 450,00 - Por: R$ 100,00 - (75% de desconto)

[IMAGE] 08 Unidades de Hot Filadélfia, no Midori Sushi Bar, de 14,90 por
apenas 7,45.

De: R$ 14,90 - Por: R$ 7,45 - (50% de desconto)

[IMAGE] Voltou! 01 diária para 02 em Ponta Porã, com café da manhã de
R$170,00 por R$85,00

De: R$ 170,00 - Por: R$ 85,00 - (50% de desconto)

[IMAGE] Renove sua Aparência com Esfoliação + Hidratação Corporal de R$
60,00 por apenas R$ 11,90

De: R$ 60,00 - Por: R$ 11,90 - (80% de desconto)

[IMAGE] Super oferta no Jardim Autonomista: Manicure+hidratação das mãos
de R$ 40,00 por R$ 9,90

De: R$ 40,00 - Por: R$ 9,90 - (70% de desconto)

[IMAGE] 1 Copão de Pão de Queijo com Recheio Requeijão + 1 Mate Shake
Ovomaltine 300ml + 1 Baby Churros Só R$9,90 - Cupons Limitados e
Liberados na Hora

De: R$ 20,50 - Por: R$ 9,90 - (52% de desconto)

[IMAGE] 18 Cupcakes de 3 Sabores*, de R$90 por R$27 na Que Delícia de
Cupcakes!!! Aproveite e Garanta o Seu!

De: R$ 90,00 - Por: R$ 27,00 - (70% de desconto)

[IMAGE] 85% OFF em Esfoliação Facial + Limpeza de Pele Profunda + Alta
Frequência + Mascara de Árgila e Extratos de Pepino, Hortelã e Mel! ( De
R$ 198,00 Por R$ 29,00 )

De: R$ 198,00 - Por: R$ 29,90 - (85% de desconto)

[IMAGE] Manicure e Pedicure + Depilação ½ Perna, Axila e Buço com 50% de
desconto!

De: R$ 54,00 - Por: R$ 27,00 - (50% de desconto)

[IMAGE] Uma Linda Cesta da LL Doces - Surpreenda nos Mês Dos Namorados (
De R$ 90,00 Por R$ 39,90 )

De: R$ 90,00 - Por: R$ 39,90 - (60% de desconto)

[IMAGE] Renove sua pele com 1 Higienização Facial + 1 Esfoliação + 1
Peeling de Diamante + 1 Máscara de Morango - Tudo por só R$19,90!

De: R$ 140,00 - Por: R$ 19,90 - (86% de desconto)

[IMAGE] SUPER SENSAÇÃO DO MOMENTO TOBOGÃ DE QUASE 5 METROS DE ALTURA +
ALGODÃO DOCE + MONITOR POR APENAS R$ 169,00.

De: R$ 480,00 - Por: R$ 169,00 - (70% de desconto)

[IMAGE] Selagem Capilar no R  J Hair em