ports/56673: math/grace requires new pdflib

Jonathan j.e.drews at worldnet.att.net
Wed Sep 10 07:50:19 UTC 2003


>Number:         56673
>Category:       ports
>Synopsis:       math/grace requires /usr/ports/print/pdflib5/
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 10 00:50:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan
>Release:        FreeBSD 4.8-RELEASE-p4 i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD mobile.silbsd.org 4.8-RELEASE-p4 FreeBSD 4.8-RELEASE-p4 #0: 
Fri Aug 29 03:50:18 CDT 2003 root@
mobile.silbsd.org:/usr/obj/usr/src/sys/STABLE48 i386

>Description:
  /usr/ports/math/grace/ tries to use /usr/ports/print/pdflib4/,  which is 
marked as broken.

>How-To-Repeat:
Enter /usr/ports/math/grace/  and do make. The port will not compile.  
        
>Fix:
Apply the attached patch. The port was tested in accordance with section 2.4 
of the "Porters Handbook".  Portlint -Av was also run and only a pkg-plist 
directory warning was issued. The port was tested on a single graph. *.ps, 
*.png, and *.pdf files were made. Prints were made form those files. The 
*.pdf hardcopy was not acceptable, even though the *.pdf displayed OK. The 
*.png and *.ps printed well. The only nearly relevant bug report that I could 
find on this *.pdf problem is here:
http://plasma-gate.weizmann.ac.il/w3todo/view.phtml?Pr_name=Grace&Todo_ID=1209



--Boundary-00=_wTtX/P4xq7c6onZ
Content-Type: text/x-diff;
  charset="us-ascii";
  name="Makefile.grace.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="Makefile.grace.diff"

--- /home/fbsd/Makefile.grace.orig	Mon Sep  8 20:24:26 2003
+++ Makefile	Wed Sep 10 02:22:15 2003
@@ -29,7 +29,7 @@
 		png.5:${PORTSDIR}/graphics/png		\
 		t1:${PORTSDIR}/devel/t1lib		\
 		XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml \
-		pdf.4:${PORTSDIR}/print/pdflib4
+		pdf.5:${PORTSDIR}/print/pdflib
 
 MAN1=		convcal.1 grace.1 xmgrace.1 gracebat.1 grconvert.1
 
@@ -43,7 +43,7 @@
 	--enable-grace-home=${X11BASE}/lib/X11/grace
 
 ALL_TARGET=
-INSTALL_TARGET= install links
+INSTALL_TARGET=	install links
 
 post-patch:
 	${CP} ${WRKSRC}/configure ${WRKSRC}/configure.input

--Boundary-00=_wTtX/P4xq7c6onZ--

>Release-Note:
>Audit-Trail:
>Unformatted:
 --Boundary-00=_wTtX/P4xq7c6onZ
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 To: FreeBSD-gnats-submit at freebsd.org
 From: Jonathan Drews
 Reply-To: j.e.drews at att.net
 Cc:
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 
 



More information about the freebsd-ports-bugs mailing list