ports/167815: [patch] archivers/unrar: respect STRIP

Jan Beich jbeich at tormail.org
Sat May 12 08:10:14 UTC 2012


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



More information about the freebsd-ports-bugs mailing list