From owner-freebsd-ports@FreeBSD.ORG Fri May 30 05:51:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05DA037B401 for ; Fri, 30 May 2003 05:51:28 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B3A443F3F for ; Fri, 30 May 2003 05:51:27 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 665343D29 for ; Fri, 30 May 2003 08:51:26 -0400 (EDT) From: "Dan Langille" To: ports@FreeBSD.org Date: Fri, 30 May 2003 08:51:26 -0400 MIME-Version: 1.0 Message-ID: <3ED71B8E.17289.B89F9ED0@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: how do I not strip the binaries? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 12:51:28 -0000 According to /usr/ports/Mk/bsd.port.mk: # INSTALL_PROGRAM - A command to install binary executables. (By # default, also strips them, unless ${STRIP} is # overridden to be the empty string). For debugging purposes, I don't want the binaries stripped. I've tried defining STRIP in various places (command line, /etc/make.conf) but can't stop the stripping: /usr/bin/install -c -o root -g wheel -s -m 754 bacula-sd /usr/local/sbin/bacula-sd Clues please? (please cc any replies to me) -- Dan Langille : http://www.langille.org/