ports/63009: Update port: misc/dejagnu to 1.4.4

KATO Tsuguru tkato at prontomail.com
Wed Feb 18 13:10:19 UTC 2004


>Number:         63009
>Category:       ports
>Synopsis:       Update port: misc/dejagnu to 1.4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 05:10:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.4.4

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/dejagnu/Makefile misc/dejagnu/Makefile
--- /usr/ports/misc/dejagnu/Makefile	Wed Feb  4 19:01:47 2004
+++ misc/dejagnu/Makefile	Tue Feb 17 00:03:15 2004
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	dejagnu
-PORTVERSION=	1.4.3
-PORTREVISION=	1
-CATEGORIES=	misc tcl83 tk83
+PORTVERSION=	1.4.4
+CATEGORIES=	misc tcl84 tk84
 MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	dejagnu
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Automated program/system tester
@@ -19,6 +18,7 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=		runtest.1
 
diff -urN /usr/ports/misc/dejagnu/distinfo misc/dejagnu/distinfo
--- /usr/ports/misc/dejagnu/distinfo	Fri Jan 30 14:50:09 2004
+++ misc/dejagnu/distinfo	Tue Feb 17 00:02:25 2004
@@ -1,2 +1,2 @@
-MD5 (dejagnu-1.4.3.tar.gz) = f0cc24ebe8d1ba94f731d9cd04aa05f3
-SIZE (dejagnu-1.4.3.tar.gz) = 1817399
+MD5 (dejagnu-1.4.4.tar.gz) = 053f18fd5d00873de365413cab17a666
+SIZE (dejagnu-1.4.4.tar.gz) = 1080346
diff -urN /usr/ports/misc/dejagnu/pkg-descr misc/dejagnu/pkg-descr
--- /usr/ports/misc/dejagnu/pkg-descr	Fri Nov  1 04:53:40 1996
+++ misc/dejagnu/pkg-descr	Tue Feb 17 00:02:10 2004
@@ -1,22 +1,9 @@
-  DejaGnu is a framework for testing other programs. Its purpose is to
-provide a single front end for all tests.  Beyond this, DejaGnu offers
-several advantages for testing:
+DejaGnu is a framework for testing other programs. Its purpose is to
+provide a single front end for all tests. Think of it as a custom library
+of Tcl procedures crafted to support writing a test harness. A Test
+Harness is the testing infrastructure that is created to support a
+specific program or tool. Each program can have multiple testsuites, all
+supported by a single test harness. DejaGnu is written in Expect, which
+in turn uses Tcl -- Tool command language.
 
-        - The flexibility and consistency of the DejaGnu framework
-          make it easy to write tests for any program.
-
-        - DejaGnu provides a layer of abstraction which makes all
-          tests (if correctly written) portable to any host or target
-          where a program must be tested.  For instance, a test for
-          GDB can run (from any Unix based host) on any target
-          architecture supported by DejaGnu. Currently DejaGnu runs
-          tests on several single board computers, whose operating
-          software ranges from just a boot monitor to a full-fledged,
-          Unix-like realtime OS.
-
-        - DejaGnu is written in expect, which in turn uses Tcl
-          (Tool command language).  The framework comprises two parts:
-          the testing framework and the testsuites themselves. Tests
-          are usually written in expect using Tcl.
-
-  Bugs can be reported to bug-dejagnu at prep.ai.mit.edu.
+WWW: http://www.gnu.org/software/dejagnu/
diff -urN /usr/ports/misc/dejagnu/pkg-plist misc/dejagnu/pkg-plist
--- /usr/ports/misc/dejagnu/pkg-plist	Thu Feb 12 01:42:09 2004
+++ misc/dejagnu/pkg-plist	Tue Feb 17 00:05:41 2004
@@ -2,6 +2,7 @@
 include/dejagnu.h
 %%DATADIR%%/baseboards/README
 %%DATADIR%%/baseboards/a29k-udi.exp
+%%DATADIR%%/baseboards/am33_2.0-libremote.exp
 %%DATADIR%%/baseboards/arc-sim.exp
 %%DATADIR%%/baseboards/arm-ice.exp
 %%DATADIR%%/baseboards/arm-sid.exp
@@ -63,9 +64,10 @@
 %%DATADIR%%/baseboards/powerpc-sim.exp
 %%DATADIR%%/baseboards/powerpcle-sim.exp
 %%DATADIR%%/baseboards/rom68k-idp.exp
-%%DATADIR%%/baseboards/sh-hms-sim.exp
 %%DATADIR%%/baseboards/sh-hms.exp
 %%DATADIR%%/baseboards/sh-sid.exp
+%%DATADIR%%/baseboards/sh-sim.exp
+%%DATADIR%%/baseboards/sparc-sim.exp
 %%DATADIR%%/baseboards/sparc64-sim.exp
 %%DATADIR%%/baseboards/sparclet-aout.exp
 %%DATADIR%%/baseboards/sparclite-coff.exp
@@ -141,7 +143,6 @@
 %%DATADIR%%/dg.exp
 %%DATADIR%%/framework.exp
 %%DATADIR%%/ftp.exp
-%%DATADIR%%/i960glue.c
 %%DATADIR%%/kermit.exp
 %%DATADIR%%/libexec/config.guess
 %%DATADIR%%/libgloss.exp
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list