Date: Fri, 23 May 2003 13:55:32 +0200 (CEST) From: Xavier Beaudouin <kiwi@oav.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52611: [Maintainer Update]: lang/pike72: fix detection of pdflib5 Message-ID: <20030523115532.267DF26C06@kiwi.adsl.isdnet.net> Resent-Message-ID: <200305231200.h4NC0U54094960@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030523115532.267DF26C06>