ports/168205: [patch] graphics/zathura: respect STRIP

Jan Beich jbeich at tormail.org
Mon May 21 19:00:25 UTC 2012


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



More information about the freebsd-ports-bugs mailing list