Bug 68218 - ports/print/dvipdfmx: fix for a dependency
Summary: ports/print/dvipdfmx: fix for a dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: matusita
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-23 02:50 UTC by Katsura Matsumoto
Modified: 2004-10-27 09:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katsura Matsumoto 2004-06-23 02:50:25 UTC
The present dependency of print/dvipdfmx is not consistent with the recent
restructuring on TeX-related ports: e.g., japanese/teTeX does not exactly
require print/teTeX and print/dvipdfmx can lose its dependency to tetex.

FYI, japanese/dvipdfm does not seem to meet the same issue at present because
it depends on japanese/ptex-base.  I suggest it would be better now that
japanese/dvipdfm has also a dependency on tetex-base, though it may be a
maintainer's decision.

Fix: 

21c21
< BUILD_DEPENDS=	${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX
---
> BUILD_DEPENDS=	${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base
24c24
< 		kpsepath:${PORTSDIR}/print/teTeX
---
> 		kpsepath:${PORTSDIR}/print/teTeX-base
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-06-23 07:09:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->matusita

Over to maintainer.
Comment 2 matusita freebsd_committer freebsd_triage 2004-10-27 09:38:31 UTC
State Changed
From-To: open->closed

Just committed, and update the version to the recent snapshot.  Thanks! 

Also I'm sorry to be late to close this PR.