Bug 34178 - Broken port: pdflib3 is no more supported -> update to pdflib4
Summary: Broken port: pdflib3 is no more supported -> update to pdflib4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-22 19:10 UTC by Alex Dupre
Modified: 2002-01-27 16:00 UTC (History)
0 users

See Also:


Attachments
pdflib.shar (3.32 KB, text/plain; charset=us-ascii)
2002-01-22 20:15 UTC, Yarema
no flags Details
pdflib.sh (3.71 KB, application/x-sh)
2002-01-23 07:15 UTC, info
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Dupre 2002-01-22 19:10:00 UTC
The PDFLib (Version 3) library to dynamically generate PDF files is no longer
developed and supported. It's impossible to build the port since the
distribution archive is vanished (as Bento reported). The actual version is PDFLib 4.0.1 (Version 4).

Fix: 

Create the pdflib4 port as reported in
http://www.freebsd.org/cgi/query-pr.cgi?pr=33725
and update the dependences of the ports which require this library.
How-To-Repeat: Just build the port or any port that require it.
Comment 1 Yarema 2002-01-22 20:15:45 UTC
I suggest we simply call this port pdflib instead of pdflib4.  Attached is 
my cleanup of the port submitted as 
http://www.freebsd.org/cgi/query-pr.cgi?pr=33725

The cleanup mainly consists of sorting pkg-plist and adding 
%%PERL_VER%%/%%PERL_ARCH%% macros so this port will work on -CURRENT as 
well as -STABLE.

The library version was bumped to .4 since the pdflib3 port had bumped it 
to .3 already.

And some trivial post-install target cleanup.  Does the same thing in a 
more ports like fashion. :)

-- 
Yarema
Comment 2 info 2002-01-23 07:15:37 UTC
I agree with you. We may simply call this port pdflib. I merged your
adjustments with mine.
The differences are:
- USE_PERL5 is now enabled
- patch-configure is in the shar
- INSTALL_MAN is used instead of INSTALL_DATA for the docs

				Alex Dupre
Comment 3 dwcjr freebsd_committer freebsd_triage 2002-01-27 16:00:05 UTC
State Changed
From-To: open->closed

Committed, thanks!