Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2005 12:19:48 +0900 (JST)
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83584: error in compling japanese/dvipdfm
Message-ID:  <200507170319.j6H3JmQB098491@polymer3.scphys.kyoto-u.ac.jp>
Resent-Message-ID: <200507170320.j6H3KFbt044661@freefall.freebsd.org>

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

>Number:         83584
>Category:       ports
>Synopsis:       error in compling japanese/dvipdfm
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 17 03:20:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 5.4-STABLE FreeBSD 5.4-STABLE #6: Fri Jul 1 17:32:43 JST 2005 root@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386


	
>Description:
	building japanese/dvipdfm requires print/cmpsfont.
	in building process, even if print/cmpsfont has already been installed,
	dependency check fails.
	
>How-To-Repeat:
	when building japanese/dvipdfm after installation print/cmpsfont.
	
>Fix:
	checked file now does not exists, and causes error.
	here is a patch to Mafefile:

	--- japanese/dvipdfm/Makefile.orig	Sun Mar 14 15:16:45 2004
	+++ japanese/dvipdfm/Makefile	Sun Jul 17 12:04:09 2005
	@@ -19,10 +19,10 @@
	 COMMENT=	DVI to PDF converter (Japanese version)
	 BUILD_DEPENDS=		${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/japanese/ptex-base \
	-			${LOCALBASE}/share/doc/cmpsfont/README:${PORTSDIR}/print/cmpsfont
	+			${LOCALBASE}/share/fonts/cmpsfont/README:${PORTSDIR}/print/cmpsfont
	 LIB_DEPENDS=		png:${PORTSDIR}/graphics/png
	 RUN_DEPENDS=		kpsewhich:${PORTSDIR}/japanese/ptex-base \
	-			${LOCALBASE}/share/doc/cmpsfont/README:${PORTSDIR}/print/cmpsfont
	+			${LOCALBASE}/share/fonts/cmpsfont/README:${PORTSDIR}/print/cmpsfont
	
	 MAN1=			dvipdfm.1


	


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



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