Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2009 21:41:38 +0100 (CET)
From:      Nikola Lecic <nikola.lecic@anthesphoria.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140909: [Maintainer] textproc/scim-kmfl-imengine: Fix KMFL on amd64, part 3/4 - fix hardcoded SCIM path
Message-ID:  <200911262041.nAQKfc12017640@anthesphoria.net>
Resent-Message-ID: <200911262110.nAQLABJG088157@freefall.freebsd.org>

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

>Number:         140909
>Category:       ports
>Synopsis:       [Maintainer] textproc/scim-kmfl-imengine: Fix KMFL on amd64, part 3/4 - fix hardcoded SCIM path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 26 21:10:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Nikola Lecic
>Release:        FreeBSD 8.0-RC3 amd64
>Organization:
>Environment:

System: FreeBSD xxx 8.0-RC3 FreeBSD 8.0-RC3 #0: Tue Nov 10 06:35:19 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

This patch
* fixes hardcoded path to scim-launcher;
* forces recompile due to this amd amd64-related fix of kmflcomp/libkmfl.

>How-To-Repeat:
	
>Fix:

--- scim-kmfl-imengine-0.9.8_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/scim-kmfl-imengine/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	22 Aug 2009 00:37:09 -0000	1.9
+++ Makefile	20 Nov 2009 09:10:22 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	scim-kmfl-imengine
 PORTVERSION=	0.9.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	SF/kmfl/kmfl/${PORTVERSION} \
 		http://anthesphoria.net/FreeBSD/ports/distfiles/
@@ -49,6 +49,9 @@
 	@${REINPLACE_CMD} \
 		's|/usr/X11R6/lib|${LOCALBASE}/lib|' \
 	   	${WRKSRC}/src/Makefile.in ${WRKSRC}/src/xkbmap.cpp
+	@${REINPLACE_CMD} \
+		's|/usr/lib|${LOCALBASE}/lib|' \
+		${WRKSRC}/scim_kmfl_imengine_setup/scim_kmfl_imengine_setup.cpp
 
 post-install:
 .if !defined(NOPORTDOCS)
--- scim-kmfl-imengine-0.9.8_2.patch ends here ---

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



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