From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 15 17:00:34 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C82B16A439 for ; Tue, 15 Nov 2005 17:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F9243D45 for ; Tue, 15 Nov 2005 17:00:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAFH0XFv065556 for ; Tue, 15 Nov 2005 17:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAFH0Xiw065555; Tue, 15 Nov 2005 17:00:33 GMT (envelope-from gnats) Date: Tue, 15 Nov 2005 17:00:33 GMT Message-Id: <200511151700.jAFH0Xiw065555@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Jose Alonso Cardenas Marquez Cc: Subject: Re: ports/89075: /usr/ports/net/ncplib problem with download the source file ncplib-1.3.4.tar.gz X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jose Alonso Cardenas Marquez List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 17:00:34 -0000 The following reply was made to PR ports/89075; it has been noted by GNATS. From: Jose Alonso Cardenas Marquez To: freebsd-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Julio Guillermo Paredes Cornejo Subject: Re: ports/89075: /usr/ports/net/ncplib problem with download the source file ncplib-1.3.4.tar.gz Date: Tue, 15 Nov 2005 11:59:25 -0500 2005/11/15, Julio Guillermo Paredes Cornejo : > > >Number: 89075 > >Category: ports > >Synopsis: /usr/ports/net/ncplib problem with download the source f= ile ncplib-1.3.4.tar.gz > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-ports-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: maintainer-update > >Submitter-Id: current-users > >Arrival-Date: Tue Nov 15 16:30:14 GMT 2005 > >Closed-Date: > >Last-Modified: > >Originator: Julio Guillermo Paredes Cornejo > >Release: FreeBSD 5.4-STABLE > >Organization: > Sociedad Peruana de COmputacion > >Environment: > FreeBSD host.spc.org.pe 5.4-STABLE FreeBSD 5.4-STABLE #8: Wed Sep 7 11:3= 4:28 PET 2005 gparedes@host.spc.org.pe:/usr/obj/usr/src/sys/i865 i386 > > >Description: > I can download de source file to compile the ncplib port please check, i = write to port mantainer and this mail bounce again to my mail box, please c= heck this issue > > root@host# pwd > /usr/ports/net/ncplib > root@host# make fetch > =3D=3D=3D> Vulnerability check disabled, database not found > =3D> ncplib-1.3.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > =3D> Attempting to fetch from ftp://ftp.butya.kz/pub/nwlib/. > fetch: ftp://ftp.butya.kz/pub/nwlib/ncplib-1.3.4.tar.gz: Not logged in > =3D> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/dis= tfiles/. > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ncplib-1.3.4.tar= .gz: File unavailable (e.g., file not found, no access) > =3D> Couldn't fetch it - please try to retrieve this > =3D> port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop in /usr/ports/net/ncplib. > >How-To-Repeat: > well just in to > > /usr/port/net/ncplib > > and try to do make fetch > > >Fix: > Just change to a valid route to download the ncplib-1.3.4.tar.gz file > > > >Release-Note: > >Audit-Trail: > >Unformatted: > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.= org" > Fix: --- Makefile.orig Tue Nov 15 11:56:20 2005 +++ Makefile Tue Nov 15 11:56:32 2005 @@ -8,7 +8,7 @@ PORTNAME=3D ncplib PORTVERSION=3D 1.3.4 CATEGORIES=3D net -MASTER_SITES=3D ftp://ftp.butya.kz/pub/nwlib/ +MASTER_SITES=3D http://rbp.chat.ru/pub/nwlib/ MAINTAINER=3D bp@butya.kz COMMENT=3D Client for Novell NetWare servers Greetings ACM