From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 12 08:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CAD31065674 for ; Sat, 12 May 2012 08:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1008FC17 for ; Sat, 12 May 2012 08:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4C8AENP001231 for ; Sat, 12 May 2012 08:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4C8AEZQ001230; Sat, 12 May 2012 08:10:14 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2012 08:10:14 GMT Resent-Message-Id: <201205120810.q4C8AEZQ001230@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC24106566B for ; Sat, 12 May 2012 08:09:45 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id AFC548FC0A for ; Sat, 12 May 2012 08:09:44 +0000 (UTC) Received: from tor6.anonymizer.ccc.de ([80.237.226.76]:24441 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1ST7OX-001wxW-Rj for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 04:09:43 -0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1ST7My-000I1C-5f for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 08:08:06 +0000 Message-Id: <1ST7My-000I1C-5f@internal.tormail.org> Date: Sat, 12 May 2012 09:23:25 +0200 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/167816: [patch] archivers/unzip: respect STRIP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2012 08:10:14 -0000 >Number: 167816 >Category: ports >Synopsis: [patch] archivers/unzip: respect STRIP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 12 08:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: >Description: >How-To-Repeat: $ make install WITH_DEBUG= $ file /usr/local/bin/unzip /usr/local/bin/unzip: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000010), stripped >Fix: --- strip.diff begins here --- Index: archivers/unzip/Makefile =================================================================== RCS file: /a/.csup/ports/archivers/unzip/Makefile,v retrieving revision 1.72 diff -u -p -r1.72 Makefile --- archivers/unzip/Makefile 30 Aug 2011 08:11:57 -0000 1.72 +++ archivers/unzip/Makefile 12 May 2012 07:22:25 -0000 @@ -25,6 +25,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS?= unzip-iconv-[0-9]* zh-unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* MAKEFILE= unix/Makefile +MAKE_ARGS= LF2="${STRIP}" .if defined(INSTALL_AS_INFOUNZIP) UNZIP_NAME= info-unzip .else --- strip.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: