Re: UPDATE: inputmethods/ibus

2011-12-06 Thread TAKAHASHI Tamotsu
Hi,

On Sat, Nov 26, 2011 at 10:28 AM, Federico G. Schwindt  wrote:
> Update to 1.4.0.
> Tested with ibus-anthy on amd64.
> OK?

ibus-skk (before and after rebuilding) works with uxterm,
gtk-demo and gtk3-demo, too, on i386.
Thanks for the update!

-- 
tamo


P.S.
ibus-skk-1.4 will be rewritten in vala.
http://blog.du-a.org/?p=918
I'll try it when the stable version is released.



Re: UPDATE: QEMU 1.0

2011-12-06 Thread Brad
On Fri, Dec 02, 2011 at 07:52:15PM -0500, Brad wrote:
> On Thu, Dec 01, 2011 at 07:08:16PM -0500, Brad wrote:
> > Here is an update to QEMU 1.0.
> 
> Updated with some tweaking of the README.

Update the dist sites so there is a second dist site with the dist file.


Index: Makefile
===
RCS file: /home/cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.80
diff -u -p -r1.80 Makefile
--- Makefile2 Dec 2011 14:36:14 -   1.80
+++ Makefile7 Dec 2011 03:20:10 -
@@ -1,15 +1,13 @@
 # $OpenBSD: Makefile,v 1.80 2011/12/02 14:36:14 espie Exp $
 
-# no success building on other archs yet
-ONLY_FOR_ARCHS =   amd64 arm i386 mips64 mips64el powerpc sparc sparc64
+ONLY_FOR_ARCHS=amd64 i386 mips64 mips64el powerpc sparc sparc64
 
 COMMENT =  multi system emulator
 
-DISTNAME = qemu-0.15.1
-REVISION=  1
+DISTNAME=  qemu-1.0
 CATEGORIES =   emulators
 MASTER_SITES = http://wiki.qemu.org/download/ \
-   ${MASTER_SITE_SAVANNAH:=qemu/}
+   http://comstyle.com/source/
 
 HOMEPAGE = http://www.qemu.org/
 
@@ -21,18 +19,28 @@ PERMIT_PACKAGE_FTP =Yes
 PERMIT_DISTFILES_CDROM = Yes
 PERMIT_DISTFILES_FTP = Yes
 
-WANTLIB =  c curl jpeg m ncurses ossaudio png pthread util z
+WANTLIB=   GL SDL X11 c curl glib-2.0 gthread-2.0 jpeg m ncurses \
+   png pthread util z
 
+MODULES=   devel/gettext \
+   lang/python
 BUILD_DEPENDS =textproc/texi2html
-LIB_DEPENDS =  graphics/jpeg \
+LIB_DEPENDS=   devel/glib2 \
+   devel/sdl \
+   graphics/jpeg \
graphics/png \
net/curl
 
+MODPY_RUNDEP=  No
+
 MAKE_ENV = V=1
 FAKE_FLAGS =   sysconfdir=${PREFIX}/share/examples
 
-EXTRA_CFLAGS=  -I${LOCALBASE}/include
-EXTRA_LDFLAGS= -L${LOCALBASE}/lib
+EXTRA_CFLAGS=  -I${LOCALBASE}/include -I${X11BASE}/include
+EXTRA_LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
+
+# until the system headers are fixed properly.
+EXTRA_CFLAGS+= -Wno-redundant-decls
 
 VMEM_WARNING = Yes
 
@@ -41,12 +49,14 @@ CONFIGURE_STYLE =   simple
 CONFIGURE_ARGS =   --prefix=${PREFIX} \
--sysconfdir=${SYSCONFDIR} \
--mandir=${PREFIX}/man \
+   --python=${MODPY_BIN} \
--smbd=${LOCALBASE}/libexec/smbd \
--cc="${CC}" \
--host-cc="${CC}" \
--extra-cflags="${EXTRA_CFLAGS}" \
--extra-ldflags="${EXTRA_LDFLAGS}" \
-   --disable-guest-agent \
+   --audio-drv-list=sdl \
+   --disable-libiscsi \
--disable-smartcard-nss \
--disable-spice \
--disable-uuid \
@@ -65,32 +75,14 @@ CONFIGURE_ARGS +=   --disable-bsd-user
 PKG_ARGS +=-Dbsduser=0
 .endif
 
-FLAVORS =  debug no_x11
+FLAVORS=   debug
 FLAVOR ?=
 
-.if ${FLAVOR:Mno_x11}
-CONFIGURE_ARGS +=  --disable-sdl --disable-opengl
-.else
-WANTLIB += GL SDL X11
-
-LIB_DEPENDS += devel/sdl
-
-EXTRA_CFLAGS +=-I${X11BASE}/include
-EXTRA_LDFLAGS +=   -L${X11BASE}/lib
-.endif
-
-# until the system headers are fixed properly.
-EXTRA_CFLAGS +=-Wno-redundant-decls
-
 .if ${FLAVOR:Mdebug}
 CONFIGURE_ARGS +=  --enable-debug
 .endif
 
-# Currently, the regression tests are utterly broken.
-REGRESS_TARGET =   test
-
-pre-configure:
-   @perl -pi -e 's|/dev/dsp|/dev/audio|g' ${WRKSRC}/audio/ossaudio.c
+NO_REGRESS=Yes
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/qemu
Index: distinfo
===
RCS file: /home/cvs/ports/emulators/qemu/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo17 Oct 2011 20:27:17 -  1.17
+++ distinfo1 Dec 2011 22:17:33 -
@@ -1,5 +1,5 @@
-MD5 (qemu-0.15.1.tar.gz) = NPF3N7qvGzSVyJzW1KYH7Q==
-RMD160 (qemu-0.15.1.tar.gz) = /Rz96U+WVpr2ccyW0cLkutUk/WE=
-SHA1 (qemu-0.15.1.tar.gz) = MM87Tau0tdjvrbIPNk64GB8xdoE=
-SHA256 (qemu-0.15.1.tar.gz) = dwWxTZuOTfSgsXkJgOYYCEJh6NrvBnKhqnqDCg89tbo=
-SIZE (qemu-0.15.1.tar.gz) = 9576745
+MD5 (qemu-1.0.tar.gz) = pks2BnoZFFEyOw0067RJVA==
+RMD160 (qemu-1.0.tar.gz) = OmCu9s/rumiWvbEsmVJdpUVhcv0=
+SHA1 (qemu-1.0.tar.gz) = fcsbNRZVTW2JnXSIzURNu3ch/O4=
+SHA256 (qemu-1.0.tar.gz) = R2dLfaVZ1eG0TMQBr5rFrZYtFOnu3hJWexPkuEGYlzc=
+SIZE (qemu-1.0.tar.gz) = 10848714
Index: patches/patch-configure
===
RCS file: /home/

