From root@kiwi.adsl.isdnet.net  Fri May 23 04:55:37 2003
Return-Path: <root@kiwi.adsl.isdnet.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6129C37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 May 2003 04:55:37 -0700 (PDT)
Received: from kiwi.adsl.isdnet.net (kiwi.adsl.isdnet.net [195.154.177.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A958743F85
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 May 2003 04:55:36 -0700 (PDT)
	(envelope-from root@kiwi.adsl.isdnet.net)
Received: by kiwi.adsl.isdnet.net (Postfix, from userid 0)
	id 267DF26C06; Fri, 23 May 2003 13:55:32 +0200 (CEST)
Message-Id: <20030523115532.267DF26C06@kiwi.adsl.isdnet.net>
Date: Fri, 23 May 2003 13:55:32 +0200 (CEST)
From: Xavier Beaudouin <kiwi@oav.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Maintainer Update]: lang/pike72: fix detection of pdflib5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52611
>Category:       ports
>Synopsis:       [Maintainer Update]: lang/pike72: fix detection of pdflib5
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    foxfair
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 23 05:00:30 PDT 2003
>Closed-Date:    Sat May 31 17:05:40 PDT 2003
>Last-Modified:  Sat May 31 17:05:40 PDT 2003
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->foxfair 
Responsible-Changed-By: foxfair 
Responsible-Changed-When: Sat May 24 00:09:14 PDT 2003 
Responsible-Changed-Why:  
I'll handle this after ports freeze over. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=52611 
State-Changed-From-To: open->closed 
State-Changed-By: foxfair 
State-Changed-When: Sat May 31 17:05:28 PDT 2003 
State-Changed-Why:  

Committed,thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=52611 
>Unformatted:
