Bug 167353 - [patch] misc/dejagnu missing dependency
Summary: [patch] misc/dejagnu missing 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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-27 07:10 UTC by kamikaze
Modified: 2012-04-28 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (590 bytes, patch)
2012-04-27 07:10 UTC, kamikaze
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kamikaze 2012-04-27 07:10:06 UTC
Configure failure:

..
checking for docbook2html... false
checking for docbook2rtf... false
checking for docbook2pdf... false
checking for docbook2ps... false
checking for docbook2x-texi... false
checking for expect... /usr/local/bin/expect
checking Tcl version 8.3 or greater... configure: error: Tcl 8.3 or greater is required
===>  Script "configure" failed unexpectedly.
Please report the problem to ports@FreeBSD.org [maintainer] and attach the
"/work/a/ports/misc/dejagnu/work/dejagnu-1.5/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. an `ls
/var/db/pkg`).
*** Error code 1

Stop in /a/ports/misc/dejagnu.
================================================================
build of /usr/ports/misc/dejagnu ended at Thu Apr 26 23:04:47 UTC 2012

Fix: Apply patch. Also reformats Makefile to satisfy portlint.

Patch attached with submission follows:
How-To-Repeat: Build misc/dejagnu in tinderbox.
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2012-04-27 23:15:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-28 08:46:12 UTC
dhn         2012-04-28 07:45:58 UTC

  FreeBSD ports repository

  Modified files:
    misc/dejagnu         Makefile 
  Log:
  - Add missing dependency
  
  PR:             ports/167353
  Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
  
  Revision  Changes    Path
  1.31      +4 -3      ports/misc/dejagnu/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 Dennis Herrmann freebsd_committer freebsd_triage 2012-04-28 08:46:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!