Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2012 10:49:19 +0300
From:      Jan Beich <jbeich@tormail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167815: [patch] archivers/unrar: respect STRIP
Message-ID:  <1ST7ND-000I1t-5n@internal.tormail.org>
Resent-Message-ID: <201205120810.q4C8ADNC001219@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1ST7ND-000I1t-5n>