From owner-cvs-all Sun Jun 2 14:22:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A31337B404; Sun, 2 Jun 2002 14:22:25 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52LMPc89825; Sun, 2 Jun 2002 14:22:25 -0700 (PDT) (envelope-from tobez) Message-Id: <200206022122.g52LMPc89825@freefall.freebsd.org> From: Anton Berezin Date: Sun, 2 Jun 2002 14:22:25 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 (iconv), Martin Nilsson (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