Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2012 04:43:41 +1200
From:      Jan Beich <jbeich@tormail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/168205: [patch] graphics/zathura: respect STRIP
Message-ID:  <1SWVhv-0009nk-9p@internal.tormail.org>
Resent-Message-ID: <201205211900.q4LJ0Cs3000606@freefall.freebsd.org>

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

>Number:         168205
>Category:       ports
>Synopsis:       [patch] graphics/zathura: 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:   Mon May 21 19:00:11 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 =zathura
/usr/local/bin/zathura: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped
$ gdb -q zathura
(no debugging symbols found)...
(gdb)
>Fix:
--- strip.diff begins here ---
Index: graphics/zathura/Makefile
===================================================================
RCS file: /a/.csup/ports/graphics/zathura/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- graphics/zathura/Makefile	19 May 2012 10:16:25 -0000	1.12
+++ graphics/zathura/Makefile	21 May 2012 16:43:16 -0000
@@ -19,6 +19,7 @@ LIB_DEPENDS=	poppler-glib.8:${PORTSDIR}/
 
 USE_GNOME=	glib20 gtk20
 USE_GMAKE=	yes
+MAKE_ENV=	SFLAGS="${STRIP}"
 FETCH_ARGS=	-Fpr
 
 .if !defined(NOPORTDOCS)
--- 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?1SWVhv-0009nk-9p>