From owner-cvs-all Sun Jul 28 1:25:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EF9837B400; Sun, 28 Jul 2002 01:25:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDFC43E42; Sun, 28 Jul 2002 01:25:08 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6S8P8JU056784; Sun, 28 Jul 2002 01:25:08 -0700 (PDT) (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6S8P8nH056783; Sun, 28 Jul 2002 01:25:08 -0700 (PDT) Message-Id: <200207280825.g6S8P8nH056783@freefall.freebsd.org> From: Anton Berezin Date: Sun, 28 Jul 2002 01:25:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5 Makefile pkg-plist ports/lang/perl5/files patch-ac 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/07/28 01:25:08 PDT Modified files: lang/perl5 Makefile pkg-plist lang/perl5/files patch-ac Log: Add two knobs: WITH_PERL_MALLOC - to compile with perl's own malloc, as opposed to the freebsd system malloc. Some might find this useful, since perl's malloc is marginally faster in typical cases, and orders of magnitude faster in degenerate cases. Use with care. WITH_GDBM - to compile with gdbm support. Requested by: netchild (WITH_PERL_MALLOC), Joachim Leidinger (WITH_GDBM) Revision Changes Path 1.47 +20 -2 ports/lang/perl5/Makefile 1.8 +10 -6 ports/lang/perl5/files/patch-ac 1.28 +5 -0 ports/lang/perl5/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message