Date: вс, 23 мар 2003 23:33:57 +0100 From: Kirill Ponomarew <ponomarew@oberon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: udo.schweigert@siemens.com Subject: ports/50227: strip(1) is defined in Makefile, but install -s is used Message-ID: <E18xE2P-000Lsj-00@voodoo.oberon.net>
next in thread | raw e-mail | index | archive | help
>Number: 50227 >Category: ports >Synopsis: strip(1) is defined in Makefile, but install -s is used >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 14:40:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.7-RELEASE i386 >Organization: Oberon.net >Environment: System: FreeBSD voodoo.oberon.net 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Feb 5 10:01:29 CET 2003 root@voodoo.oberon.net:/usr/obj/usr/src/sys/VOODOO i386 >Description: strip(1) is defined in Makefile, but install -s is used strip(1) definition in Makefile is not necessary because we use "install -s" to install the port >How-To-Repeat: cd /usr/ports/mail/mutt-devel; make install >Fix: --- mutt-devel.orig/Makefile Sun Mar 23 21:24:29 2003 +++ mutt-devel/Makefile Sun Mar 23 21:24:59 2003 @@ -299,7 +299,6 @@ @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/generate-plist > ${PLIST} post-install: - @strip ${PREFIX}/bin/mutt .if !defined(NOPORTDOCS) @${ECHO} "===> Installing Mutt documentation" @${MKDIR} ${PREFIX}/share/doc/mutt && \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18xE2P-000Lsj-00>