Bug 57499 - [Maintainer Update]: lang/pike74: fix for pdflib dependecies
Summary: [Maintainer Update]: lang/pike74: fix for pdflib dependecies
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-02 16:30 UTC by Xavier Beaudouin
Modified: 2003-10-03 09:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin 2003-10-02 16:30:24 UTC
 
 Dependency of pdflib is not good as it should. This is now fixed.
 
 diff -u --new-file --recursive pike74.old/Makefile pike74/Makefile
 --- pike74.old/Makefile	Thu Oct  2 17:23:29 2003
 +++ pike74/Makefile	Thu Oct  2 17:23:49 2003
 @@ -124,7 +124,7 @@
   WITH_MESA=	yes
   .endif
 
 -.if exists(${LOCALBASE}/lib/libpdf.so.4) || 
 exists(${LOCALBASE}/lib/libpanda.so.0)
 +.if exists(${LOCALBASE}/lib/libpdf.so.6) || 
 exists(${LOCALBASE}/lib/libpanda.so.0)
   WITH_PDF=	yes
   .endif
 
 @@ -244,7 +244,7 @@
   .endif
 
   .if defined(WITH_PDF)
 -LIB_DEPENDS+=	pdf.4:${PORTSDIR}/print/pdflib4 \
 +LIB_DEPENDS+=	pdf.6:${PORTSDIR}/print/pdflib \
   		panda.0:${PORTSDIR}/print/panda
   CONFIGURE_ARGS+= --with-libpdf --with-libpanda
   .else
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-10-02 18:25:40 UTC
Class Changed
From-To: sw-bug->maintainer-update

This is a maintainer update. 


Comment 2 Ceri Davies freebsd_committer freebsd_triage 2003-10-02 18:25:40 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Reassign misfiled PR.
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2003-10-03 09:40:59 UTC
State Changed
From-To: open->closed

Update committed, thanks!