Skip site navigation (1)Skip section navigation (2)
Date:      23 Sep 2003 04:41:59 -0000
From:      Kamol Jutiwattananukul <gapy@www.eng.kmitnb.ac.th>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57120: Compile failed when depend on libpdf4 with FreeBSD5.1
Message-ID:  <20030923044159.6274.qmail@www.eng.kmitnb.ac.th>
Resent-Message-ID: <200309230450.h8N4oJEG070987@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57120
>Category:       ports
>Synopsis:       Compile failed when depend on libpdf4 with FreeBSD5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 21:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kamol Jutiwattananukul
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
KMITNB
>Environment:
System: FreeBSD mermaid.eng.kmitnb.ac.th 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Jul 3 01:04:02 ICT 2003 gapy@mermaid.eng.kmitnb.ac.th:/usr/src/sys/compile/mermaid i386


>Description:
Change library depend from libpdf4 to libpdf5.
>How-To-Repeat:
>Fix:
Patch with these command
cd /usr/ports/print
patch -p0 < ~/axpoint.diff

--- axpoint.diff begins here ---
diff -ruN axpoint.old/Makefile axpoint/Makefile
--- axpoint.old/Makefile	Tue Sep 23 11:00:27 2003
+++ axpoint/Makefile	Tue Sep 23 10:33:08 2003
@@ -19,7 +19,7 @@
 BUILD_DEPENDS=	${PERL_SITELIBDIR}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
 		${PERL_SITELIBDIR}/XML/SAX/Writer.pm:${PORTSDIR}/textproc/p5-XML-SAX-Writer \
 		${PERL_SITELIBDIR}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib
-LIB_DEPENDS=	pdf.4:${PORTSDIR}/print/pdflib4
+LIB_DEPENDS=	pdf.5:${PORTSDIR}/print/pdflib5
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_SITELIBDIR=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
--- axpoint.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030923044159.6274.qmail>