ports/52611: [Maintainer Update]: lang/pike72: fix detection of pdflib5

Xavier Beaudouin kiwi at oav.net
Fri May 23 12:00:32 UTC 2003


>Number:         52611
>Category:       ports
>Synopsis:       [Maintainer Update]: lang/pike72: fix detection of pdflib5
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 23 05:00:30 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 4.7-RELEASE-p10 alpha
>Organization:
The Caudium Group
>Environment:
System: FreeBSD alpha.home.oav.net 4.7-RELEASE-p10 FreeBSD 4.7-RELEASE-p10 #0: Tue Apr 8 18:16:32 CEST 2003 root at alpha.home.oav.net:/usr/src/sys/compile/ALPHA alpha


	
>Description:

Fixing detection of pdflib.so.5 since it has changed from ports/pdflib4 to 
ports/pdflib.

I'd like this should be committed before ports freeze for 5.1-RELEASE.

>How-To-Repeat:
	
>Fix:


diff -u --recursive pike72.old/Makefile pike72/Makefile
--- pike72.old/Makefile	Fri May 23 13:47:59 2003
+++ pike72/Makefile	Fri May 23 13:50:57 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	pike72
 PORTVERSION=	7.2.492
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
 		http://ftp.oav.net/pkg_freebsd/distfiles/ \
@@ -106,7 +106,7 @@
 WITH_MESA=	yes
 .endif
 
-.if exists(${LOCALBASE}/lib/libpdf.so.4)
+.if exists(${LOCALBASE}/lib/libpdf.so.5)
 WITH_PDF=	yes
 .endif
 
@@ -180,7 +180,7 @@
 .endif
 
 .if defined(WITH_PDF)
-LIB_DEPENDS+=	pdf.5:${PORTSDIR}/print/pdflib4
+LIB_DEPENDS+=	pdf.5:${PORTSDIR}/print/pdflib
 CONFIGURE_ARGS+= --with-libpdf
 .else
 CONFIGURE_ARGS+= --without-libpdf
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list