From owner-freebsd-ports@FreeBSD.ORG Wed Feb 13 02:13:21 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9C6516A418 for ; Wed, 13 Feb 2008 02:13:21 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 6636E13C45A for ; Wed, 13 Feb 2008 02:13:21 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so4077918rvb.43 for ; Tue, 12 Feb 2008 18:13:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=DbQG+sG1TB6S6as2hfHoRFFtRHRxpFE06fTBuhc7ANQ=; b=uiR1K+D4pqZKpYhdKCCQI10rmTGv9l3tIuZZCD7Foc2NXUyyr94gv9ovxetGTbf3/NF5HbsV9ysX9UeJhpzhDU248Z9xe45hGzjHj4VZCpXRsGMT9m31LK3IlTpzg3pYNdpyoQOZEBxeGlYM/RSvBMNCpCrL+RNkCABB8KRvcv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=som/+0/S8w6rKK1p+4cM/pW9V9rg1zk8puJBRoOgiNss8xhYa2yz3AgmfNboYc0F9mMoEYBEfTfTN70G31CGcppoUgw8490gVfX6RTDHATs3cjviDaEi9z95URWh1kIsPUmca2B0l80XkT76MKL6aXYj7T0xc1+ooNPCY5Fd1EA= Received: by 10.141.136.19 with SMTP id o19mr1444250rvn.250.1202867201342; Tue, 12 Feb 2008 17:46:41 -0800 (PST) Received: from pclmills.lanl.gov ( [69.254.137.131]) by mx.google.com with ESMTPS id k34sm2241503rvb.23.2008.02.12.17.46.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Feb 2008 17:46:40 -0800 (PST) Message-ID: <47B24C12.9050405@gmail.com> Date: Tue, 12 Feb 2008 18:46:58 -0700 From: James User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: Brett Davidson References: <47B2441A.5000909@net24.co.nz> In-Reply-To: <47B2441A.5000909@net24.co.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: FreeBSD Port: pdflib-7.0.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 02:13:21 -0000 Brett Davidson wrote: > Hello. > > Attempted to install this however this bombs out on pdflib-lite with > the following error : > > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PDFlib-Lite-7.0.0p3.tar.gz: > File unavailable (e.g., file not found, no access) > > Can you please help me with this? > Is the port misnamed? It's called pdflib-7.0.2, but it's trying to download 7.0.0p3. Either way, try a wget from ftp://ftp.ovh.net/made-in-ovh/maj-ovh/PDFlib-Lite-7.0.0p3.tar.gz and put the resultant file in /usr/ports/distfiles then try to make the port again. Assuming the file's kosher, it should pass the checksum and bob's your mother's brother. James