Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 01:01:31 +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:  <20030125010131.57da206d.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
--=.zR2pjG9gvZgFy=
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


--=.zR2pjG9gvZgFy=
Content-Type: application/pgp-signature

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

iD8DBQE+MdPgr5S+dk6z85oRAk7uAKCYYtRCWD4mH+L0/K7l5CAixp19ewCguNXK
L4fWvaS5hwIh7Ku0yQuX0g0=
=Umsq
-----END PGP SIGNATURE-----

--=.zR2pjG9gvZgFy=--

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?20030125010131.57da206d.corecode>