From owner-freebsd-ports Sun Sep 1 3:40:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF3037B400 for ; Sun, 1 Sep 2002 03:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2840143E4A for ; Sun, 1 Sep 2002 03:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81Ae5JU076929 for ; Sun, 1 Sep 2002 03:40:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81Ae5nx076928; Sun, 1 Sep 2002 03:40:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD76E37B400 for ; Sun, 1 Sep 2002 03:31:10 -0700 (PDT) Received: from nx5.HRZ.Uni-Dortmund.DE (nx5.HRZ.Uni-Dortmund.DE [129.217.131.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B2F43E65 for ; Sun, 1 Sep 2002 03:31:09 -0700 (PDT) (envelope-from swalter@lettermax.de) Received: from dunkelkammer.dunkelkammer.void (actually dial-142136.hrz.uni-dortmund.de) by nx5.HRZ.Uni-Dortmund.DE via smtp-local with ESMTP; Sun, 1 Sep 2002 12:31:06 +0200 Received: by dunkelkammer.dunkelkammer.void (Postfix, from userid 910) id 41DF1368D5; Sun, 1 Sep 2002 12:30:52 +0200 (CEST) Message-Id: <20020901103052.41DF1368D5@dunkelkammer.dunkelkammer.void> Date: Sun, 1 Sep 2002 12:30:52 +0200 (CEST) From: Stefan Walter Reply-To: Stefan Walter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42282: [maintainer-update] Change vifm port not to strip binary explicitly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42282 >Category: ports >Synopsis: [maintainer-update] Change vifm port not to strip binary explicitly >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 01 03:40:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD dunkelkammer.dunkelkammer.void 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Aug 31 15:29:59 CEST 2002 stefan@dunkelkammer.dunkelkammer.void:/usr/obj/usr/src/sys/DUNKELKAMMER i386 >Description: The port explicitly strips the program's binary, which it shouldn't. INSTALL_PROGRAM strips by default, anyway, and people who don't want that can just add 'STRIP=' to /etc/make.conf. >How-To-Repeat: Install misc/vifm. >Fix: --- vifm-no-explicit-strip.patch begins here --- diff -rub vifm.orig/Makefile vifm/Makefile --- vifm.orig/Makefile Sat Aug 24 21:47:45 2002 +++ vifm/Makefile Sat Aug 24 21:48:00 2002 @@ -32,7 +32,4 @@ ${BUILD_WRKSRC}/src/vifmrc0.1 .endif -post-install: - @${STRIP_CMD} ${PREFIX}/bin/vifm - .include --- vifm-no-explicit-strip.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message