Date: Fri, 27 Apr 2012 06:02:54 GMT From: Dominic Fandrey <kamikaze@bsdforen.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/167353: [patch] misc/dejagnu missing dependency Message-ID: <201204270602.q3R62s9t058367@red.freebsd.org> Resent-Message-ID: <201204270610.q3R6A7jM026920@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167353 >Category: ports >Synopsis: [patch] misc/dejagnu missing dependency >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: Fri Apr 27 06:10:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_9 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 9.0-STABLE FreeBSD 9.0-STABLE #0: Wed Apr 18 17:54:39 CEST 2012 root@mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9 amd64 >Description: 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 >How-To-Repeat: Build misc/dejagnu in tinderbox. >Fix: Apply patch. Also reformats Makefile to satisfy portlint. Patch attached with submission follows: diff -Nur dejagnu.orig/Makefile dejagnu/Makefile --- dejagnu.orig/Makefile 2012-04-27 01:11:12.000000000 +0200 +++ dejagnu/Makefile 2012-04-27 01:12:45.000000000 +0200 @@ -13,14 +13,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Automated program/system tester -BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect -RUN_DEPENDS= expect:${PORTSDIR}/lang/expect - LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect +RUN_DEPENDS= expect:${PORTSDIR}/lang/expect + USE_GMAKE= yes GNU_CONFIGURE= yes +USE_TCL= 83+ MAN1= runtest.1 INFO= ${PORTNAME} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204270602.q3R62s9t058367>