Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  1 Sep 2002 12:30:52 +0200 (CEST)
From:      Stefan Walter <swalter@lettermax.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42282: [maintainer-update] Change vifm port not to strip binary explicitly
Message-ID:  <20020901103052.41DF1368D5@dunkelkammer.dunkelkammer.void>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020901103052.41DF1368D5>