lang/perl5.12 or lang/perl5.14 problems occur in combination. z2h_euc z2h_sjis and was out of the way to improve call and message. # fined(%hash) is deprecated at /usr/local/lib/perl5/site_perl/5.12.1/jcode.pl line 684. # (Maybe you should just omit the defined()?) # defined(%hash) is deprecated at /usr/local/lib/perl5/site_perl/5.12.1/jcode.pl line 693. # (Maybe you should just omit the defined()?) see PR#149544 How-To-Repeat: #!/usr/local/bin/perl require "jcode.pl"; $data = ""; jcode::z2h_sjis(\$data); exit;
Responsible Changed From-To: freebsd-ports-bugs->tota I'll take it.
Hi, Takefu-san I have modified your patch. - Remove CONFLICTS because ja-p5-jcode.pl was removed from ports tree [1] - Rename patch-aa to patch-jcode.pl [2] Please confirm it. [1] http://www.freebsd.org/cgi/cvsweb.cgi/ports/japanese/p5-jcode.pl/?hideattic=0#dirlist [2] see 4.4 Patching FreeBSD Porter's Handbook http://www.freebsd.org/doc/en/books/porters-handbook/slow-patch.html Thanks, -- TAKATSU Tomonari
$B$?$1$U!wBg:eK-Cf$G$9!#(B It consented to the full text. Rework, thank you. TAKATSU Tomonari $B$5$s$O=q$-$^$7$?(B (2011/10/01 21:51): > Hi, Takefu-san > > I have modified your patch. > > - Remove CONFLICTS because ja-p5-jcode.pl was removed from ports tree [1] > - Rename patch-aa to patch-jcode.pl [2] > > Please confirm it. > > [1] http://www.freebsd.org/cgi/cvsweb.cgi/ports/japanese/p5-jcode.pl/?hideattic=0#dirlist > [2] see 4.4 Patching FreeBSD Porter's Handbook > http://www.freebsd.org/doc/en/books/porters-handbook/slow-patch.html > > Thanks, > --
tota 2011-10-03 21:48:36 UTC FreeBSD ports repository Modified files: japanese/jcode.pl Makefile Added files: japanese/jcode.pl/files patch-jcode.pl Log: - Add a patch to fix deprecated defined(%hash) issue PR: ports/160174 Submitted by: Takefu <takefu_AT_airport_DOT_fm> Revision Changes Path 1.13 +7 -8 ports/japanese/jcode.pl/Makefile 1.1 +20 -0 ports/japanese/jcode.pl/files/patch-jcode.pl (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!