Date: Sun, 2 Jun 2002 14:22:25 -0700 (PDT) From: Anton Berezin <tobez@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5 Makefile pkg-descr ports/lang/perl5/files patch-ab patch-ac patch-ad patch-ae patch-af patch-makedepend patch-perl.c Message-ID: <200206022122.g52LMPc89825@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tobez 2002/06/02 14:22:25 PDT Modified files: lang/perl5 Makefile pkg-descr lang/perl5/files patch-ab patch-ac patch-ad patch-ae patch-af patch-makedepend Added files: lang/perl5/files patch-perl.c Log: Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in the @INC array. This takes care of the infamous problem of updating the packages already in the perl distribution. With this change, no tricks are any longer necessary for such p5 ports, except the usual tweaking of INSTALLDIRS in Makefile.PL. This last one can also be taken care of by an appropriate BSDPAN modifications, but until we have the `natural' @INC order in the 4.X base system perl, it is meaningless. Do not include iconv.h and do not link with libiconv. Iconv is not used by perl in any way currently, but it used to link it if found. Fix perl on freebsd/sparc64. PR: 33212 (iconv), 37605 (iconv), 38813 (sparc64) Reported by: Vivek Khera <khera@kciLink.com> (iconv), Martin Nilsson <martin@gneto.com> (iconv) Submitted by: jake (sparc64) Revision Changes Path 1.43 +2 -2 ports/lang/perl5/Makefile 1.5 +2 -0 ports/lang/perl5/files/patch-ab 1.6 +13 -2 ports/lang/perl5/files/patch-ac 1.7 +2 -0 ports/lang/perl5/files/patch-ad 1.6 +2 -0 ports/lang/perl5/files/patch-ae 1.3 +2 -0 ports/lang/perl5/files/patch-af 1.2 +1 -1 ports/lang/perl5/files/patch-makedepend 1.1 +58 -0 ports/lang/perl5/files/patch-perl.c (new) 1.7 +5 -3 ports/lang/perl5/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206022122.g52LMPc89825>