Summary: | graphics/zathura: Can't handle -x option | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | freebsd | ||||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | marino, pi, quentin.stievenart, w.schwarzenfeld | ||||||||
Priority: | --- | Keywords: | patch | ||||||||
Version: | Latest | Flags: | pi:
maintainer-feedback-
koobs: merge-quarterly? |
||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209501 | ||||||||||
Attachments: |
|
Description
freebsd
2016-07-30 20:04:18 UTC
Update: compiling it from its original sources makes it work again, so this seems to be a Ports problem. Created attachment 173140 [details]
oatch-zathura
Please, try this patch, seems to work. That patch seems to work Created attachment 173142 [details]
svn-diff_graphics_zathura
Portlint ok. Testbuilds with poudriere 103amd64, 93amd64 compiles without problem.. Testbuilds poudriere: 103i386, 93i386, 11amd64 ok. maintainer timeout ?? testbuilds@work Is the quarterly branch version of the port affected? Testbuilds are fine, committed, thanks! A commit references this bug: Author: pi Date: Sun Aug 21 19:45:30 UTC 2016 New revision: 420581 URL: https://svnweb.freebsd.org/changeset/ports/420581 Log: graphics/zathura: fix -x option - fix it by adding some additional LIB_DEPENDS and a CPP flag for SYNCTEX PR: 211468 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: freebsd@schukraft.org Approved by: quentin.stievenart@gmail.com (maintainer timeout) Changes: head/graphics/zathura/Makefile (In reply to Kubilay Kocak from comment #10) The quarterly is at 0.3.4. Untested, if it's affected. A commit references this bug: Author: pi Date: Fri Aug 26 16:21:37 UTC 2016 New revision: 420930 URL: https://svnweb.freebsd.org/changeset/ports/420930 Log: graphics/zathura: bump portrevision after r420581 - dependencies added require a bump of portrevision PR: 211468 Reported by: marino Changes: head/graphics/zathura/Makefile There's another serious flaw with this patch: https://lists.freebsd.org/pipermail/freebsd-ports/2016-August/104569.html I should have seen it but I was focus on something else. There are 2 possibilities here: 1) base libmagic should be used. (remove sysutils/file from list and revbump) 2) sysutils/file needs to be specified with libmagic.so.4:sysutils/file (and revbump). Grep the tree to see other examples of this. Reopening the PR! Created attachment 174130 [details]
svn-diff_zathura_correct_depency
I'm build testing now I put the wrong PR on the commit message, I committed this though. Ok, thanks. |