OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 07-Dec-2007 09:33:04 Branch: HEAD Handle: 2007120708330300 Modified files: openpkg-src/erlang erlang.patch erlang.spec Log: upgrading package: erlang R11B.5 -> R12B.0 Summary: Revision Changes Path 1.2 +36 -50 openpkg-src/erlang/erlang.patch 1.10 +3 -3 openpkg-src/erlang/erlang.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/erlang/erlang.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 erlang.patch --- openpkg-src/erlang/erlang.patch 2 Oct 2007 14:23:57 -0000 1.1 +++ openpkg-src/erlang/erlang.patch 7 Dec 2007 08:33:03 -0000 1.2 @@ -1,7 +1,7 @@ Index: erts/emulator/Makefile.in ---- erts/emulator/Makefile.in.orig 2007-03-27 15:26:54 +0200 -+++ erts/emulator/Makefile.in 2007-10-02 13:24:47 +0200 -@@ -265,8 +265,10 @@ +--- erts/emulator/Makefile.in.orig 2007-11-26 19:55:14 +0100 ++++ erts/emulator/Makefile.in 2007-12-07 09:22:01 +0100 +@@ -248,8 +248,10 @@ endif [EMAIL PROTECTED]@ ifdef WITH_SCTP @@ -13,9 +13,9 @@ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ Index: erts/emulator/beam/erl_process_dump.c ---- erts/emulator/beam/erl_process_dump.c.orig 2007-04-25 10:07:32 +0200 -+++ erts/emulator/beam/erl_process_dump.c 2007-10-02 13:24:47 +0200 -@@ -382,9 +382,11 @@ +--- erts/emulator/beam/erl_process_dump.c.orig 2007-11-26 19:59:28 +0100 ++++ erts/emulator/beam/erl_process_dump.c 2007-12-07 09:22:01 +0100 +@@ -372,9 +372,11 @@ static void dump_externally(int to, void *to_arg, Eterm term) { @@ -30,7 +30,7 @@ if (is_fun(term)) { /* -@@ -416,4 +418,6 @@ +@@ -406,4 +408,6 @@ while (s < p) { erts_print(to, to_arg, "%02X", *s++); } @@ -38,8 +38,8 @@ + erts_free(ERTS_ALC_T_TMP, (void *) sbuf); } Index: erts/emulator/hipe/hipe_x86.c ---- erts/emulator/hipe/hipe_x86.c.orig 2006-08-29 11:49:44 +0200 -+++ erts/emulator/hipe/hipe_x86.c 2007-10-02 13:24:47 +0200 +--- erts/emulator/hipe/hipe_x86.c.orig 2007-11-26 19:59:40 +0100 ++++ erts/emulator/hipe/hipe_x86.c 2007-12-07 09:22:01 +0100 @@ -112,7 +112,7 @@ abort(); map_start = mmap(map_hint, map_bytes, @@ -50,8 +50,8 @@ |MAP_32BIT #endif Index: erts/etc/unix/Install.src ---- erts/etc/unix/Install.src.orig 2007-03-27 15:27:48 +0200 -+++ erts/etc/unix/Install.src 2007-10-02 13:24:47 +0200 +--- erts/etc/unix/Install.src.orig 2007-11-26 19:55:53 +0100 ++++ erts/etc/unix/Install.src 2007-12-07 09:22:01 +0100 @@ -148,4 +148,4 @@ ./misc/format_man_pages $ERL_ROOT fi @@ -59,8 +59,8 @@ - +exit 0 Index: lib/asn1/c_src/Makefile.in ---- lib/asn1/c_src/Makefile.in.orig 2007-06-11 13:37:45 +0200 -+++ lib/asn1/c_src/Makefile.in 2007-10-02 13:24:47 +0200 +--- lib/asn1/c_src/Makefile.in.orig 2007-11-26 14:12:06 +0100 ++++ lib/asn1/c_src/Makefile.in 2007-12-07 09:22:01 +0100 @@ -129,7 +129,7 @@ $(CC) -c $(CFLAGS) -o $(OBJ_FILES) $(C_FILES) @@ -71,8 +71,8 @@ $(LIBDIR): -mkdir -p $(LIBDIR) Index: lib/crypto/c_src/Makefile.in ---- lib/crypto/c_src/Makefile.in.orig 2007-06-11 14:59:08 +0200 -+++ lib/crypto/c_src/Makefile.in 2007-10-02 13:24:47 +0200 +--- lib/crypto/c_src/Makefile.in.orig 2007-11-26 20:01:59 +0100 ++++ lib/crypto/c_src/Makefile.in 2007-12-07 09:22:01 +0100 @@ -135,7 +135,7 @@ release_spec: opt $(INSTALL_DIR) $(RELSYSDIR)/priv/obj @@ -83,8 +83,8 @@ $(INSTALL_PROGRAM) $(DYN_DRIVER) $(RELSYSDIR)/priv/lib Index: lib/erl_interface/src/connect/ei_resolve.c ---- lib/erl_interface/src/connect/ei_resolve.c.orig 2006-11-06 14:53:29 +0100 -+++ lib/erl_interface/src/connect/ei_resolve.c 2007-10-02 13:24:47 +0200 +--- lib/erl_interface/src/connect/ei_resolve.c.orig 2007-11-26 19:57:25 +0100 ++++ lib/erl_interface/src/connect/ei_resolve.c 2007-12-07 09:22:01 +0100 @@ -51,6 +51,10 @@ #include "ei_resolve.h" #include "ei_locking.h" @@ -98,7 +98,7 @@ void ei_init_resolve(void) Index: lib/et/src/et_contents_viewer.erl --- lib/et/src/et_contents_viewer.erl.orig 2002-10-03 00:10:21 +0200 -+++ lib/et/src/et_contents_viewer.erl 2007-10-02 13:24:47 +0200 ++++ lib/et/src/et_contents_viewer.erl 2007-12-07 09:22:01 +0100 @@ -346,7 +346,6 @@ 'Caps_Lock' -> {noreply, S}; @@ -108,9 +108,9 @@ end; handle_info({gs, _Obj, configure, [], [W, H | _]}, S) -> Index: lib/et/src/et_viewer.erl ---- lib/et/src/et_viewer.erl.orig 2002-10-14 15:49:18 +0200 -+++ lib/et/src/et_viewer.erl 2007-10-02 13:24:47 +0200 -@@ -982,8 +982,7 @@ +--- lib/et/src/et_viewer.erl.orig 2007-11-26 14:09:44 +0100 ++++ lib/et/src/et_viewer.erl 2007-12-07 09:22:01 +0100 +@@ -975,8 +975,7 @@ noreply(S). click_error(Click, S) -> @@ -121,8 +121,8 @@ %%%---------------------------------------------------------------------- %%% Clone viewer Index: lib/gs/src/tool_utils.erl ---- lib/gs/src/tool_utils.erl.orig 2007-06-11 15:00:04 +0200 -+++ lib/gs/src/tool_utils.erl 2007-10-02 13:24:47 +0200 +--- lib/gs/src/tool_utils.erl.orig 2007-11-26 20:03:09 +0100 ++++ lib/gs/src/tool_utils.erl 2007-12-07 09:22:01 +0100 @@ -37,6 +37,9 @@ }). @@ -206,19 +206,19 @@ + end + end. Index: lib/hipe/regalloc/Makefile ---- lib/hipe/regalloc/Makefile.orig 2007-06-11 14:56:03 +0200 -+++ lib/hipe/regalloc/Makefile 2007-10-02 13:50:23 +0200 -@@ -43,7 +43,6 @@ +--- lib/hipe/regalloc/Makefile.orig 2007-11-26 19:58:39 +0100 ++++ lib/hipe/regalloc/Makefile 2007-12-07 09:24:17 +0100 +@@ -41,7 +41,6 @@ + hipe_node_sets hipe_spillcost hipe_reg_worklists \ + hipe_adj_list \ hipe_temp_map \ - hipe_optimistic_regalloc \ - hipe_coalescing_regalloc \ - hipe_optimistic_regalloc \ + hipe_coalescing_regalloc \ hipe_graph_coloring_regalloc \ hipe_regalloc_loop \ - hipe_ls_regalloc \ Index: lib/odbc/c_src/odbcserver.c ---- lib/odbc/c_src/odbcserver.c.orig 2007-01-29 14:17:56 +0100 -+++ lib/odbc/c_src/odbcserver.c 2007-10-02 13:24:47 +0200 +--- lib/odbc/c_src/odbcserver.c.orig 2007-11-26 14:08:42 +0100 ++++ lib/odbc/c_src/odbcserver.c 2007-12-07 09:22:01 +0100 @@ -111,6 +111,7 @@ #include <sys/socket.h> #include <sys/uio.h> @@ -228,8 +228,8 @@ #include "ei.h" Index: lib/sasl/src/rb.erl ---- lib/sasl/src/rb.erl.orig 2007-06-11 14:53:04 +0200 -+++ lib/sasl/src/rb.erl 2007-10-02 13:24:47 +0200 +--- lib/sasl/src/rb.erl.orig 2007-12-04 14:02:32 +0100 ++++ lib/sasl/src/rb.erl 2007-12-07 09:22:01 +0100 @@ -414,7 +414,7 @@ Ref = make_ref(), case (catch {Ref,binary_to_term(Bin)}) of @@ -240,9 +240,9 @@ {ok, Term} end Index: lib/snmp/src/misc/snmp_config.erl ---- lib/snmp/src/misc/snmp_config.erl.orig 2007-03-14 14:29:59 +0100 -+++ lib/snmp/src/misc/snmp_config.erl 2007-10-02 13:24:47 +0200 -@@ -1705,7 +1705,7 @@ +--- lib/snmp/src/misc/snmp_config.erl.orig 2007-11-26 15:58:11 +0100 ++++ lib/snmp/src/misc/snmp_config.erl 2007-12-07 09:22:01 +0100 +@@ -1733,7 +1733,7 @@ "%% {\"standard inform\", \"std_inform\", inform}.\n" "%%\n\n", Hdr = header() ++ Comment, @@ -251,17 +251,3 @@ write_agent_notify_config(Dir, Hdr, Conf). write_agent_notify_config(Dir, Hdr, Conf) -> -Index: lib/stdlib/src/io_lib_pretty.erl ---- lib/stdlib/src/io_lib_pretty.erl.orig 2007-06-11 14:52:56 +0200 -+++ lib/stdlib/src/io_lib_pretty.erl 2007-10-02 13:24:47 +0200 -@@ -167,7 +167,9 @@ - %% Reuse the list created by io_lib:write_binary()... - pp_binary([LT,LT,S,GT,GT], Col, Ll, Ind, LD) -> - N = max(8, Ll - Col - LD), -- [LT,LT,pp_binary(S, N, N, Ind),GT,GT]. -+ [LT,LT,pp_binary(S, N, N, Ind),GT,GT]; -+pp_binary(S, _Col, _Ll, _Ind, _LD) -> -+ S. - - pp_binary([BS, $, | S], N, N0, Ind) -> - Len = length(BS) + 1, @@ . patch -p0 <<'@@ .' Index: openpkg-src/erlang/erlang.spec ============================================================================ $ cvs diff -u -r1.9 -r1.10 erlang.spec --- openpkg-src/erlang/erlang.spec 2 Oct 2007 14:23:57 -0000 1.9 +++ openpkg-src/erlang/erlang.spec 7 Dec 2007 08:33:03 -0000 1.10 @@ -23,8 +23,8 @@ ## # package version -%define V_real R11B-5 -%define V_opkg R11B.5 +%define V_real R12B-0 +%define V_opkg R12B.0 # package information Name: erlang @@ -37,7 +37,7 @@ Group: Language License: Erlang Public License Version: %{V_opkg} -Release: 20071002 +Release: 20071207 # list of sources Source0: http://www.erlang.org/download/otp_src_%{V_real}.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org