Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2012 15:07:29 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   typo in x11-toolkits/gtk30 pkg-plist [patch]
Message-ID:  <201202182307.q1IN7TG7067608@mousie.catspoiler.org>

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

>Submitter-Id:	current-users
>Originator:	Don Lewis
>Organization:	none
>Confidential:	no 
>Synopsis:	typo in x11-toolkits/gtk30 pkg-plist [patch]
>Severity:	non-critical
>Priority:	medium
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 8.2-STABLE i386
>Environment:
System: FreeBSD mousie.catspoiler.org 8.2-STABLE FreeBSD 8.2-STABLE #62: Thu Feb 16 20:54:49 PST 2012 root@mousie.catspoiler.org:/usr/obj/usr/src/sys/GENERICDDB i386

gtk-3.0.12

>Description:

When installing x11-toolkits/gtk30 from a package, the following error
occurs:

cannot create /usr/local/lib/gkt-3.0/3.0.0/immodules.cache: No such file or dire
ctory

	
>How-To-Repeat:

Installing x11-toolkits/gtk30 from a package, in my case by
using portupgrade to upgrade the installed version, triggers the error.
	
>Fix:


Index: x11-toolkits/gtk30/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/gtk30/pkg-plist,v
retrieving revision 1.115
diff -u -r1.115 pkg-plist
--- x11-toolkits/gtk30/pkg-plist	30 Jul 2011 09:20:20 -0000	1.115
+++ x11-toolkits/gtk30/pkg-plist	18 Feb 2012 22:37:18 -0000
@@ -648,7 +648,7 @@
 @dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%/engines
 @dirrmtry lib/gtk-3.0/%%GTK3_VERSION%%
 @dirrmtry lib/gtk-3.0
-@exec %D/bin/gtk-query-immodules-3.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-3.0 > %D/lib/gkt-3.0/%%GTK3_VERSION%%/immodules.cache 2>/dev/null || /usr/bin/true
+@exec %D/bin/gtk-query-immodules-3.0 > /dev/null 2>&1 && %D/bin/gtk-query-immodules-3.0 > %D/lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache 2>/dev/null || /usr/bin/true
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
 @dirrmtry share/locale/zh_HK
 @dirrmtry share/locale/yi/LC_MESSAGES



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