From owner-freebsd-ports@FreeBSD.ORG Tue Jun 12 17:15:17 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4530E1065678 for ; Tue, 12 Jun 2012 17:15:17 +0000 (UTC) (envelope-from saschaguse@googlemail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0FDC38FC15 for ; Tue, 12 Jun 2012 17:15:17 +0000 (UTC) Received: by obcni5 with SMTP id ni5so11078981obc.13 for ; Tue, 12 Jun 2012 10:15:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=x+fKhvEerrmQrn32Y7s/u+y4XrwUOosSzvKqBQghNV0=; b=j4Fj5HFbfeFB2WSZxI2ony0FM5HcyCoVXhM8flCaflWNAU6FsDqHAPNUdUUpdPFpmI lJpKeKA4IQoFLlgKVtbQuGrJKUoQjGwqocPknM9YHCWkxV0MMs1gsmssHh50zZ+ph0Hh KIJozDuvuHLfABcfKObX3UC4rR0mKW3it4qqgFIq0ShUpmG6CH/7/Tf0mgGthvpRrjLN /5SEKf+E3+kj6XP4YTDAIgVS9qgh3SM3n04i5qA7piaKab/9dyyzPDAWBCACzTVNNsnY CwXojjf0zDEe3nYIhWnfhDa2ExHb9NndnpBUQ+MBvKNB7wXn2HV0X5yHf0yKzX91avkC GvYA== MIME-Version: 1.0 Received: by 10.182.202.71 with SMTP id kg7mr21240347obc.56.1339521316417; Tue, 12 Jun 2012 10:15:16 -0700 (PDT) Received: by 10.76.126.179 with HTTP; Tue, 12 Jun 2012 10:15:16 -0700 (PDT) Date: Tue, 12 Jun 2012 19:15:16 +0200 Message-ID: From: Sascha Guse To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: make failed for print/pdflib 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: Tue, 12 Jun 2012 17:15:17 -0000 when installing from lang/php53-extensions with PDFlib support do I get the error: --BEGINNING ===> php53-extensions-1.6 depends on file: /usr/local/lib/php/20090626/pdf.so - not found ===> Verifying install for /usr/local/lib/php/20090626/pdf.so in /usr/ports/print/pecl-pdflib ===> pecl-pdflib-2.1.9 depends on file: /usr/local/include/php/main/php.h - found ===> pecl-pdflib-2.1.9 depends on file: /usr/local/bin/phpize - found ===> pecl-pdflib-2.1.9 depends on file: /usr/local/lib/php/20090626/gd.so - found ===> pecl-pdflib-2.1.9 depends on file: /usr/local/bin/autoconf-2.69 - found ===> pecl-pdflib-2.1.9 depends on shared library: pdf.6 - not found ===> Verifying install for pdf.6 in /usr/ports/print/pdflib ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for pdflib-7.0.5_1 => PDFlib-Lite-7.0.5.tar.gz doesn't seem to exist in /usr/distfiles/. => Attempting to fetch http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5.tar.gz fetch: http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5.tar.gz: Not Found => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PDFlib-Lite-7.0.5.tar.gz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PDFlib-Lite-7.0.5.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/distfiles/ and try again. *** Error code 1 --END It seems that the package PDFlib-Lite-7.0.5.tar.gz no longer available. On the website, there is the packet http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-7.0.5p3.tar.gz. Can you update the port?