[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
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
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
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
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
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
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
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.
* 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
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
-#
-
10 matches
Mail list logo