Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 1998 08:30:02 -0700 (PDT)
From:      Guy Helmer <ghelmer@scl.ameslab.gov>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/7805: Port bytebench-3.1 is broken! ("shell" part)
Message-ID:  <199810011530.IAA04047@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7805; it has been noted by GNATS.

From: Guy Helmer <ghelmer@scl.ameslab.gov>
To: freebsd-gnats-submit@freebsd.org, cejkar@dcse.fee.vutbr.cz
Cc: ghelmer@scl.ameslab.gov
Subject: Re: ports/7805: Port bytebench-3.1 is broken! ("shell" part)
Date: Thu, 1 Oct 1998 10:25:05 -0500 (CDT)

 The following patch fixes the reported problem and one other problem I
 noticed while testing:
 
 *** Run.ORIG	Thu Oct  1 10:17:54 1998
 --- Run	Thu Oct  1 10:18:37 1998
 ***************
 *** 450,456 ****
       case $bench
       in
         C)
 !       rm -f ${TESTDIR}/cctest.o ${TESTDIR}/a.out
         ;;
   
         fstime)
 --- 450,456 ----
       case $bench
       in
         C)
 !       rm -f ${TESTDIR}/cctest.o ${TMPDIR}/a.out
         ;;
   
         fstime)
 *** pgms/tst.sh.ORIG	Thu Oct  1 08:32:58 1998
 --- pgms/tst.sh	Thu Oct  1 10:12:52 1998
 ***************
 *** 14,20 ****
   #
   ###############################################################################
   ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24";
 ! sort >sort.$$ <sort.src
   od sort.$$ | sort -n +1 > od.$$
   grep the sort.$$ | tee grep.$$ | wc > wc.$$
   rm sort.$$ grep.$$ od.$$ wc.$$
 --- 14,20 ----
   #
   ###############################################################################
   ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24";
 ! sort >sort.$$ <$TESTDIR/sort.src
   od sort.$$ | sort -n +1 > od.$$
   grep the sort.$$ | tee grep.$$ | wc > wc.$$
   rm sort.$$ grep.$$ od.$$ wc.$$
 
 
 Guy Helmer
 ghelmer@freebsd.org
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810011530.IAA04047>