您好!做帐用商业税票%联系人:张财务会计1⒊⒌1O195880

2011-12-06 Thread ch
您好!商务带开税票,价� �优�� 查验�� 误以后再结款打扰海涵联系人
�� 经理电话 1351O1⒐⒌880


Re: gnutls-2.12.7p0 build error

2011-12-06 Thread Ross Richardson
Stuart,

On Sun, Dec 04, 2011 at 14:24:33 +, Stuart Henderson wrote:
> The CVE-2011-4128 update seems highly unlikely as a cause for this.
> 

Agreed, but the behaviour is reproducible.  I've experienced it on
both the hosts on which I've tried it: an amd64 host (on which the
unpatched gnutls had been built and installed earlier) and an i386
box (where the patched version was the first built).

> Please send a full build log (the one in the post you quote is
> incomplete, do a 'make clean' first).
>[...]

Log attached.


Thanks,
Ross


gnutls-2.12.7p0.log.gz
Description: application/gunzip


Re: KDE 4.8 beta 1

2011-12-06 Thread Amit Kulkarni
> This would be easier if you said what the problems were.

I will give the compile messages tomorrow for network & calligra, as
they are the closest to being finished.

need boost> 1.43 for rocs, emailed Brad (maintainer for devel/boost)
but no response from him yet. I can't update Boost as I don't
understand it yet. If Brad's busy, any takers for updating boost?

>
> On 2011-12-05, Amit Kulkarni  wrote:
>> Hi,
>>
>> In https://github.com/jasperla/openbsd-wip/tree/master/x11/kde48
>>
>> Will somebody help me fix
>>
>> network (some stupid reordering of includes netinet/in.h etc) &
>> calligra (stupid ISNAN not being picked up, wonder why its triggered
>> now...& not in 4.7.3)
>>
>> sdk & plasma-addons
>> (both have compile issues)
>>
>> Note KOffice has been renamed to Calligra in 4.8+.
>>
>> thanks,
>> amit
>>
>>
>



Re: KDE 4.8 beta 1

2011-12-06 Thread Stuart Henderson
This would be easier if you said what the problems were.

On 2011-12-05, Amit Kulkarni  wrote:
> Hi,
>
> In https://github.com/jasperla/openbsd-wip/tree/master/x11/kde48
>
> Will somebody help me fix
>
> network (some stupid reordering of includes netinet/in.h etc) &
> calligra (stupid ISNAN not being picked up, wonder why its triggered
> now...& not in 4.7.3)
>
> sdk & plasma-addons
> (both have compile issues)
>
> Note KOffice has been renamed to Calligra in 4.8+.
>
> thanks,
> amit
>
>



Re: UPDATE: wxWidgets

2011-12-06 Thread Stuart Henderson
On 2011-12-01, Brad  wrote:
>  
> +WANTLIB += mspack pango-1.0 pangoft2-1.0 pixman-1 pthread pthread-stubs
   ^^^
> -WANTLIB += pangoft2-1.0 pixman-1 png pthread stdc++ SDL iodbc
   ^

libpng is removed, but it's still used:

wxWidgets-gtk2-2.8.12p1(x11/wxWidgets):
Missing: png.13 from png-1.5.6 (/usr/local/lib/libwx_gtk2_xrc.so.2.1)
WANTLIB += png
Scanning: ok




Re: UPDATE: llvm-3.0rc1 just for testing...

2011-12-06 Thread Simon Kuhnle
On Sun, Dec 04, 2011 at 09:28:35PM +, Stuart Henderson wrote:
> Updated diff to llvm/clang 3.0 final; I have made a few timings (on amd64) -

FWIW, I successfully built llvm 3.0 on sparc64.

Regards,
Simon



Re: Update www/node from 0.4.9 -> 0.6.1 ( was 0.6.0 -> 0.6.1 )

2011-12-06 Thread Aaron
On Fri, Nov 25, 2011 at 7:23 AM, Stuart Henderson  wrote:
> On 2011-11-16, Stuart Henderson  wrote:
>> On 2011-11-16, Stuart Henderson  wrote:
>>> On 2011-11-16, Aaron Bieber  wrote:
 Here is a cvs diff for 0.4.9 to 0.6.1. I am not sure I created it
 correctly, the files that are no longer needed still exist - but
 are empty.
>>>
>>> Great, thanks - your diff is created correctly (I use patch -E when
>>> applying it, which removes the 0-byte files). I'll take a look at this
>>> soon.
>>>
>>>
>>>
>>
>> updated diff, putting back some of our patches which got removed.
>> this is also in openbsd-wip, https://github.com/jasperla/openbsd-wip
>
> Updated to 0.6.3 in openbsd-wip. If I don't hear back from any node users
> I am just going to commit it in a day or two.
>

I just updated to 0.6.5 ( by modifying Makefile / make makesum / make
plist ) with no issue.
Should I re-submit the diff?

I tested on i386 / amd64.



OfertaDelas Hoje 75% desconto em Pacote de Cristalização+Pé e Mão | 80% OFF em Coloração ou Luzes+Corte+Selagem T� =?utf-8?B?qXJtaWNhK1DDqSBlIE3Do28gfCA2M

2011-12-06 Thread OfertaDelas
Oferta Delas

As melhores ofertas de
Campo Grande

Loucura Mulheres! 80% OFF em Pacote de 1 Colora��o ou 1 Luzes + 1 Corte +
1 Selagem T�rmica + 1 P� e M�o ( De R$ 360,00 Por R$ 79,90 )

R$ 79,90
[IMAGE]

[IMAGE]


Sucesso!!! 75% desconto em Pacote com Luzes + Hidrata��o + Escova + P� e
M�o de R$ 210,00 por R$ 49,90

R$ 49,90
[IMAGE]

[IMAGE]


60% OFF em Pacote de Depila��o com Virilha Completa + Perna Inteira +
Axila + Bu�o! De R$ 60,00 Por R$ 23,99

R$ 23,99
[IMAGE]

[IMAGE]

