On 09/05/12 23:17, Matthew Dempsky wrote:
> This fixes erlang to properly link its shared objects on OpenBSD, and
> lets at least devel/rebar now build.
> 
> "make update-plist" tells me there's a new pkg/PLIST, but then fails
> to write it for some currently unknown reason.  I don't expect the
> plist actually changes with this, but someone might double check that.
> 
> ok?
> 
Ok

Built on amd64 and i386, along with devel/rebar. lang/elixar also built
which depends on devel/rebar. lang/elixar regression tests run ok. Only
have i386/amd64 to build / run regression tests on.

The existing PLIST is ok.


make update-plist works for me. Generates a different and wrong PLIST,

$ diff -u PLIST{.orig,}
--- PLIST.orig  Sat May 26 17:16:12 2012
+++ PLIST       Thu Sep  6 00:18:41 2012
@@ -328,6 +328,7 @@
 lib/erlang/${ERTS}/src/
 lib/erlang/${ERTS}/src/setuid_socket_wrap.c
 lib/erlang/lib/
+@comment lib/erlang/lib/${TOOLS}/emacs/test.erl.orig
 lib/erlang/lib/${APPMON}/
 lib/erlang/lib/${APPMON}/doc/
 lib/erlang/lib/${APPMON}/doc/html/
@@ -6025,7 +6026,7 @@
 lib/erlang/lib/${TOOLS}/emacs/erlang.el
 lib/erlang/lib/${TOOLS}/emacs/erlang_appwiz.el
 lib/erlang/lib/${TOOLS}/emacs/test.erl.indented
-@comment lib/erlang/lib/${TOOLS}/emacs/test.erl.orig
+lib/erlang/lib/${TOOLS}/emacs/test.erl.orig
 lib/erlang/lib/${TOOLS}/examples/
 lib/erlang/lib/${TOOLS}/examples/xref_examples.erl
 lib/erlang/lib/${TOOLS}/info


reordered the @comment line, and uncommented entry
lib/erlang/lib/${TOOLS}/emacs/test.erl.orig


Reply via email to