Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2014 22:09:06 +0200
From:      "chris j. mutter" <cjm@s3.enemy.org>
To:        ports@FreeBSD.org
Subject:   linphone pkg-plist.patch
Message-ID:  <20140719200906.GB49498@s3.enemy.org>

next in thread | raw e-mail | index | archive | help

--tKW2IUtsqtDRztdT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hello,

there seems to be a wrong path to a file during pkg installion of net/linphone:

===>   Registering installation for linphone-3.7.0,1
pkg-static: lstat(/usr/ports/net/linphone/work/stage/usr/local/share/locale/nb_NO/LC_MESSAGES/): No such file or directory
pkg-static: lstat(/usr/ports/net/linphone/work/stage/usr/local/share/locale/nb_NO/): No such file or directory
*** Error code 74

correct directory that the compile generates is "nb/" instead of "nb_NO".

regards,
cjm
-- 
"God save the queen
 and her fascist regime"  -- Sex Pistols

--tKW2IUtsqtDRztdT
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="pkg-plist.patch"

--- pkg-plist.orig	2014-07-19 21:54:52.076857044 +0200
+++ pkg-plist	2014-07-19 21:58:21.420827996 +0200
@@ -53,7 +53,7 @@
 %%NLS%%share/locale/hu/LC_MESSAGES/linphone.mo
 %%NLS%%share/locale/it/LC_MESSAGES/linphone.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/linphone.mo
-%%NLS%%share/locale/nb_NO/LC_MESSAGES/linphone.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/linphone.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/linphone.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/linphone.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/linphone.mo
@@ -114,8 +114,8 @@
 @dirrmtry man/cs/man1
 @dirrmtry man/cs
 @dirrm %%DATADIR%%
-@dirrmtry share/locale/nb_NO/LC_MESSAGES
-@dirrmtry share/locale/nb_NO
+@dirrmtry share/locale/nb/LC_MESSAGES
+@dirrmtry share/locale/nb
 @dirrm share/pixmaps/linphone
 @dirrm share/sounds/linphone/rings
 @dirrm share/sounds/linphone

--tKW2IUtsqtDRztdT--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140719200906.GB49498>