View | Details | Raw Unified | Return to bug 83001
Collapse All | Expand All

(-)erlang/Makefile (-1 / +4 lines)
Lines 49-55 Link Here
49
USE_PERL5=	yes
49
USE_PERL5=	yes
50
USE_REINPLACE=	yes
50
USE_REINPLACE=	yes
51
GNU_CONFIGURE=	yes
51
GNU_CONFIGURE=	yes
52
ONLY_FOR_ARCHS=	i386
52
ONLY_FOR_ARCHS=	i386 amd64
53
REINPLACE_ARGS=	-i
53
REINPLACE_ARGS=	-i
54
54
55
CONFIGURE_TARGET=	# Empty
55
CONFIGURE_TARGET=	# Empty
Lines 99-104 Link Here
99
# set to "../../../../[...]"
99
# set to "../../../../[...]"
100
post-patch:
100
post-patch:
101
	@cd ${WRKSRC} && ${CAT} ${FILESDIR}/post-patch-configure | ${PATCH}
101
	@cd ${WRKSRC} && ${CAT} ${FILESDIR}/post-patch-configure | ${PATCH}
102
.if ${MACHINE_ARCH} == "amd64"
103
	@cd ${WRKSRC} && ${CAT} ${FILESDIR}/post-patch-erts_configure | ${PATCH}
104
.endif
102
105
103
pre-configure:
106
pre-configure:
104
# Check if javac is really in ${JAVABINDIR}.
107
# Check if javac is really in ${JAVABINDIR}.
(-)erlang/files/patch-Makefile.in (-3 / +3 lines)
Lines 1-9 Link Here
1
1
2
$FreeBSD: ports/lang/erlang/files/patch-Makefile.in,v 1.5 2004/12/22 15:31:14 olgeni Exp $
2
$FreeBSD: ports/lang/erlang/files/patch-Makefile.in,v 1.5 2004/12/22 15:31:14 olgeni Exp $
3
3
4
--- Makefile.in.orig	Tue Sep 14 13:46:54 2004
4
--- Makefile.in.orig	Mon Oct 24 11:43:23 2005
5
+++ Makefile.in	Thu Oct  7 14:36:38 2004
5
+++ Makefile.in	Thu Jan 19 11:50:36 2006
6
@@ -528,14 +528,9 @@
6
@@ -530,14 +530,9 @@
7
 # Erlang base public files
7
 # Erlang base public files
8
 #
8
 #
9
 install.bin:
9
 install.bin:
(-)erlang/files/patch-aj (-3 / +3 lines)
Lines 1-9 Link Here
1
1
2
$FreeBSD: ports/lang/erlang/files/patch-aj,v 1.4 2004/12/22 15:31:14 olgeni Exp $
2
$FreeBSD: ports/lang/erlang/files/patch-aj,v 1.4 2004/12/22 15:31:14 olgeni Exp $
3
3
4
--- erts/etc/unix/Install.src.orig	Thu Oct  7 15:45:43 2004
4
--- erts/etc/unix/Install.src.orig	Fri Dec  2 16:07:40 2005
5
+++ erts/etc/unix/Install.src	Thu Oct  7 15:45:59 2004
5
+++ erts/etc/unix/Install.src	Thu Jan 19 11:50:36 2006
6
@@ -157,4 +157,4 @@
6
@@ -145,4 +145,4 @@
7
     ./misc/format_man_pages $ERL_ROOT
7
     ./misc/format_man_pages $ERL_ROOT
8
 fi
8
 fi
9
 
9
 
(-)erlang/files/patch-lib_crypto_c__src_Makefile.in (-3 / +3 lines)
Lines 1-9 Link Here
1
1
2
$FreeBSD: ports/lang/erlang/files/patch-lib_crypto_c__src_Makefile.in,v 1.3 2004/12/22 15:31:14 olgeni Exp $
2
$FreeBSD: ports/lang/erlang/files/patch-lib_crypto_c__src_Makefile.in,v 1.3 2004/12/22 15:31:14 olgeni Exp $
3
3
4
--- lib/crypto/c_src/Makefile.in.orig	Thu Oct  7 12:11:06 2004
4
--- lib/crypto/c_src/Makefile.in.orig	Mon Oct 24 11:44:46 2005
5
+++ lib/crypto/c_src/Makefile.in	Thu Oct  7 12:11:07 2004
5
+++ lib/crypto/c_src/Makefile.in	Thu Jan 19 11:50:36 2006
6
@@ -121,7 +121,7 @@
6
@@ -125,7 +125,7 @@
7
 release_spec: opt
7
 release_spec: opt
8
 	$(INSTALL_DIR) $(RELSYSDIR)/priv/obj
8
 	$(INSTALL_DIR) $(RELSYSDIR)/priv/obj
9
 	$(INSTALL_DIR) $(RELSYSDIR)/priv/lib
9
 	$(INSTALL_DIR) $(RELSYSDIR)/priv/lib
(-)erlang/files/patch-lib_gs_src_tool__utils.erl (-2 / +2 lines)
Lines 1-8 Link Here
1
1
2
$FreeBSD: ports/lang/erlang/files/patch-lib_gs_src_tool__utils.erl,v 1.3 2005/03/07 13:45:23 olgeni Exp $
2
$FreeBSD: ports/lang/erlang/files/patch-lib_gs_src_tool__utils.erl,v 1.3 2005/03/07 13:45:23 olgeni Exp $
3
3
4
--- lib/gs/src/tool_utils.erl.orig
4
--- lib/gs/src/tool_utils.erl.orig	Wed Feb  9 14:33:53 2005
5
+++ lib/gs/src/tool_utils.erl
5
+++ lib/gs/src/tool_utils.erl	Thu Jan 19 11:50:36 2006
6
@@ -27,6 +27,9 @@
6
@@ -27,6 +27,9 @@
7
 -export([file_dialog/1]).
7
 -export([file_dialog/1]).
8
 -export([notify/2, confirm/2, confirm_yesno/2, request/2]).
8
 -export([notify/2, confirm/2, confirm_yesno/2, request/2]).
(-)erlang/files/patch-lib_odbc_configure (-2 / +2 lines)
Lines 1-8 Link Here
1
1
2
$FreeBSD: ports/lang/erlang/files/patch-lib_odbc_configure,v 1.2 2005/12/15 10:58:51 olgeni Exp $
2
$FreeBSD: ports/lang/erlang/files/patch-lib_odbc_configure,v 1.2 2005/12/15 10:58:51 olgeni Exp $
3
3
4
--- lib/odbc/configure.orig
4
--- lib/odbc/configure.orig	Tue Dec 13 00:02:20 2005
5
+++ lib/odbc/configure
5
+++ lib/odbc/configure	Thu Jan 19 11:50:36 2006
6
@@ -1005,7 +1005,7 @@
6
@@ -1005,7 +1005,7 @@
7
 	       echo $ac_n "checking for odbc in standard locations""... $ac_c" 1>&6
7
 	       echo $ac_n "checking for odbc in standard locations""... $ac_c" 1>&6
8
 echo "configure:1007: checking for odbc in standard locations" >&5
8
 echo "configure:1007: checking for odbc in standard locations" >&5
(-)erlang/files/patch-lib_sasl_src_rb.erl (-2 / +2 lines)
Lines 1-8 Link Here
1
1
2
$FreeBSD: ports/lang/erlang/files/patch-lib_sasl_src_rb.erl,v 1.3 2005/10/28 19:51:02 olgeni Exp $
2
$FreeBSD: ports/lang/erlang/files/patch-lib_sasl_src_rb.erl,v 1.3 2005/10/28 19:51:02 olgeni Exp $
3
3
4
--- lib/sasl/src/rb.erl.orig
4
--- lib/sasl/src/rb.erl.orig	Wed Feb  9 14:30:10 2005
5
+++ lib/sasl/src/rb.erl
5
+++ lib/sasl/src/rb.erl	Thu Jan 19 11:50:36 2006
6
@@ -414,7 +414,7 @@
6
@@ -414,7 +414,7 @@
7
 		    Ref = make_ref(),
7
 		    Ref = make_ref(),
8
 		    case (catch {Ref,binary_to_term(Bin)}) of
8
 		    case (catch {Ref,binary_to_term(Bin)}) of
(-)erlang/files/patch-lib_snmp_src_misc_snmp__config.erl (-3 / +3 lines)
Lines 1-9 Link Here
1
1
2
$FreeBSD: ports/lang/erlang/files/patch-lib_snmp_src_misc_snmp__config.erl,v 1.1 2005/10/24 15:06:56 olgeni Exp $
2
$FreeBSD: ports/lang/erlang/files/patch-lib_snmp_src_misc_snmp__config.erl,v 1.1 2005/10/24 15:06:56 olgeni Exp $
3
3
4
--- lib/snmp/src/misc/snmp_config.erl.orig
4
--- lib/snmp/src/misc/snmp_config.erl.orig	Fri Nov 25 17:25:43 2005
5
+++ lib/snmp/src/misc/snmp_config.erl
5
+++ lib/snmp/src/misc/snmp_config.erl	Thu Jan 19 11:50:36 2006
6
@@ -1722,7 +1722,7 @@
6
@@ -1761,7 +1761,7 @@
7
 "%% {\"standard inform\", \"std_inform\", inform}.\n"
7
 "%% {\"standard inform\", \"std_inform\", inform}.\n"
8
 "%%\n\n",
8
 "%%\n\n",
9
     Hdr = header() ++ Comment, 
9
     Hdr = header() ++ Comment, 
(-)erlang/files/post-patch-erts_configure (+13 lines)
Line 0 Link Here
1
--- erts/configure.orig	Thu Jan 19 11:51:05 2006
2
+++ erts/configure	Thu Jan 19 11:52:16 2006
3
@@ -5695,8 +5695,8 @@ esac
4
 
5
 echo $ac_n "checking for unreliable floating point execptions""... $ac_c" 1>&6
6
 echo "configure:5698: checking for unreliable floating point execptions" >&5
7
-if test "$cross_compiling" = yes; then
8
-  erl_ok=unreliable
9
+if test yes = yes; then
10
+  erl_ok=reliable
11
 else
12
   cat > conftest.$ac_ext <<EOF
13
 #line 5703 "configure"

Return to bug 83001