summaryrefslogtreecommitdiffstats
path: root/lang/erlang14/files
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2006-09-07 12:00:50 +0000
committerolgeni <olgeni@FreeBSD.org>2006-09-07 12:00:50 +0000
commitcb2da4c7ddf764d87f14f80882a9e65a3c2854bb (patch)
tree050395d151f0c8d3197345825c37b765e6228348 /lang/erlang14/files
parente7e2d61aa8232da1e7163fc28b811da299820a30 (diff)
downloadFreeBSD-ports-cb2da4c7ddf764d87f14f80882a9e65a3c2854bb.zip
FreeBSD-ports-cb2da4c7ddf764d87f14f80882a9e65a3c2854bb.tar.gz
Upgrade to version R11B-1.
Diffstat (limited to 'lang/erlang14/files')
-rw-r--r--lang/erlang14/files/patch-erts_configure21
-rw-r--r--lang/erlang14/files/patch-erts_emulator_utils_beam__makeops14
-rw-r--r--lang/erlang14/files/patch-lib_dialyzer_src_Makefile38
-rw-r--r--lang/erlang14/files/patch-lib_dialyzer_src_dialyzer.hrl.src14
-rw-r--r--lang/erlang14/files/patch-lib_ssh_src_ssh__sftp.erl16
5 files changed, 0 insertions, 103 deletions
diff --git a/lang/erlang14/files/patch-erts_configure b/lang/erlang14/files/patch-erts_configure
deleted file mode 100644
index 6d776f4..0000000
--- a/lang/erlang14/files/patch-erts_configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- erts/configure.orig Tue May 16 19:39:04 2006
-+++ erts/configure Thu May 18 15:40:47 2006
-@@ -1319,6 +1319,7 @@
- i586) ARCH=x86;;
- i686) ARCH=x86;;
- x86_64) ARCH=amd64;;
-+amd64) ARCH=amd64;;
- ppc) ARCH=ppc;;
- ppc64) ARCH=ppc64;;
- "Power Macintosh") ARCH=ppc;;
-@@ -6799,7 +6800,9 @@
-
- echo $ac_n "checking for unreliable floating point execptions""... $ac_c" 1>&6
- echo "configure:6802: checking for unreliable floating point execptions" >&5
--if test "$cross_compiling" = yes; then
-+if test "${ARCH}" = amd64; then
-+ erl_ok=reliable
-+elif test "$cross_compiling" = yes; then
- erl_ok=unreliable
- else
- cat > conftest.$ac_ext <<EOF
diff --git a/lang/erlang14/files/patch-erts_emulator_utils_beam__makeops b/lang/erlang14/files/patch-erts_emulator_utils_beam__makeops
deleted file mode 100644
index 543a218..0000000
--- a/lang/erlang14/files/patch-erts_emulator_utils_beam__makeops
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- erts/emulator/utils/beam_makeops.orig
-+++ erts/emulator/utils/beam_makeops
-@@ -481,7 +481,7 @@
- print "\n";
- print "#ifdef ARCH_64\n";
- print "# define BEAM_LOOSE_MASK 0x1FFFUL\n";
-- print "# define BEAM_TIGHT_MASK 0xFFCUL\n";
-+ print "# define BEAM_TIGHT_MASK 0x1FF8UL\n";
- print "# define BEAM_LOOSE_SHIFT 16\n";
- print "# define BEAM_TIGHT_SHIFT 16\n";
- print "#else\n";
diff --git a/lang/erlang14/files/patch-lib_dialyzer_src_Makefile b/lang/erlang14/files/patch-lib_dialyzer_src_Makefile
deleted file mode 100644
index 521909e..0000000
--- a/lang/erlang14/files/patch-lib_dialyzer_src_Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-
-$FreeBSD$
-
---- lib/dialyzer/src/Makefile.orig
-+++ lib/dialyzer/src/Makefile
-@@ -65,7 +65,7 @@
- dialyzer_plt \
- dialyzer_typesig
-
--EXTRA_FILES= dialyzer.hrl ../plt/dialyzer_init_plt ## automatically generated
-+EXTRA_FILES= dialyzer.hrl ## automatically generated
-
- ERL_FILES= $(MODULES:%=%.erl)
- INSTALL_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) $(APP_TARGET) $(APPUP_TARGET)
-@@ -89,7 +89,7 @@
- # Targets
- # ----------------------------------------------------
-
--debug opt: $(TARGET_FILES) $(DIALYZER_DIR)/plt/dialyzer_init_plt
-+debug opt: $(TARGET_FILES)
-
- docs:
-
-@@ -125,7 +125,6 @@
- dialyzer.hrl: dialyzer.hrl.src ../vsn.mk Makefile
- sed -e "s;%VSN%;$(VSN);" \
- -e "s;%DEF_LIBS%;\[$(DIALYZER_DEF_LIBS)\];" \
-- -e "s;%DIALYZER_DIR%;\"$(DIALYZER_DIR)\";" \
- $< > $@
-
- # ---------------------------------------------------------------------
-@@ -155,6 +154,5 @@
- $(INSTALL_DIR) $(RELSYSDIR)/ebin
- $(INSTALL_DATA) $(INSTALL_FILES) $(RELSYSDIR)/ebin
- $(INSTALL_DIR) $(RELSYSDIR)/plt
-- $(INSTALL_DATA) ../plt/dialyzer_init_plt $(RELSYSDIR)/plt
-
- release_docs_spec:
diff --git a/lang/erlang14/files/patch-lib_dialyzer_src_dialyzer.hrl.src b/lang/erlang14/files/patch-lib_dialyzer_src_dialyzer.hrl.src
deleted file mode 100644
index 698769a..0000000
--- a/lang/erlang14/files/patch-lib_dialyzer_src_dialyzer.hrl.src
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- lib/dialyzer/src/dialyzer.hrl.src.orig
-+++ lib/dialyzer/src/dialyzer.hrl.src
-@@ -22,7 +22,7 @@
-
- %% Values will be set by the Makefile
- -define(DEFAULT_LIBS, %DEF_LIBS%).
---define(DIALYZER_DIR, %DIALYZER_DIR%).
-+-define(DIALYZER_DIR, code:lib_dir (dialyzer)).
-
- -record(analysis, {analysis_pid, core_transform=cerl_typean,
- defines=[], doc_plt,
diff --git a/lang/erlang14/files/patch-lib_ssh_src_ssh__sftp.erl b/lang/erlang14/files/patch-lib_ssh_src_ssh__sftp.erl
deleted file mode 100644
index 2d165fe..0000000
--- a/lang/erlang14/files/patch-lib_ssh_src_ssh__sftp.erl
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- lib/ssh/src/ssh_sftp.erl.orig
-+++ lib/ssh/src/ssh_sftp.erl
-@@ -283,8 +283,10 @@
- {stop, Error }
- end;
- init([Host,Port,Opts]) ->
-+ SaveFlag = process_flag(trap_exit, true),
- case ssh_xfer:connect(Host, Port, Opts) of
- {ok, Xf, RBuf} ->
-+ process_flag(trap_exit, SaveFlag),
- {ok, #state { req_id = 0, xf = Xf, rep_buf=RBuf }};
- Error ->
- {stop, Error}
OpenPOWER on IntegriCloud