Bug 136308

Summary: `make fetch' failed in print/pdflib
Product: Ports & Packages Reporter: Kouki Hashimoto <hsmtkk>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kouki Hashimoto 2009-07-04 03:40:05 UTC
`make fetch' failed in print/pdflib.

# cd /usr/ports/print/pdflib
# make fetch
===>  Vulnerability check disabled, database not found
=> PDFlib-Lite-7.0.3.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://www.pdflib.com/binaries/PDFlib/703/.
fetch: http://www.pdflib.com/binaries/PDFlib/703/PDFlib-Lite-7.0.3.tar.gz: Not Found
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/PDFlib-Lite-7.0.3.tar.gz: Unknown error: 0
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
Stop in /usr/ports/print/pdflib.

on Mar 19 2009, PDFlib Lite source code upgraded from 7.0.3 to 7.0.4
http://www.pdflib.com/download/pdflib-family/pdflib-lite/

Fix: To install print/pdflib, I modified Makefile & distinfo.
Please check the patch.

# cd /usr/ports/print/pdflib
# patch -p1 < pdflib_patch.txt
# make fetch
===>  Vulnerability check disabled, database not found
=> PDFlib-Lite-7.0.4p4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://www.pdflib.com/binaries/PDFlib/704/.
PDFlib-Lite-7.0.4p4.tar.gz                    100% of 6118 kB  183 kBps 00m00s
# make install clean
=> installed successfully.


Patch attached with submission follows:
How-To-Repeat: # cd /usr/ports/print/pdflib
# make fetch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-04 03:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2009-07-06 09:02:45 UTC
State Changed
From-To: open->closed

Port updated, thanks.