Ofertas Especiais para Mulheres de campo Grande!
Siga-nos na redes sociais
Facebook Curta-nos!Siga-nos!
Utilizamos Sistema de Compra Segura!
Sua Compra Protegida!

[IMAGE]

Porque voc� recebeu esse e-mail?
Este e-mail foi enviado pela Oferta Delas porque voc� possui cadastro
conosco ou em algum site parceiro, juntamente com a permis�o para
contat�-lo. Pra que futuras ofertas da Oferta Delas sejam entregues na
sua caixa de entrada e n�o sejam tratados como spam, por favor adicione
ofertadela...@querohost.com.br � sua lista de contatos ou lista de
remetentes aprovados.

[IMAGE]

Pol�tica de Privacidade
N�s queremos que voc� se sinta confiante sobre a privacidade de suas
informa��es pessoais, assim como todas as informa��es que temos sobre
voc� est�o protegidas.


[IMAGE]

Não desejo mais receber estes e-mails.


Até 90% OFF em Cristalização de Fios, Espetinho, Batata Recheada, Pacote de Luzes+Selagem Térmica+Pé e Mão, Paneto =?utf-8?B?bmUsIEtpdCBGZXN0YSEgQWNlc3NlI

2011-12-06 Thread Incriveis Ofertas - Campo Grande
www.incriveisofertas.com

[IMAGE] Cristaliza��o Para Tratamento de Fios! 90% OFF Essa N�o da Pra
Perder! De R$ 120,00 Por R$ 15,00

de R$ 120,00 por R$ R$ 15,00


[IMAGE] 75% OFF em Pacote de Colora��o ou Luzes + Selagem T�rmica ou
Reconstru��o T�rmica + 1 P� e M�o ( De R$ 310,00 por R$ 79,90 )

de R$ 310,00 por R$ R$ 79,90


[IMAGE] Espetinho de carne (alcatra) + Acompanhamentos (arroz, vinagrete,
mandioca, farofa) para 1 PESSOAS (de R$13 por R$5,99)

de R$ 13,00 por R$ R$ 5,99


[IMAGE] 53% OFF em Batata Recheada pela metade do Pre�o!? ( De at�
R$15,00 Por R$6,99 ) Compre j� o seu

de R$ 15,00 por R$ R$ 6,99


[IMAGE] Fa�a a festa pela metade do pre�o! Kit Cama Elastica+Casinha de
Bolinhas+Maquina de Algod�o Doce+100 Saquinhos de Pipoca+2 Monitores ( De
R$290,00 Por R$ 145,00 )

de R$ 290,00 por R$ R$ 145,00


[IMAGE] Fonte da Beleza traz para voc� 60% OFF em Depila��o Eg�pcia do
Rosto com Linha! De R$ 35,00 Por R$ 13,99

de R$ 35,00 por R$ R$ 13,99


[IMAGE] Fique Maravilhosa com 1 Corte + 1 Escova + 1 Cristaliza��o + 1
M�o Simples de R$ 150 por R$49

de R$ 150,00 por R$ R$ 49,90


[IMAGE] Delicioso Panetone 500gr de Chocolate ou Frutas de R$14,00 Por
Apenas R$7,00

de R$ 14,00 por R$ R$ 7,00


[IMAGE] Deixa sua pele linda para o ver�o! 1 Peeling de Diamante +
Assepsia da Pele + Esfolia��o + Hidrata��o + M�scara Calmate de R$110,00
por apenas R$19,90 na R� Centro de Beleza. (82% OFF)

de R$ 110,00 por R$ R$ 19,90



[IMAGE]

Não desejo mais receber estes e-mails.


Re: Update: www/mozilla-firefox v8.0.1

2011-12-06 Thread Amit Kulkarni
On Tue, Dec 6, 2011 at 7:33 AM, David Coppa  wrote:
> 2011/12/6 Nigel Taylor :
>> Hi,
>>
>> Updates to www/mozilla-firefox and www/firefox-i18n to v8.0.1
>> Built and Tested on amd64
>>
>> Comments? Ok?
>
> Thanks and ok: works well for me (tested on i386).
>
> I suppose I'm not the only one thinking this should be committed into
> ports cvs. We already missed 8.0, what about this one?

please commit!!!

thanks



Re: UPDATE: sysutils/cdrtools

2011-12-06 Thread Christian Weisgerber
Sebastian Reitenbach  wrote:

> is this OK now, or still rough things left that should be cleaned?

ok naddy@

If you want to tweak the port further (maybe after committing the
update), you could try to find out how to disable building the
profiled libraries.  These aren't used, so all libraries are currently
built twice for no gain.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



Re: UPDATE: llvm-3.0rc1 just for testing...

2011-12-06 Thread Sebastian Reitenbach
 
On Tuesday, December 6, 2011 15:17 CET, David Coppa  wrote: 
 
> On Tue, 06 Dec 2011, Stuart Henderson wrote:
> 
> > On 2011/12/06 13:23, David Coppa wrote:
> > > Try to add the chunk below to Makefile:
> > > 
> > > .ifdef DEBUG
> > > CONFIGURE_ARGS += --disable-optimized --enable-debug-symbols
> > > .endif
> > > 
> > > Ciao,
> > > David
> > 
> > This is only with the cmake build, not the autoconf one ..
> 
> Ops! You're right.
> 
> Maybe this has a chance to work:
> 
> .ifdef DEBUG
> CONFIGURE_ARGS += -DLLVM_ENABLE_ASSERTIONS:Bool=True 
> -DCMAKE_BUILD_TYPE:String=Debug
> .endif
> 
> ...After actually looking at the code, you know :)

sorry, but its still the same:

/usr/include/g++/i386-unknown-openbsd5.0/bits/ctype_base.h: At global scope:
/usr/include/g++/i386-unknown-openbsd5.0/bits/ctype_base.h:55: warning: 
overflow in implicit constant conversion
Linking CXX executable ../../bin/llvm-tblgen
cd /home/ports/pobj/llvm-3.0/build-i386/utils/TableGen && /usr/local/bin/cmake 
-E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt --verbose=Yes
/usr/bin/c++   -O2 -pipe -g -O0  -fPIC -DNDEBUG
CMakeFiles/llvm-tblgen.dir/ARMDecoderEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/AsmWriterInst.cpp.o 
CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeGenInstruction.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeGenRegisters.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeGenTarget.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelMatcher.cpp.o 
CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/EDEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/FixedLenDecode
 rEmitter.cpp.o CMakeFiles/llvm-tblgen.dir/InstrEnumEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/IntrinsicEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/SetTheory.cpp.o 
