Bug 168205 - [patch] graphics/zathura: respect STRIP
Summary: [patch] graphics/zathura: respect STRIP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 20:00 UTC by Jan Beich
Modified: 2012-05-23 22:40 UTC (History)
0 users

See Also:


Attachments
strip.diff (501 bytes, patch)
2012-05-21 20:00 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-05-21 20:00:11 UTC

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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-21 20:00:36 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-21 20:00:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Quentin Stievenart 2012-05-21 21:07:06 UTC
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
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2012-05-23 15:06:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-05-23 22:35:11 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"
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2012-05-23 22:35:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!