Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 14:31:58 +0900 (JST)
From:      Alexander Nedotsukov <bland@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48579: GIMP plugin installed wrong place
Message-ID:  <200302230531.h1N5Vwif046983@bbnest.dyndns.org>

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

>Number:         48579
>Category:       ports
>Synopsis:       GIMP plugin installed wrong place
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 21:40:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Nedotsukov
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bbnest.dyndns.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Feb 22 00:02:22 JST 2003 bland@bbnest.dyndns.org:/usr/obj/usr/src/sys/SU i386


	
>Description:
When built with the WITH_GIMP option it installs gtkam-gimp binary wrong place.
It is /usr/X11R6/lib/gimp/1.3/plug-ins instead of /usr/X11R6/libexec/gimp/1.3/plug-ins. This prevent plugin from use in gimp and conflicts with plist.

	
>How-To-Repeat:
cd /usr/ports/graphics/gtkam; make WITH_GIMP=yes install; pkg_info -g gtkam*

	
>Fix:

	

--- patch-aa begins here ---
--- src/Makefile.in.orig	Sat Feb 22 17:57:10 2003
+++ src/Makefile.in	Sat Feb 22 17:57:28 2003
@@ -169,7 +169,7 @@
 	$(GNOME_LIBS)
 
 
-@HAVE_GIMP_TRUE@gtkam_gimp_libexecdir = $(libdir)/gimp/1.3/plug-ins
+@HAVE_GIMP_TRUE@gtkam_gimp_libexecdir = $(libexecdir)/gimp/1.3/plug-ins
 @HAVE_GIMP_TRUE@gtkam_gimp_libexec_PROGRAMS = gtkam-gimp
 @HAVE_GIMP_TRUE@gtkam_gimp_SOURCES = gtkam-gimp.c
 @HAVE_GIMP_TRUE@gtkam_gimp_LDADD = \
--- patch-aa ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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