CMakeFiles/llvm-tblgen.dir/StringMatcher.cpp.o 
CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/TGValueTypes.cpp.o 
CMakeFiles/llvm-tblgen.dir/TableGen.cpp.o 
CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o 
CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o  -o ../../bin/llvm-tblgen 
 -lpthread ../../lib/libLLVMSupport.a ../../lib/libLLVMTableGen.a -lpthread 
../../lib/libLLVMSupport.a -lpthread 
-Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib 
../../lib/libLLVMSupport.a(Signals.cpp.o)(.gnu.linkonce.t._ZN4llvm3sys10SmartMutexILb1EE7acquireEv+0x22):
 In function `llvm::sys::SmartMutex::acquire()':
/usr/include/g++/bits/stl_vector.h:601: undefined reference to 
`llvm::sys::MutexImpl::acquire()'
../../lib/libLLVMSupport.a(Threading.cpp.o)(.gnu.linkonce.t._ZN4llvm3sys10SmartMutexILb0EE7acquireEv+0x19):
 In function `llvm::sys::SmartMutex::acquire()':
/home/ports/pobj/llvm-3.0/llvm-3.0.src/lib/Support/Threading.cpp:56: undefined 
reference to `llvm::sys::MutexImpl::acquire()'
collect2: ld returned 1 exit status

Sebastian

> 
> cheers,
> David
 
 
 
 



Re: UPDATE: sysutils/cdrtools

2011-12-06 Thread Sebastian Reitenbach
Hi, 
On Thursday, December 1, 2011 14:27 CET, "Sebastian Reitenbach" 
 wrote: 
 
>  
> On Wednesday, November 30, 2011 22:42 CET, "Sebastian Reitenbach" 
>  wrote: 
>  
> >  
> > On Wednesday, November 30, 2011 21:59 CET, na...@mips.inka.de  wrote: 
> >  
> > > Sebastian Reitenbach  wrote:
> > > 
> > > > >   don't think there's much of a point.  You aren't unhiding any
> > > > 
> > > > I did not made a patch, since in the end, it would have been a huge 
> > > > patch.
> > > 
> > > Really?  It affects a total of ten lines spread over three files.
> > > Anyway, I suggest to just drop the whole thing.  Now that you are
> > > overriding MKDEP, the only "hidden" commands left are one
> > > 
> > >   echo "  ==> MAKING SYMLINKS in ./RULES/" && cd ./RULES && sh ./MKLINKS
> > > 
> > > and a few
> > > 
> > >   echo "  ==> RANDOMIZING ARCHIVE \"foo.a\""; ranlib foo.a
> > > 
> > > And as with the dependency generation, there's nothing interesting
> > > there.  *shrug*
> > > 
> > I'll look at it again tomorrow.
> 
> I removed the pre-configure stuff now. I did put a bit more stuff into the 
> MAKE_FLAGS instead.
> 
> > 
> > > > > Also, somebody should build this on a MACHINE != MACHINE_ARCH
> > > > > platform (macppc, loongson, sgi),
> > > > 
> > > > just started a build on a vax. we'll see what happens there.
> > 
> > In the meantime, it did built fine on the vax, but there is no cd drive 
> > connected to it, so don't have much to test.
> 
> still builds on the vax.
> 
> > 
> > > 
> > > Nothing that would trip over MACHINE != MACHINE_ARCH.
> > > 
> > > Anyway, I managed to burn cd50.iso with this
> > > 
> > > cd1 at scsibus0 targ 5 lun 0:  SCSI2 5/cdrom 
> > > removable
> > > 
> > > on my alpha.  Can't boot from it, though, but I guess the burner
> > > is gummed up with dust.


is this OK now, or still rough things left that should be cleaned?

reattached the diff.

Sebastian

> > > 
> > > -- 
> > > Christian "naddy" Weisgerber  na...@mips.inka.de
> > > 
> >  
> >  
> >  
> >  
> > 
>  
>  
>  
>  
 
 
 
 
Index: Makefile
===
RCS file: /cvs/ports/sysutils/cdrtools/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	10 Nov 2011 14:13:06 -	1.18
+++ Makefile	1 Dec 2011 10:57:47 -
@@ -1,13 +1,12 @@
 # $OpenBSD: Makefile,v 1.18 2011/11/10 14:13:06 sthen Exp $
 
-COMMENT=		ISO 9660 filesystem and CD creation tools
+COMMENT=		ISO 9660 filesystem and CD/DVD/BD creation tools
 
-DISTNAME=		cdrtools-2.01
-REVISION =		2
+DISTNAME=		cdrtools-3.00
 CATEGORIES=		sysutils
-HOMEPAGE=		http://cdrecord.berlios.de/old/private/cdrecord.html
+HOMEPAGE=		http://cdrecord.berlios.de/private/cdrecord.html
 
-# GPL
+# mostly CDDL, some components GPL (see COPYING)
 PERMIT_PACKAGE_CDROM=	Yes
 PERMIT_PACKAGE_FTP=	Yes
 PERMIT_DISTFILES_CDROM=	Yes
@@ -17,11 +16,16 @@
 MASTER_SITES=		ftp://ftp.berlios.de/pub/cdrecord/ \
 			http://spacehopper.org/mirrors/berlios/cdrecord/
 
+
 USE_GMAKE=		Yes
-USE_GROFF =		Yes
 
