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 30342106566B 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 E2CB98FC12 for ; Sat, 12 May 2012 08:10:13 +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 q4C8ADTQ001221 for ; Sat, 12 May 2012 08:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4C8ADNC001219; Sat, 12 May 2012 08:10:13 GMT (envelope-from gnats) Resent-Date: Sat, 12 May 2012 08:10:13 GMT Resent-Message-Id: <201205120810.q4C8ADNC001219@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 C7672106566C for ; Sat, 12 May 2012 08:09:38 +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 9B0138FC08 for ; Sat, 12 May 2012 08:09:38 +0000 (UTC) Received: from tor6.anonymizer.ccc.de ([80.237.226.76]:45506 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1ST7OR-001wwx-Tr for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 04:09:37 -0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1ST7ND-000I1t-5n for FreeBSD-gnats-submit@freebsd.org; Sat, 12 May 2012 08:08:20 +0000 Message-Id: <1ST7ND-000I1t-5n@internal.tormail.org> Date: Sat, 12 May 2012 10:49:19 +0300 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/167815: [patch] archivers/unrar: 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: 167815 >Category: ports >Synopsis: [patch] archivers/unrar: 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/unrar /usr/local/bin/unrar: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped >Fix: --- strip.diff begins here --- Index: archivers/unrar/Makefile =================================================================== RCS file: /a/.csup/ports/archivers/unrar/Makefile,v retrieving revision 1.75 diff -u -p -r1.75 Makefile --- archivers/unrar/Makefile 24 Apr 2012 16:31:16 -0000 1.75 +++ archivers/unrar/Makefile 12 May 2012 07:48:04 -0000 @@ -22,6 +22,7 @@ OPTIONS= OPENSSL_AES "Use OpenSSL implem CONFLICTS?= zh-unrar-[0-9].* unrar-iconv-[0-9].* MAKEFILE= makefile.unix +MAKE_ARGS= STRIP="${STRIP_CMD}" USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} --- strip.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: