head	1.5;
access;
symbols
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2008.11.01.19.06.19;	author olgeni;	state dead;
branches;
next	1.4;

1.4
date	2004.12.22.15.31.14;	author olgeni;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.05.19.23.46;	author olgeni;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.02.18.40.49;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.23.20.50.38;	author pb;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove obsolete patches.
@
text
@
$FreeBSD: ports/lang/erlang/files/patch-aj,v 1.4 2004/12/22 15:31:14 olgeni Exp $

--- erts/etc/unix/Install.src.orig	Thu Oct  7 15:45:43 2004
+++ erts/etc/unix/Install.src	Thu Oct  7 15:45:59 2004
@@@@ -157,4 +157,4 @@@@
     ./misc/format_man_pages $ERL_ROOT
 fi
 
-
+exit 0
@


1.4
log
@Upgrade to version r10b2.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.3
log
@Update to R9B-1.
@
text
@d4 3
a6 13
--- erts/etc/unix/Install.src.orig	Wed Mar  5 17:20:07 2003
+++ erts/etc/unix/Install.src	Wed Mar  5 17:21:04 2003
@@@@ -119,7 +119,8 @@@@
 sed -e "s;%EMU%;%EMULATOR%%EMULATOR_NUMBER%;" $ERL_ROOT/erts-%I_VSN%/bin/start_erl.src > start_erl
 chmod 755 start_erl
 
-if [ -d $ERL_ROOT/lib/sasl* ]
+set $ERL_ROOT/lib/sasl*
+if [ -d $1 ]
 then
     (cd $ERL_ROOT/releases
      echo %I_VSN% %I_SYSTEM_VSN% > start_erl.data)
@@@@ -193,4 +194,4 @@@@
@


1.2
log
@Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
@
text
@d1 8
a8 5
--- erts/etc/unix/Install.src.orig	Tue Oct 15 13:40:55 2002
+++ erts/etc/unix/Install.src	Sat Nov  2 15:43:51 2002
@@@@ -97,7 +97,8 @@@@
   chmod 755 start_erl
 fi
d16 1
a16 1
@@@@ -171,4 +172,4 @@@@
@


1.1
log
@Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer).

PR:		ports/24456
Submitted by:	sam@@inf.enst.fr
@
text
@d1 2
a2 2
--- ./erts/etc/unix/Install.src.orig	Wed Jan 17 17:18:57 2001
+++ ./erts/etc/unix/Install.src	Wed Jan 17 17:35:40 2001
@

