head	1.3;
access;
symbols
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2009.11.25.05.25.50;	author wen;	state dead;
branches;
next	1.2;

1.2
date	2003.06.25.17.17.08;	author naddy;	state Exp;
branches;
next	1.1;

1.1
date	2002.10.20.20.52.33;	author kris;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 2.4

PR:		ports/140611
Submitted by:	Cristiano Rolim Pereira <cristianorolim@@hotmail.com>
Approved by:	maintainer
@
text
@
$FreeBSD: ports/ftp/axel/files/patch-aa,v 1.2 2003/06/25 17:17:08 naddy Exp $

--- configure.orig	Wed Jan 23 02:03:07 2002
+++ configure	Wed Jun 25 18:58:36 2003
@@@@ -19,7 +19,7 @@@@
 arch=`uname -s`
 
 while [ -n "$1" ]; do
-	e="`expr "$1" : '--\(.*=.*\)'`"
+	e=`expr "X$1" : 'X--\(.*=.*\)'`
 	if [ -z "$e" ]; then
 		cat<<EOF
 Axel configure
@


1.2
log
@Fix build on -STABLE.
Closes

PR:		53220
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Fix build on -current (expr -> expr --)
@
text
@d1 5
a5 2
--- configure.orig	Sun Oct 20 13:53:37 2002
+++ configure	Sun Oct 20 13:53:43 2002
d11 1
a11 1
+	e="`expr -- "$1" : '--\(.*=.*\)'`"
@

