Bug 184498 - graphics/zathura: fail to install (missing LC_MESSAGES)
Summary: graphics/zathura: fail to install (missing LC_MESSAGES)
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: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 19:30 UTC by Julien Cigar
Modified: 2014-02-07 12:10 UTC (History)
0 users

See Also:


Attachments
pkg-plist.patch (1.46 KB, patch)
2013-12-05 04:39 UTC, sean
no flags Details | Diff
pkg-plist (325 bytes, text/plain; charset=us-ascii)
2013-12-05 04:39 UTC, sean
no flags Details
zathura.diff (1.66 KB, patch)
2014-02-06 20:20 UTC, quentin.stievenart
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Cigar 2013-12-04 19:30:00 UTC
(...)
===>   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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-04 19:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-04 19:30:08 UTC
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
Comment 3 sean 2013-12-05 04:39:34 UTC
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`
Comment 4 quentin.stievenart 2014-02-06 20:20:25 UTC
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.
Comment 5 Guido Falsi freebsd_committer freebsd_triage 2014-02-06 20:38:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 6 Guido Falsi freebsd_committer freebsd_triage 2014-02-07 09:20:44 UTC
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>
Comment 7 Guido Falsi freebsd_committer freebsd_triage 2014-02-07 11:59:40 UTC
State Changed
From-To: feedback->open

Maintainer has fixed and confirmed identity (via email)
Comment 8 dfilter service freebsd_committer freebsd_triage 2014-02-07 12:01:32 UTC
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"
Comment 9 Guido Falsi freebsd_committer freebsd_triage 2014-02-07 12:01:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!