ports/140909: [Maintainer] textproc/scim-kmfl-imengine: Fix KMFL on amd64, part 3/4 - fix hardcoded SCIM path
Nikola Lecic
nikola.lecic at anthesphoria.net
Thu Nov 26 21:10:24 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list