Bug 148243

Summary: Missing dependencies for port textproc/xmlto
Product: Ports & Packages Reporter: Jack Peirce <jpeirce>
Component: Individual Port(s)Assignee: Matthias Andree <mandree>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jack Peirce 2010-06-29 21:30:06 UTC
textproc/xmlto should depend on textproc/docbook

Trying to make install xmlto before installing docbook results in errors. After installing textproc/docbook, building xmlto completes OK.

Fix: 

xmlto should depend on docbook
How-To-Repeat: Try to build xmlto without installing docbook on your system.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-29 21:30:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-05 14:21:18 UTC
mandree     2010-07-05 13:21:05 UTC

  FreeBSD ports repository

  Modified files:
    textproc/xmlto       Makefile 
  Log:
  Add missing dependency on docbook-xml (4.2).
  
  Reported by: Jack Peirce <jpeirce@sourcecode.com>
  PR:          ports/148243
  Approved by: garga (mentor, implicit)
  Feature safe: yes
  
  Revision  Changes    Path
  1.23      +2 -1      ports/textproc/xmlto/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Matthias Andree freebsd_committer freebsd_triage 2010-07-05 14:21:39 UTC
State Changed
From-To: open->closed

Fixed. Thanks for taking the time to report this.