Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 22:50:28 GMT
From:      Simon Barner <barner@in.tum.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/70746: devel/valgrind & devel/valgrind-snapshot: detect FreeBSD 6
Message-ID:  <200408202250.i7KMoSHn082889@freefall.freebsd.org>

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

From: Simon Barner <barner@in.tum.de>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/70746: devel/valgrind & devel/valgrind-snapshot: detect FreeBSD 6
Date: Sat, 21 Aug 2004 00:43:22 +0200

 > devel/valgrind-snapshot:
 > 
 > --- configure.orig	Sat Aug 21 00:03:33 2004
 > +++ configure	Sat Aug 21 00:03:13 2004
 > @@ -4020,7 +4020,7 @@
 >  
 >          ;;
 >  
 > -     *freebsd5*)
 > +     *freebsd[45]*)
 
 Argh! This can't be true... :(
 
 You know how this patch is supposed to look like, but for your convenience's
 sake:
 
 --- configure.orig	Sat Aug 21 00:03:33 2004
 +++ configure	Sat Aug 21 00:03:13 2004
 @@ -4020,7 +4020,7 @@
  
          ;;
  
 -     *freebsd5*)
 +     *freebsd[56]*)
          echo "$as_me:$LINENO: result: ok (${host_os})" >&5
  echo "${ECHO_T}ok (${host_os})" >&6
          VG_PLATFORM="x86-freebsd"
 >          echo "$as_me:$LINENO: result: ok (${host_os})" >&5
 >  echo "${ECHO_T}ok (${host_os})" >&6
 >          VG_PLATFORM="x86-freebsd"
 



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