Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 14:50:05 +0100
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        Ulrich Spoerlein <q@uni.de>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47406: [Patch] Remove {PERL} from ports@'s ports
Message-ID:  <20030124145005.38a74a80.corecode@corecode.ath.cx>
In-Reply-To: <20030124135054.76dbb045.q@uni.de>
References:  <200301232330.h0NNU7EI005549@freefall.freebsd.org> <20030124135054.76dbb045.q@uni.de>

next in thread | previous in thread | raw e-mail | index | archive | help
--br'2BFaP=.)GXMjF
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Lately Ulrich Spoerlein told:

> > [...]
> > > +	@${REINPLACE_CMD} -e 's|^CFLAGS\s+=\s+-Wall\s+-g|CFLAGS = \@CFLAGS@
> > > -Wall|' ${WRKSRC}/src/$i
> > did you test this? sed doesn't know \s, just [[:space:]]
> > you don't need to escape @ in sed
> I hope sed understands [[:space:]]+   ?

no. either use * (not the same) or \{1,\}
this might be a place where -E is nicer to use (with -E + is known)

cheers
  simon

-- 
/"\   http://corecode.ath.cx/#donate
\ /
 \     ASCII Ribbon Campaign
/ \  Against HTML Mail and News

--br'2BFaP=.)GXMjF
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+MUSQr5S+dk6z85oRArADAJ4s/WPFf9Ixy2vuU1kOJy1iykviQACgxjjI
nZ6PwMa3jh+J5UZKIfNQPOA=
=h0s9
-----END PGP SIGNATURE-----

--br'2BFaP=.)GXMjF--

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




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