-MAKE_ENV=		MAKEPROG=${MAKE_PROGRAM} \
-			CCOM=${CC}
+MAKE_ENV +=		MAKEPROG=${MAKE_PROGRAM} 
+MAKE_FLAGS =		GMAKE_NOWARN=true CC="${CC}" CC++="${CXX}" \
+			LDCC="${CC}" LDCC++="${CXX}" \
+			MKC++DEP="${CXX} -M" MKDEP="${CC} -M" \
+			DYNLD="${CC}" DYNLDC++="${CXX}" \
+			GCCOPTOPT="" RANLIB=ranlib AR=ar \
+			OSS_SOUND_DEV='"/dev/audio"'
 
 NO_REGRESS=		Yes
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/cdrtools/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	5 Apr 2007 17:26:11 -	1.7
+++ distinfo	1 Dec 2011 10:57:47 -
@@ -1,5 +1,5 @@
-MD5 (cdrtools-2.01.tar.gz) = b1iILfukxhXi69gaVl98+g==
-RMD160 (cdrtools-2.01.tar.gz) = bSEDiRh4mQL/d0/Nqsd4Coy0a74=
-SHA1 (cdrtools-2.01.tar.gz) = tnShidN189FEf0hEwqlidRuTP8E=
-SHA256 (cdrtools-2.01.tar.gz) = FDyuPVXzHZb+qjE84suSDBltd+vLyiooD/ygHinXX1c=
-SIZE (cdrtools-2.01.tar.gz) = 1736017
+MD5 (cdrtools-3.00.tar.gz) = uyHO/vz7t2zySRIOiXj/3Q==
+RMD160 (cdrtools-3.00.tar.gz) = nDIjluU6k8q3BaUPEMI9rDuOGSc=
+SHA1 (cdrtools-3.00.tar.gz) = LNfRcl4NoiZ7egM8x0QpXW4rxrk=
+SHA256 (cdrtools-3.00.tar.gz) = YyZ2Lai4KByakQxm/mmM1NG8XzPDe1no8cgzQ8JfPpg=
+SIZE (cdrtools-3.00.tar.gz) = 2479860
Index: patches/patch-RULES_cc-gcc_rul
===
RCS file: patches/patch-RULES_cc-gcc_rul
diff -N patches/patch-RULES_cc-gcc_rul
--- /dev/null	1 Jan 1970 00:00:00 -
+++ patches/patch-RULES_cc-gcc_rul	1 Dec 2011 10:57:47 -
@@ -0,0 +1,34 @@
+$OpenBSD$
+--- RULES/cc-gcc.rul.orig	Wed May  9 14:25:30 2007
 RULES/cc-gcc.rul	Thu Nov 17 16:25:51 2011
+@@ -19,9 +19,9 @@
+ # file and include the License file CDDL.Schily.txt from this distribution.
+ ###
+ 
+-CPPFLAGS=	-DSCHILY_BUILD $(CPPOPTS) $(CPPOPTX)
+-CFLAGS=		$(COPTS) $(CWARNOPTS) $(COPTOPT) $(GCCOPTOPT) $(COPTX)
+-C++FLAGS=	$(C++OP

Maintainer Update] devel/p5-Git-Repository

2011-12-06 Thread wen heping
Hi,

   Here is an patch for devel/p5-Git-Repository which include:
  1) update to 1.23
  2) remove USE_GROFF line
  3) update RUN_DEPENDS
  4) Add TEST_POD=1

Tested and regress both OK on Loongson.

Comments? OK?


wen
Index: p5-Git-Repository/Makefile
===
RCS file: /cvs/ports/devel/p5-Git-Repository/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- p5-Git-Repository/Makefile  13 Sep 2011 06:59:46 -  1.2
+++ p5-Git-Repository/Makefile  6 Dec 2011 14:16:10 -
@@ -3,9 +3,8 @@
 COMMENT =  Perl interface to Git repositories
 
 MODULES =  cpan
-DISTNAME = Git-Repository-1.22
+DISTNAME = Git-Repository-1.23
 CATEGORIES =   devel
-USE_GROFF =Yes
 
 MAINTAINER=Wen Heping 
 
@@ -15,6 +14,11 @@
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes
 
-RUN_DEPENDS =  devel/p5-System-Command
+CPAN_AUTHOR =  BOOK
+
+MAKE_ENV +=TEST_POD=1
+
+RUN_DEPENDS =  devel/p5-System-Command \
+   devel/git
 
 .include 
Index: p5-Git-Repository/distinfo
===
RCS file: /cvs/ports/devel/p5-Git-Repository/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- p5-Git-Repository/distinfo  13 Sep 2011 06:59:46 -  1.2
+++ p5-Git-Repository/distinfo  6 Dec 2011 14:16:10 -
@@ -1,5 +1,5 @@
-MD5 (Git-Repository-1.22.tar.gz) = ouyJeQ2ASz5smVBlUR7NrQ==
-RMD160 (Git-Repository-1.22.tar.gz) = uDjoqeRqOE4pUcsezvJPg7pzAbw=
-SHA1 (Git-Repository-1.22.tar.gz) = 7mpyKfi+TamdRSBptFhuow1mgI8=
-SHA256 (Git-Repository-1.22.tar.gz) = 
hSK59cRS8IWdceLA1zV69ZEWyiVIfURPcdCdaFaal9c=
-SIZE (Git-Repository-1.22.tar.gz) = 41506
+MD5 (Git-Repository-1.23.tar.gz) = oBc4OO6P2/Ubab1Ku2b35w==
+RMD160 (Git-Repository-1.23.tar.gz) = ounn2lmPWFIQiyGeKkGri36S1DU=
+SHA1 (Git-Repository-1.23.tar.gz) = VL6p0uY2w0pBsj4Xtiaeoa1a/Hs=
+SHA256 (Git-Repository-1.23.tar.gz) = 
0KPSs/sgJvxZxsMJcrktSViBZKdcK6npmUv4Epwo6Y0=
+SIZE (Git-Repository-1.23.tar.gz) = 42029


Re: UPDATE: llvm-3.0rc1 just for testing...

2011-12-06 Thread David Coppa
On Tue, 06 Dec 2011, Stuart Henderson wrote:

> On 2011/12/06 13:23, David Coppa wrote:
> > Try to add the chunk below to Makefile:
> > 
> > .ifdef DEBUG
> > CONFIGURE_ARGS += --disable-optimized --enable-debug-symbols
> > .endif
> > 
> > Ciao,
> > David
> 
> This is only with the cmake build, not the autoconf one ..

Ops! You're right.

Maybe this has a chance to work:

.ifdef DEBUG
CONFIGURE_ARGS += -DLLVM_ENABLE_ASSERTIONS:Bool=True 
-DCMAKE_BUILD_TYPE:String=Debug
.endif

...After actually looking at the code, you know :)

cheers,
David



Re: UPDATE: llvm-3.0rc1 just for testing...

2011-12-06 Thread Stuart Henderson
On 2011/12/06 13:23, David Coppa wrote:
> Try to add the chunk below to Makefile:
> 
> .ifdef DEBUG
> CONFIGURE_ARGS += --disable-optimized --enable-debug-symbols
> .endif
> 
> Ciao,
> David

This is only with the cmake build, not the autoconf one ..



