Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-27 Thread Jon Olsson
[snip] > > btw i noticed in the build log that some parts are being built with the > > -O3 flag which we try to avoid in general. so maybe you can get rid of > > that and try to honor CFLAGS. Here's two patches that changes the -O3 instances to -O2. / Jon $OpenBSD$ --- erts/emulator/Makefile.in.o

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-27 Thread Jon Olsson
On Mon, Mar 27, 2006 at 05:03:58PM +0200, steven mestdagh wrote: > Jon Olsson [2006-03-27, 16:24:33]: > > +DOC_DIR= ${PREFIX}/lib/erlang > > we usually install docs under ${PREFIX}/share/doc, is there a reason why > this cannot be done here? This is "the erlang way" and it uses these directorie

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-27 Thread steven mestdagh
Jon Olsson [2006-03-27, 16:24:33]: > +DOC_DIR= ${PREFIX}/lib/erlang we usually install docs under ${PREFIX}/share/doc, is there a reason why this cannot be done here? btw i noticed in the build log that some parts are being built with the -O3 flag which we try to avoid in general. so maybe yo

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-25 Thread Francisco Valladolid Hdez.
I'm testing erlang in -current, i can comment in short. Thanks. > On Fri, Mar 24, 2006 at 06:26:10PM +0100, Jon Olsson wrote: > [snip] >> Attaching an updated port that fixes a few issues: >> * Fix fetching of {man,html}-files (not SUPDISTFILE any longer) >> * Make sure the whatis.db file is del

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-25 Thread Chris Kuethe
On 3/25/06, steven mestdagh <[EMAIL PROTECTED]> wrote: > okay, i got it to build on amd64... i don't use this so i can't really > test if it works properly. new diff attached. > > we have --disable-jinterface, so i think it does not make sense to > install docs for that. > > do you want to maintai

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-25 Thread steven mestdagh
Jon Olsson [2006-03-25, 17:52:32]: > On Fri, Mar 24, 2006 at 06:26:10PM +0100, Jon Olsson wrote: > [snip] > > Attaching an updated port that fixes a few issues: > > * Fix fetching of {man,html}-files (not SUPDISTFILE any longer) > > * Make sure the whatis.db file is deleted on pkg_delete > > * Upda

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-25 Thread Jon Olsson
On Fri, Mar 24, 2006 at 06:26:10PM +0100, Jon Olsson wrote: [snip] > Attaching an updated port that fixes a few issues: > * Fix fetching of {man,html}-files (not SUPDISTFILE any longer) > * Make sure the whatis.db file is deleted on pkg_delete > * Update package description, as Erlang is more than

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-22 Thread Hannah Schroeter
Hi! On Wed, Mar 22, 2006 at 08:07:19PM +0100, Nikolay Sturm wrote: >* Jon Olsson [2006-03-22]: >> ? patches/patch-erts_etc_common_Install >Is that a new patch file? >> -lib/erlang/lib/megaco-3.2.3/priv/lib/megaco_flex_scanner_drv.so >> +lib/erlang/lib/megaco-3.3/priv/lib/megaco_flex_scanner_drv.

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-22 Thread Nikolay Sturm
* Jon Olsson [2006-03-22]: > ? patches/patch-erts_etc_common_Install Is that a new patch file? > -lib/erlang/lib/megaco-3.2.3/priv/lib/megaco_flex_scanner_drv.so > +lib/erlang/lib/megaco-3.3/priv/lib/megaco_flex_scanner_drv.so Any chance to get rid of all those version numbers in the directory n

Re: Erlang update to R10B-10 + added manpages and HTML docs

2006-03-22 Thread Jon Olsson
A new patch file was missing, attaching it now. / Jon $OpenBSD$ --- erts/etc/common/Install.origWed Mar 22 17:54:42 2006 +++ erts/etc/common/Install Wed Mar 22 17:55:27 2006 @@ -135,15 +135,3 @@ if [ "X$TARGET" != "Xsunos5" -a -d $ERL_ done fi - -# -# Fixing the man pages -# -