From gavin@gcameron.org  Thu Apr 10 02:59:55 2003
Return-Path: <gavin@gcameron.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8228D37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2003 02:59:55 -0700 (PDT)
Received: from gcameron.org (dsl-203-113-196-199.VIC.netspace.net.au [203.113.196.199])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9473143F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2003 02:59:51 -0700 (PDT)
	(envelope-from gavin@gcameron.org)
Received: (qmail 91801 invoked by uid 0); 10 Apr 2003 09:59:46 -0000
Message-Id: <20030410095946.91800.qmail@gcameron.org>
Date: 10 Apr 2003 09:59:46 -0000
From: Gavin Cameron <gavin@gcameron.org>
Reply-To: Gavin Cameron <gavin@gcameron.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: axel port failes to build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50775
>Category:       ports
>Synopsis:       axel port failes to build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 10 03:00:29 PDT 2003
>Closed-Date:    Sun Nov 16 05:39:25 PST 2003
>Last-Modified:  Sun Nov 16 05:39:25 PST 2003
>Originator:     Gavin Cameron
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD chip.gav.gcameron.org 4.8-RC FreeBSD 4.8-RC #40: Sun Mar 23 21:37:12 EST 2003 gavin@chip.gav.gcameron.org:/home2/src/FreeBSD/src/sys/compile/CHIP i386


	
>Description:
port pf axel fails to build.

>How-To-Repeat:
cd /usr/ports/ftp/axel
make

===>  Extracting for axel-1.0a_1
>Fix:

>Release-Note:
>Audit-Trail:

From: Serge Gagnon <gagnon__s@videotron.ca>
To: freebsd-gnats-submit@FreeBSD.org, gavin@gcameron.org
Cc:  
Subject: Re: ports/50775: axel port failes to build
Date: 12 Jun 2003 06:27:50 -0400

 This patch has not been reviewed by the maintainer
 -- 
 Serge Gagnon <gagnon__s@videotron.ca>
 Quebec, Qc, Canada
 GPG key available from:
 ftp://quenix.dyndns.org/keys/sg.asc
 

From: Serge Gagnon <gagnon__s@videotron.ca>
To: freebsd-gnats-submit@FreeBSD.org, gavin@gcameron.org
Cc:  
Subject: Re: ports/50775: axel port failes to build
Date: 12 Jun 2003 06:29:39 -0400

 I'm sorry, I have made a mistake. I did not reply to the good PR.
 
 -- 
 Serge Gagnon <gagnon__s@videotron.ca>
 Quebec, Qc, Canada
 GPG key available from:
 ftp://quenix.dyndns.org/keys/sg.asc
 
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sun Nov 16 05:38:44 PST 2003 
State-Changed-Why:  
According to bento builds, this port configures just fine. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50775 
>Unformatted:
 >> Checksum OK for axel-1.0a.tar.gz.
 ===>  Patching for axel-1.0a_1
 ===>  Applying FreeBSD patches for axel-1.0a_1
 ===>   axel-1.0a_1 depends on executable: gmake - found
 ===>   axel-1.0a_1 depends on shared library: intl.4 - found
 ===>  Configuring for axel-1.0a_1
 expr: syntax error
 Axel configure
 
 Usage: ./configure [OPTIONS]
 
 Option		Description				Default
 
 --prefix=...	Directories to put files in		/usr/local
 --bindir=...						$prefix/bin
 --etcdir=...						$prefix/etc
 --mandir=...						$prefix/share/man
 --locale=...						$prefix/share/locale
 
 --i18n=0/1	Disable/enable internationalization	0
 --debug=0/1	Disable/enable debugging		0
 --strip=0/1	Disable/enable binary stripping		1
 sed: lstat: No such file or directory
 *** Error code 1
 
 Stop in /home2/src/ports/ports/ftp/axel.
 
 cat Makefile 
 # ex:ts=8
 # New ports collection makefile for:	axel
 # Date created:			Jul 23, 2001
 # Whom:				ijliao
 #
 # $FreeBSD: ports/ftp/axel/Makefile,v 1.15 2003/02/21 12:00:35 knu Exp $
 #
 
 PORTNAME=	axel
 PORTVERSION=	1.0a
 PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.lintux.cx/downloads/
 
 MAINTAINER=	lintux@debian.org
 COMMENT=	A download accelerator
 
 LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
 
 USE_GMAKE=	yes
 HAS_CONFIGURE=	yes
 USE_REINPLACE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${PREFIX}/man # --i18n=1
 
 MAN1=		axel.1
 
 post-configure:
 	@${REINPLACE_CMD} -e 's,-O3,${CFLAGS},; s|gcc|${CC}|; \
 		s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings
 
 .include <bsd.port.mk>
 chip# ^Dexit
 
 Script done on Thu Apr 10 19:53:31 2003
 
