From owner-freebsd-questions Tue Nov 9 8:25:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 0A70014C05; Tue, 9 Nov 1999 08:25:21 -0800 (PST) (envelope-from nsayer@quack.kfu.com) Received: from icarus.kfu.com (icarus.kfu.com [170.1.70.3]) by quack.kfu.com (8.9.2/8.8.5) with ESMTP id IAA79104; Tue, 9 Nov 1999 08:25:21 -0800 (PST) Received: from quack.kfu.com by icarus.kfu.com with ESMTP (8.9.3//ident-1.0) id IAA12109; Tue, 9 Nov 1999 08:25:21 -0800 (PST) Message-ID: <38284AF0.8DA6F7E1@quack.kfu.com> Date: Tue, 09 Nov 1999 08:25:20 -0800 From: Nick Sayer Reply-To: nsayer@freebsd.org X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-committers@freebsd.org Subject: Re: Installing GDBM_File (was: Location of GDBM_File in FreeBSD 3.2_Release) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ Adding -committers because it suggests a course of action. This is from -questions. Someone was trying to make the GDBM_File module for perl and running into difficulty. I have a fix that will make the normal procedure work correctly given where the gdbm port gets installed, and suggest adding a port to automate adding the GDBM_File module. ] Adding INC => '-I/usr/local/include', to /usr/src/contrib/perl5/ext/GDBM_File/Makefile.PL then running 'perl Makefile.PL' and make appears to work for me. I propose patching this in the -current and RELENG_3 branches and making a p5-GDBM_File port that does some magic trickery to run this and actually install it under /usr/local/lib/perl5/site_perl, like all the other perl module ports. Anyone object strenuously to this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message