Skip site navigation (1)Skip section navigation (2)
Date:      10 Apr 2003 09:59:46 -0000
From:      Gavin Cameron <gavin@gcameron.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50775: axel port failes to build
Message-ID:  <20030410095946.91800.qmail@gcameron.org>
Resent-Message-ID: <200304101000.h3AA0UPb007895@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         50775
>Category:       ports
>Synopsis:       axel port failes to build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 10 03:00:29 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>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# ^Dexit
 
 Script done on Thu Apr 10 19:53:31 2003
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030410095946.91800.qmail>