Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2007 11:06:06 +0200 (CEST)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110910: graphics/gimp plist lacking a static lib
Message-ID:  <200703270906.l2R966Ba009531@rambutan.pingpong.net>
Resent-Message-ID: <200703270910.l2R9A8kj048974@freefall.freebsd.org>

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

>Number:         110910
>Category:       ports
>Synopsis:       graphics/gimp plist lacking a static lib
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 27 09:10:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
Ping Pong AB
>Environment:
System: FreeBSD rambutan.pingpong.net 6.2-RELEASE FreeBSD 6.2-RELEASE #2: Wed Jan 17 01:21:14 CET 2007 girgen@rambutan.pingpong.net:/usr/obj/.a/banan/usr/src/sys/WORKSTATION i386


	
>Description:
gimp-gnome installed python/gimpmodule.[a|la], but they don't exist in
the pkg-plist. I believe they should either be in the plist, or not be
installed?

rambutan:local# ls -l  libexec/gimp/2.2/python/gimpmodule.*     
-rw-r--r--  1 root  wheel  99152 23 Mar 14:52 libexec/gimp/2.2/python/gimpmodule.a
-rwxr-xr-x  1 root  wheel   1110 23 Mar 14:52 libexec/gimp/2.2/python/gimpmodule.la
-rwxr-xr-x  1 root  wheel  83319 23 Mar 14:52 libexec/gimp/2.2/python/gimpmodule.so
rambutan:local# pkg_which -v  libexec/gimp/2.2/python/gimpmodule.*  
libexec/gimp/2.2/python/gimpmodule.a: ?
libexec/gimp/2.2/python/gimpmodule.la: ?
libexec/gimp/2.2/python/gimpmodule.so: gimp-gnome-2.2.13_2,1

	
>How-To-Repeat:
	
>Fix:
Trivial fix:

Index: pkg-plist
===================================================================
RCS file: /opt/ncvs/ports/graphics/gimp/pkg-plist,v
retrieving revision 1.108
diff -u -r1.108 pkg-plist
--- pkg-plist	14 Oct 2006 08:52:55 -0000	1.108
+++ pkg-plist	27 Mar 2007 09:02:49 -0000
@@ -375,6 +375,8 @@
 %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py
 %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc
 %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo
+%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.a
+%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.la
 %%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so
 %%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py
 %%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc
>Release-Note:
>Audit-Trail:
>Unformatted:



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