From jbeich@tormail.org  Mon May 21 18:51:56 2012
Return-Path: <jbeich@tormail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1413A106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 May 2012 18:51:56 +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 B5FC08FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 May 2012 18:51:55 +0000 (UTC)
Received: from tor-exit-router39-readme.formlessnetworking.net ([199.48.147.39]:16974 helo=internal.tormail.org)
	by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128)
	(Exim 4.77)
	(envelope-from <jbeich@tormail.org>)
	id 1SWVii-002rSd-96
	for FreeBSD-gnats-submit@freebsd.org; Mon, 21 May 2012 12:44:33 -0400
Received: from jbeich by internal.tormail.org with local (Exim 4.63)
	(envelope-from <jbeich@tormail.org>)
	id 1SWVhv-0009nk-9p
	for FreeBSD-gnats-submit@freebsd.org; Mon, 21 May 2012 16:43:47 +0000
Message-Id: <1SWVhv-0009nk-9p@internal.tormail.org>
Date: Tue, 22 May 2012 04:43:41 +1200
From: Jan Beich <jbeich@tormail.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] graphics/zathura: respect STRIP

>Number:         168205
>Category:       ports
>Synopsis:       [patch] graphics/zathura: respect STRIP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 21 19:00:11 UTC 2012
>Closed-Date:    Wed May 23 21:35:48 UTC 2012
>Last-Modified:  Wed May 23 21:40:02 UTC 2012
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon May 21 19:00:40 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168205 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: acieroid@awesom.eu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/168205: [patch] graphics/zathura: respect STRIP
Date: Mon, 21 May 2012 19:00:36 UT

 Maintainer of graphics/zathura,
 
 Please note that PR ports/168205 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168205
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Quentin Stievenart <acieroid@awesom.eu>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/168205: [patch] graphics/zathura: respect STRIP
Date: Mon, 21 May 2012 22:07:06 +0200

 I approve this patch.
 
 2012/5/21 Edwin Groothuis <edwin@freebsd.org>:
 > Maintainer of graphics/zathura,
 >
 > Please note that PR ports/168205 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/168205
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Wed May 23 14:06:28 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168205 
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Wed May 23 21:35:46 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168205 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168205: commit references a PR
Date: Wed, 23 May 2012 21:35:11 +0000 (UTC)

 pawel       2012-05-23 21:34:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/zathura     Makefile 
     graphics/zathura-pdf-poppler Makefile 
   Log:
   - Add support for WITH_DEBUG in zathura [1]
   - Move poppler-glib dep to zathura-pdf-plugin [2]
   - Add SQLITE option in zathura [3]
   - Bump portrevision in both ports as deps are changed
   
   PR:             ports/168205 [1]
                   ports/168240 [2]
                   ports/168241 [3]
   Submitted by:   Jan Beich <jbeich@tormail.org>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.2       +2 -1      ports/graphics/zathura-pdf-poppler/Makefile
   1.13      +14 -2     ports/graphics/zathura/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
