pkgsrc-Bugs archive

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

Re: pkg/55226 (pkgsrc/lang/perl5 is broken)



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

From: Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/55226 (pkgsrc/lang/perl5 is broken)
Date: Sat, 02 May 2020 13:16:52 +0900

 How about this ?
 (Sorry, if duplicate, the first one has Japanese char is in From:)
 
 
 Index: mk/subst.mk
 ===================================================================
 RCS file: /cvsroot/pkgsrc/mk/subst.mk,v
 retrieving revision 1.91
 diff -u -r1.91 subst.mk
 --- mk/subst.mk	1 May 2020 19:53:48 -0000	1.91
 +++ mk/subst.mk	2 May 2020 02:42:35 -0000
 @@ -200,7 +200,7 @@
  			${SUBST_FILTER_CMD.${class}} < "$$file" > "$$tmpfile";	\
  			${CMP} -s "$$tmpfile" "$$file" && {		\
  				${AWK} -f ${PKGSRCDIR}/mk/scripts/subst-identity.awk -- ${SUBST_SED.${class}} \
 -				&& found=`LC_ALL=C ${SED} -n ${SUBST_SED.${class}:C,^['"]?s.*,&p,:C,[\\`"],\\\\&,g} "$$file"` \
 +				&& found=`LC_ALL=C ${SED} -n ${SUBST_SED.${class}:C,^['"]?s.*,\\&p,:C,[\\`"],\\\\&,g} "$$file"` \
  				&& [ -n "$$found" ] && {		\
  					changed=yes;			\
  					continue;			\
 
 -- 
 Makoto Fujiwara
 mef%NetBSD.org@localhost
 makoto%if.t.u-tokyo.ac.jp@localhost
 


Home | Main Index | Thread Index | Old Index