Re: Update: www/mozilla-firefox v8.0.1

2011-12-06 Thread David Coppa
2011/12/6 Nigel Taylor :
> Hi,
>
> Updates to www/mozilla-firefox and www/firefox-i18n to v8.0.1
> Built and Tested on amd64
>
> Comments? Ok?

Thanks and ok: works well for me (tested on i386).

I suppose I'm not the only one thinking this should be committed into
ports cvs. We already missed 8.0, what about this one?

Ciao,
David



Re: UPDATE(test): rxvt-unicode-9.13beta

2011-12-06 Thread David Coppa
On Tue, Dec 6, 2011 at 2:04 PM, LEVAI Daniel  wrote:
> Hi!
>
>
> rxvt-unicode-9.13beta is available, and the brave or curious can test
> it. So far, standard stuff is working on i386, and I've tested the
> tabbed perl extension too (ok).
>
> patches/patch-libptytty_src_ptytty_h    not needed
> patches/patch-src_main_C                integrated
> patches/patch-src_perl_tabbed           integrated

Thanks. I'll test it but it's better to wait for the final 9.13...
Btw, use "cvs rm" to remove unneeded patches.

Ciao,
David



Re: UPDATE(test): rxvt-unicode-9.13beta

2011-12-06 Thread LEVAI Daniel
Bad diff (it didn't include the removed files), sorry about that.
so, patch -E


Index: Makefile
===
RCS file: /cvs/ports/x11/rxvt-unicode/Makefile,v
retrieving revision 1.15
diff -p -u -r1.15 Makefile
--- Makefile17 Oct 2011 11:45:43 -  1.15
+++ Makefile6 Dec 2011 13:10:00 -
@@ -3,12 +3,11 @@
 COMMENT =  clone of rxvt with Unicode and Xft support
 
 DISTNAME = rxvt-unicode-9.12
-REVISION = 2
+PKGNAME =  rxvt-unicode-9.13b
 CATEGORIES =   x11
 
 EXTRACT_SUFX = .tar.bz2
-MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/ \
-   http://dist.schmorp.de/rxvt-unicode/Attic/
+MASTER_SITES = http://data.plan9.de/
 
 HOMEPAGE = http://software.schmorp.de/pkg/rxvt-unicode.html
 
Index: distinfo
===
RCS file: /cvs/ports/x11/rxvt-unicode/distinfo,v
retrieving revision 1.5
diff -p -u -r1.5 distinfo
--- distinfo5 Jul 2011 15:08:49 -   1.5
+++ distinfo6 Dec 2011 13:10:00 -
@@ -1,5 +1,5 @@
-MD5 (rxvt-unicode-9.12.tar.bz2) = lFrzfWYcjEWnysKSFg58cA==
-RMD160 (rxvt-unicode-9.12.tar.bz2) = MvU6V7UHLLyxt2UTfwFh2X/eWZ0=
-SHA1 (rxvt-unicode-9.12.tar.bz2) = TL8FFrgwTfsEG58+WqumYv7kuXk=
-SHA256 (rxvt-unicode-9.12.tar.bz2) = 
HbM0IEv7JksxNOAdnTz0RsWsfUdRSQlDX5FPOQbzfn4=
-SIZE (rxvt-unicode-9.12.tar.bz2) = 886255
+MD5 (rxvt-unicode-9.12.tar.bz2) = xVJy5NlT/PHZ0CAT3kn39Q==
+RMD160 (rxvt-unicode-9.12.tar.bz2) = K10TAl/nEVF0J4N1XgBC4gv2Q5s=
+SHA1 (rxvt-unicode-9.12.tar.bz2) = ab9N8748KQgFWAq2dr16YNaLOZI=
+SHA256 (rxvt-unicode-9.12.tar.bz2) = 
y6PiXhl40nPIN4VeiBfDd6nsO9W4KDNZPFOi4KhxH70=
+SIZE (rxvt-unicode-9.12.tar.bz2) = 894660
Index: patches/patch-libptytty_src_ptytty_h
===
RCS file: patches/patch-libptytty_src_ptytty_h
diff -N patches/patch-libptytty_src_ptytty_h
--- patches/patch-libptytty_src_ptytty_h5 Jul 2011 15:08:49 -   
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,17 +0,0 @@
-$OpenBSD: patch-libptytty_src_ptytty_h,v 1.1 2011/07/05 15:08:49 dcoppa Exp $
-
-Fix compilation on systems with bsd style utmp and no utmpx, such
-as OpenBSD (upstream cvs revision 1.30 of libptytty)
-
 libptytty/src/ptytty.h.origTue May 31 08:21:52 2011
-+++ libptytty/src/ptytty.h Tue Jul  5 13:20:23 2011
-@@ -69,9 +69,7 @@ struct ptytty_unix : ptytty (public)
- #ifdef HAVE_STRUCT_UTMPX
-   struct utmpx utx;
- #endif
--#if (defined(HAVE_STRUCT_UTMP) && defined(HAVE_UTMP_PID)) || 
defined(HAVE_STRUCT_UTMPX)
-   char ut_id[5];
--#endif
- 
-   void logout ();
- #endif
Index: patches/patch-src_main_C
===
RCS file: patches/patch-src_main_C
diff -N patches/patch-src_main_C
--- patches/patch-src_main_C5 Jul 2011 15:08:49 -   1.5
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_main_C,v 1.5 2011/07/05 15:08:49 dcoppa Exp $
-
-Fix a bug causing artifacts at the bottom of the screen when using
-rxvt-unicode without hints
-(From: https://awesome.naquadah.org/wiki/Urxvt_Hints)
-
 src/main.C.origMon May  2 11:42:28 2011
-+++ src/main.C Mon May 23 16:34:12 2011
-@@ -708,6 +708,8 @@ rxvt_term::window_calc (unsigned int newwidth, unsigne
- 
-   ncol = width  / fwidth;
-   nrow = height / fheight;
-+  width = ncol * fwidth;
-+  height = nrow * fheight;
- }
- 
- /*--*/
Index: patches/patch-src_perl_tabbed
===
RCS file: patches/patch-src_perl_tabbed
diff -N patches/patch-src_perl_tabbed
--- patches/patch-src_perl_tabbed   26 Sep 2011 15:18:37 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,23 +0,0 @@
-$OpenBSD: patch-src_perl_tabbed,v 1.1 2011/09/26 15:18:37 dcoppa Exp $
-
-Bugfix: pty input was not properly dispatched to the active tabbed
-window when events were sent to the main window.
-(upstream cvs revision 1.26)
-
 src/perl/tabbed.orig   Mon Feb 21 08:39:52 2011
-+++ src/perl/tabbedMon Sep 26 17:13:29 2011
-@@ -170,6 +170,14 @@ sub on_focus_out {
-()
- }
- 
-+sub on_tt_write {
-+my ($self, $octets) = @_;
-+
-+$self->{cur}->tt_write ($octets);
-+
-+1
-+}
-+
- sub on_key_press {
-my ($self, $event) = @_;
- 



Daniel

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F



UPDATE(test): rxvt-unicode-9.13beta

2011-12-06 Thread LEVAI Daniel
Hi!


rxvt-unicode-9.13beta is available, and the brave or curious can test
it. So far, standard stuff is working on i386, and I've tested the
tabbed perl extension too (ok).

patches/patch-libptytty_src_ptytty_hnot needed
patches/patch-src_main_Cintegrated
patches/patch-src_perl_tabbed   integrated

patch -E is advised.

Index: Makefile
===
RCS file: /cvs/ports/x11/rxvt-unicode/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile17 Oct 2011 11:45:43 -  1.15
+++ Makefile6 Dec 2011 12:59:58 -
@@ -3,12 +3,11 @@
 COMMENT =  clone of rxvt with Unicode and Xft support
 
 DISTNAME = rxvt-unicode-9.12
-REVISION = 2
+PKGNAME =  rxvt-unicode-9.13b
 CATEGORIES =   x11
 
 EXTRACT_SUFX = .tar.bz2
-MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/ \
-   http://dist.schmorp.de/rxvt-unicode/Attic/
+MASTER_SITES = http://data.plan9.de/
 
 HOMEPAGE = http://software.schmorp.de/pkg/rxvt-unicode.html
 
Index: distinfo
===
RCS file: /cvs/ports/x11/rxvt-unicode/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo5 Jul 2011 15:08:49 -   1.5
+++ distinfo6 Dec 2011 12:59:58 -
@@ -1,5 +1,5 @@
-MD5 (rxvt-unicode-9.12.tar.bz2) = lFrzfWYcjEWnysKSFg58cA==
-RMD160 (rxvt-unicode-9.12.tar.bz2) = MvU6V7UHLLyxt2UTfwFh2X/eWZ0=
-SHA1 (rxvt-unicode-9.12.tar.bz2) = TL8FFrgwTfsEG58+WqumYv7kuXk=
-SHA256 (rxvt-unicode-9.12.tar.bz2) = 
HbM0IEv7JksxNOAdnTz0RsWsfUdRSQlDX5FPOQbzfn4=
-SIZE (rxvt-unicode-9.12.tar.bz2) = 886255
+MD5 (rxvt-unicode-9.12.tar.bz2) = xVJy5NlT/PHZ0CAT3kn39Q==
+RMD160 (rxvt-unicode-9.12.tar.bz2) = K10TAl/nEVF0J4N1XgBC4gv2Q5s=
+SHA1 (rxvt-unicode-9.12.tar.bz2) = ab9N8748KQgFWAq2dr16YNaLOZI=
+SHA256 (rxvt-unicode-9.12.tar.bz2) = 
y6PiXhl40nPIN4VeiBfDd6nsO9W4KDNZPFOi4KhxH70=
+SIZE (rxvt-unicode-9.12.tar.bz2) = 894660



Daniel

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F



Re: UPDATE: llvm-3.0rc1 just for testing...

2011-12-06 Thread Sebastian Reitenbach
 
On Tuesday, December 6, 2011 13:23 CET, David Coppa  wrote: 
 
> On Tue, 06 Dec 2011, Sebastian Reitenbach wrote:
> 
> > It works for me on i386, and also it compiles fast. Whatever made the rc 
> > candidates so slow, seems to be gone.
> > 
> > I also found why llvm did not compiled for me with cmake (I reported that 
> > before when you sent the rc2 I think):
> > In my /etc/mk.conf I had defined:
> > DEBUG=-g -O0
> > 
> > With this setting, build ends here:
> > 
> > /usr/include/g++/bits/stl_vector.h:601: undefined reference to 
> > `llvm::sys::MutexImpl::acquire()'
> > ../../lib/libLLVMSupport.a(Threading.cpp.o)(.gnu.linkonce.t._ZN4llvm3sys10SmartMutexILb0EE7acquireEv+0x19):
> >  In function `llvm::sys::SmartMutex::acquire()':
> > /home/ports/pobj/llvm-3.0/llvm-3.0.src/lib/Support/Threading.cpp:56: 
> > undefined reference to `llvm::sys::MutexImpl::acquire()'
> > collect2: ld returned 1 exit status
> > 
> > Commenting out this line, it builds as expected.
> 
> Try to add the chunk below to Makefile:
> 
> .ifdef DEBUG
> CONFIGURE_ARGS += --disable-optimized --enable-debug-symbols
> .endif

doesn't help, its still the same.

Sebastian

> 
> Ciao,
> David
 
 
 
 



Re: UPDATE: llvm-3.0rc1 just for testing...

2011-12-06 Thread David Coppa
On Tue, 06 Dec 2011, Sebastian Reitenbach wrote:

> It works for me on i386, and also it compiles fast. Whatever made the rc 
> candidates so slow, seems to be gone.
> 
> I also found why llvm did not compiled for me with cmake (I reported that 
> before when you sent the rc2 I think):
> In my /etc/mk.conf I had defined:
> DEBUG=-g -O0
> 
> With this setting, build ends here:
> 
> /usr/include/g++/bits/stl_vector.h:601: undefined reference to 
> `llvm::sys::MutexImpl::acquire()'
> ../../lib/libLLVMSupport.a(Threading.cpp.o)(.gnu.linkonce.t._ZN4llvm3sys10SmartMutexILb0EE7acquireEv+0x19):
>  In function `llvm::sys::SmartMutex::acquire()':
> /home/ports/pobj/llvm-3.0/llvm-3.0.src/lib/Support/Threading.cpp:56: 
> undefined reference to `llvm::sys::MutexImpl::acquire()'
> collect2: ld returned 1 exit status
> 
> Commenting out this line, it builds as expected.

Try to add the chunk below to Makefile:

.ifdef DEBUG
CONFIGURE_ARGS += --disable-optimized --enable-debug-symbols
.endif

Ciao,
David



Re: UPDATE: llvm-3.0rc1 just for testing...

2011-12-06 Thread Stuart Henderson
On 2011/12/06 12:41, Sebastian Reitenbach wrote:
> I also found why llvm did not compiled for me with cmake (I reported that 
> before when you sent the rc2 I think):
> In my /etc/mk.conf I had defined:
> DEBUG=-g -O0

-O0 - this could very well explain why it was so slow ...
personally I would usually set this on the command line if I need
it ('make package DEBUG="-g -O0"').

Still, this should work, I'll see if I can work out what's going on.
(Looks like there are some -lpthread I need to change to -pthread too).



Re: UPDATE: llvm-3.0rc1 just for testing...

2011-12-06 Thread Sebastian Reitenbach
 Hi,

On Sunday, December 4, 2011 22:28 CET, Stuart Henderson  
wrote: 
 
> On 2011-11-26, Sebastian Reitenbach  wrote:
> >  Hi,
> >
> > On Thursday, November 24, 2011 04:21 CET, Jonathan Gray  
> > wrote: 
> >  
> >> On Tue, Nov 15, 2011 at 09:33:21AM +, Stuart Henderson wrote:
> >> > On 2011-10-26, Sebastian Reitenbach  
> >> > wrote:
> >> > > attached patch to update llvm to 3.0 rc1. The 3.0 is supposed to
> >> > > be released in a couple of weeks
> >> > 
> >> > release is scheduled for tomorrow; here is an updated diff for rc3,
> >> > also switching the build to cmake.
> >
> > I kind of recognized it earlier, but now I started measuring times, and for 
> > me, the clang 3.0 is dog slow.
> > I compile sth. with clang 2.9, an WIP libobjc2 port (mostly C), and with 
> > clang 3.0 it takes more than two times the time to compile it. Also with 
> > other gnustep objective-c stuff, its about the same speed difference.
> > clang 2.9 is much faster than gcc, but now clang 3.0 is much slower than 
> > gcc.
> 
> Updated diff to llvm/clang 3.0 final; I have made a few timings (on amd64) -

It works for me on i386, and also it compiles fast. Whatever made the rc 
candidates so slow, seems to be gone.

I also found why llvm did not compiled for me with cmake (I reported that 
before when you sent the rc2 I think):
In my /etc/mk.conf I had defined:
DEBUG=-g -O0

With this setting, build ends here:

/usr/include/g++/i386-unknown-openbsd5.0/bits/ctype_base.h: At global scope:
/usr/include/g++/i386-unknown-openbsd5.0/bits/ctype_base.h:55: warning: 
overflow in implicit constant conversion
Linking CXX executable ../../bin/llvm-tblgen
cd /home/ports/pobj/llvm-3.0/build-i386/utils/TableGen && /usr/local/bin/cmake 
-E cmake_link_script CMakeFiles/llvm-tblgen.dir/link.txt --verbose=Yes
/usr/bin/c++   -O2 -pipe -g -O0  -fPIC -DNDEBUG
CMakeFiles/llvm-tblgen.dir/ARMDecoderEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/AsmMatcherEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/AsmWriterEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/AsmWriterInst.cpp.o 
CMakeFiles/llvm-tblgen.dir/CallingConvEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeEmitterGen.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeGenInstruction.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeGenRegisters.cpp.o 
CMakeFiles/llvm-tblgen.dir/CodeGenTarget.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelMatcherGen.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o 
CMakeFiles/llvm-tblgen.dir/DAGISelMatcher.cpp.o 
CMakeFiles/llvm-tblgen.dir/DisassemblerEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/EDEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/FastISelEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/FixedLenDecode
 rEmitter.cpp.o CMakeFiles/llvm-tblgen.dir/InstrEnumEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/InstrInfoEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/IntrinsicEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/RegisterInfoEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/SetTheory.cpp.o 
CMakeFiles/llvm-tblgen.dir/StringMatcher.cpp.o 
CMakeFiles/llvm-tblgen.dir/SubtargetEmitter.cpp.o 
CMakeFiles/llvm-tblgen.dir/TGValueTypes.cpp.o 
CMakeFiles/llvm-tblgen.dir/TableGen.cpp.o 
CMakeFiles/llvm-tblgen.dir/X86DisassemblerTables.cpp.o 
CMakeFiles/llvm-tblgen.dir/X86RecognizableInstr.cpp.o  -o ../../bin/llvm-tblgen 
 -lpthread ../../lib/libLLVMSupport.a ../../lib/libLLVMTableGen.a -lpthread 
../../lib/libLLVMSupport.a -lpthread 
-Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib 
../../lib/libLLVMSupport.a(Signals.cpp.o)(.gnu.linkonce.t._ZN4llvm3sys10SmartMutexILb1EE7acquireEv+0x22):
 In function `llvm::sys::SmartMutex::acquire()':
/usr/include/g++/bits/stl_vector.h:601: undefined reference to 
`llvm::sys::MutexImpl::acquire()'
../../lib/libLLVMSupport.a(Threading.cpp.o)(.gnu.linkonce.t._ZN4llvm3sys10SmartMutexILb0EE7acquireEv+0x19):
 In function `llvm::sys::SmartMutex::acquire()':
/home/ports/pobj/llvm-3.0/llvm-3.0.src/lib/Support/Threading.cpp:56: undefined 
reference to `llvm::sys::MutexImpl::acquire()'
collect2: ld returned 1 exit status

Commenting out this line, it builds as expected.

The version of the port not using cmake, I.e. the rc4, did not had a problem 
with the DEBUG= line in mk.conf, but maybe it just ignored it altogether.

Sebastian


> 
> net/quagga -
> gcc5m4.02s real 1m52.13s user 1m11.42s system
> 2.93m40.45s real 1m19.55s user 0m47.52s system
> 3.03m34.62s real 1m18.41s user 0m42.63s system
> 
> math/calc -
> gcc1m0.05s real 0m23.12s user 0m15.56s system
> 2.90m48.41s real 0m18.34s user 0m12.21s system
> 3.00m44.68s real 0m16.56s user 0m10.89s system
> 
> lang/lua -
> gcc0m15.60s real 0m6.65s user 0m4.06s system
> 2.90m12.83s real 0m5.76s user 0m2.87s system
> 3.00m11.13s real 0m4.69s user 0m2.58s s