From owner-freebsd-questions@FreeBSD.ORG Sun Jul 11 18:24:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9400216A4CE for ; Sun, 11 Jul 2004 18:24:28 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C8943D31 for ; Sun, 11 Jul 2004 18:24:28 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bjizy-0001cA-00 for ; Sun, 11 Jul 2004 20:24:26 +0200 Received: from pd951f877.dip.t-dialin.net ([217.81.248.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Jul 2004 20:24:26 +0200 Received: from kai by pd951f877.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Jul 2004 20:24:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Kai Grossjohann Date: Sun, 11 Jul 2004 20:24:23 +0200 Lines: 9 Message-ID: <86llhqpfl4.fsf@rumba.de.uu.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd951f877.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:EMAZL8IZcy3D/B4sHvp6CfqsLvY= Sender: news Subject: Perl port: How to compile with debugging support? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 18:24:28 -0000 Is there a way to tell the system to always compile Perl with debugging support? I gather that I can specify make args in /usr/local/etc/pkgtools.conf, but when reading the Perl port's Makefile, I can't find a knob to twiddle for debugging support. For the time being, I shall hack the Makefile. tia, Kai