pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/32624: USE_TOOLS+= gsed:run doesn't work



The following reply was made to PR pkg/32624; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: "gnats-bugs%netbsd.org@localhost" <gnats-bugs%netbsd.org@localhost>
Cc: 
Subject: Re: pkg/32624: USE_TOOLS+= gsed:run doesn't work
Date: Sat, 21 Jul 2007 00:25:34 +0900

 In pkgsrc/mk/tools/tools.NetBSD.mk:
 TOOLS_PLATFORM.gsed?=3D           ${TOOLS_PLATFORM.sed}           # GNUi=
 sh
 So, even if USE_TOOLS+=3Dgsed:run, /usr/bin/sed is used as gsed.
 
 If you want to force real gsed on NetBSD, you must define:
 .if ${OPSYS} =3D=3D "NetBSD"
 TOOLS_PLATFORM.gsed=3D #empty
 .endif
 -- =
 
 "Of course I love NetBSD":-)
 OBATA Akio / obache%NetBSD.org@localhost
 



Home | Main Index | Thread Index | Old Index