(...) ===> Registering installation for zathura-0.2.5 pkg-static: lstat(/usr/ports/graphics/zathura/work/stage/usr/local/share/locale/es_CL/LC_MESSAGES/): No such file or directory pkg-static: lstat(/usr/ports/graphics/zathura/work/stage/usr/local/share/locale/es_CL/): No such file or directory pkg-static: lstat(/usr/ports/graphics/zathura/work/stage/usr/local/share/locale/id_ID/LC_MESSAGES/): No such file or directory pkg-static: lstat(/usr/ports/graphics/zathura/work/stage/usr/local/share/locale/id_ID/): No such file or directory pkg-static: lstat(/usr/ports/graphics/zathura/work/stage/usr/local/share/locale/ta_IN/LC_MESSAGES/): No such file or directory pkg-static: lstat(/usr/ports/graphics/zathura/work/stage/usr/local/share/locale/ta_IN/): No such file or directory pkg-static: lstat(/usr/ports/graphics/zathura/work/stage/usr/local/share/locale/uk_UA/LC_MESSAGES/): No such file or directory pkg-static: lstat(/usr/ports/graphics/zathura/work/stage/usr/local/share/locale/uk_UA/): No such file or directory *** [fake-pkg] Error code 74 Stop in /usr/ports/graphics/zathura. *** [install] Error code 1 Stop in /usr/ports/graphics/zathura. mage@rivendell zathura % How-To-Repeat: just install the port
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of graphics/zathura, Please note that PR ports/184498 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/184498 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
It seems the pkg-plist for Zathura is out of date. I generated a new pkg-plist I have attached both the new pkg-plist AND a patch. I generated the new pkg-plist with `make makeplist`
Maintainer here, I had some trouble with my mailbox and lost some messages, sorry for not answering sooner. I recently submitted a PR to update zathura to 0.2.6, and did not get any problem when building the port with the current plist. However, your plist is only ok if the NLS option is not activated. Attached is a patch (svn diff) that should solve the problem and works with NLS activated. Also, I updated the version from 0.2.5 to 0.2.6.
Responsible Changed From-To: freebsd-ports-bugs->madpilot I'll take it.
To the maintainer, did you change your email address? do you want to update the MAINTAINER line? Just to be sure, can you send a confirmation email from the old email address you have on the maintainer line? Thanks in advance. -- Guido Falsi <madpilot@FreeBSD.org>
State Changed From-To: feedback->open Maintainer has fixed and confirmed identity (via email)
Author: madpilot Date: Fri Feb 7 12:01:24 2014 New Revision: 343216 URL: http://svnweb.freebsd.org/changeset/ports/343216 QAT: https://qat.redports.org/buildarchive/r343216/ Log: - Update to 0.2.6 - Fix plist when NLS option is disabled - Update maintainer email PR: ports/184498 Submitted by: Julien Cigar <jcigar@ulb.ac.be> Approved by: Quentin Stievenart <quentin.stievenart@gmail.com> (maintainer, who sent actual patch) Modified: head/graphics/zathura/Makefile head/graphics/zathura/distinfo head/graphics/zathura/pkg-plist Modified: head/graphics/zathura/Makefile ============================================================================== --- head/graphics/zathura/Makefile Fri Feb 7 11:45:14 2014 (r343215) +++ head/graphics/zathura/Makefile Fri Feb 7 12:01:24 2014 (r343216) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= zathura -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/projects/zathura/download/ -MAINTAINER= acieroid@awesom.eu +MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ Modified: head/graphics/zathura/distinfo ============================================================================== --- head/graphics/zathura/distinfo Fri Feb 7 11:45:14 2014 (r343215) +++ head/graphics/zathura/distinfo Fri Feb 7 12:01:24 2014 (r343216) @@ -1,2 +1,2 @@ -SHA256 (zathura-0.2.5.tar.gz) = d901805efa7e18575008e97187a406adc6ac911b493f0e0dfaa69f453ac089d3 -SIZE (zathura-0.2.5.tar.gz) = 133895 +SHA256 (zathura-0.2.6.tar.gz) = ac529507350f148dcaa27fd266ad5973c2205066e2960fc92c049724ddd617f2 +SIZE (zathura-0.2.6.tar.gz) = 134021 Modified: head/graphics/zathura/pkg-plist ============================================================================== --- head/graphics/zathura/pkg-plist Fri Feb 7 11:45:14 2014 (r343215) +++ head/graphics/zathura/pkg-plist Fri Feb 7 12:01:24 2014 (r343216) @@ -30,11 +30,11 @@ share/applications/zathura.desktop %%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo %%NLS%%share/locale/uk_UA/LC_MESSAGES/zathura.mo @dirrm include/zathura -@dirrmtry share/locale/es_CL/LC_MESSAGES -@dirrmtry share/locale/es_CL -@dirrmtry share/locale/id_ID/LC_MESSAGES -@dirrmtry share/locale/id_ID -@dirrmtry share/locale/ta_IN/LC_MESSAGES -@dirrmtry share/locale/ta_IN -@dirrmtry share/locale/uk_UA/LC_MESSAGES -@dirrmtry share/locale/uk_UA +%%NLS%%@dirrmtry share/locale/es_CL/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es_CL +%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/id_ID +%%NLS%%@dirrmtry share/locale/ta_IN/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ta_IN +%%NLS%%@dirrmtry share/locale/uk_UA/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/uk_UA _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!