diff options
author | ume <ume@FreeBSD.org> | 2007-03-31 12:22:10 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-03-31 12:22:10 +0800 |
commit | 3290f6db8f4b530afe78de6618b6bfca77d3ddc0 (patch) | |
tree | fd08b7bcd298df71116de41b98f8e0647517f795 /japanese | |
parent | 8578a200a3bbfc874d18398e8ab70fed0225a69b (diff) | |
download | freebsd-ports-gnome-3290f6db8f4b530afe78de6618b6bfca77d3ddc0.tar.gz freebsd-ports-gnome-3290f6db8f4b530afe78de6618b6bfca77d3ddc0.tar.zst freebsd-ports-gnome-3290f6db8f4b530afe78de6618b6bfca77d3ddc0.zip |
Fix plist after upgrading scim to 1.4.5.
scim-1.4.5 appended its version to the moduledir in scim.pc.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-anthy/files/patch-src::Makefile.in | 13 | ||||
-rw-r--r-- | japanese/scim-anthy/pkg-plist | 15 | ||||
-rw-r--r-- | japanese/scim-tomoe/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-tomoe/files/patch-src::Makefile.in | 13 |
5 files changed, 34 insertions, 11 deletions
diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index fab42f7cf7c7..4af8c1af1cf4 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-anthy PORTVERSION= 1.2.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=scim-imengine/22709 diff --git a/japanese/scim-anthy/files/patch-src::Makefile.in b/japanese/scim-anthy/files/patch-src::Makefile.in new file mode 100644 index 000000000000..a20f73c0c202 --- /dev/null +++ b/japanese/scim-anthy/files/patch-src::Makefile.in @@ -0,0 +1,13 @@ +Index: src/Makefile.in +diff -u src/Makefile.in.orig src/Makefile.in +--- src/Makefile.in.orig Mon Nov 13 11:42:58 2006 ++++ src/Makefile.in Sat Mar 31 05:05:47 2007 +@@ -389,7 +389,7 @@ + # Helper Program + # + @SCIM_BUILD_HELPER_TRUE@HELPER_MODULE = anthy-imengine-helper.la +-helpermoduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper ++helpermoduledir = @SCIM_MODULEDIR@/Helper + helpermodule_LTLIBRARIES = $(HELPER_MODULE) + anthy_imengine_helper_la_SOURCES = scim_anthy_helper.cpp + anthy_imengine_helper_la_CFLAGS = @GTK2_CFLAGS@ \ diff --git a/japanese/scim-anthy/pkg-plist b/japanese/scim-anthy/pkg-plist index 61bcf165d873..5b2288ec4374 100644 --- a/japanese/scim-anthy/pkg-plist +++ b/japanese/scim-anthy/pkg-plist @@ -1,12 +1,12 @@ lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.a lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.la lib/scim-1.0/1.4.0/Helper/anthy-imengine-helper.so -lib/scim-1.0/IMEngine/anthy.a -lib/scim-1.0/IMEngine/anthy.la -lib/scim-1.0/IMEngine/anthy.so -lib/scim-1.0/SetupUI/anthy-imengine-setup.a -lib/scim-1.0/SetupUI/anthy-imengine-setup.la -lib/scim-1.0/SetupUI/anthy-imengine-setup.so +lib/scim-1.0/1.4.0/IMEngine/anthy.a +lib/scim-1.0/1.4.0/IMEngine/anthy.la +lib/scim-1.0/1.4.0/IMEngine/anthy.so +lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.a +lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.la +lib/scim-1.0/1.4.0/SetupUI/anthy-imengine-setup.so share/locale/ja/LC_MESSAGES/scim-anthy.mo share/scim/Anthy/style/101kana.sty share/scim/Anthy/style/atok.sty @@ -27,6 +27,3 @@ share/scim/Anthy/style/wnn.sty share/scim/icons/scim-anthy.png share/scim/icons/scim-anthy-dict.png share/scim/icons/scim-anthy-swap-colors.png -@dirrmtry lib/scim-1.0/IMEngine -@dirrmtry lib/scim-1.0/SetupUI -@dirrmtry lib/scim-1.0/icons diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index d7e327150245..7be283e7bfaa 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-tomoe PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=scim-imengine/23343 diff --git a/japanese/scim-tomoe/files/patch-src::Makefile.in b/japanese/scim-tomoe/files/patch-src::Makefile.in new file mode 100644 index 000000000000..ff8348d259cd --- /dev/null +++ b/japanese/scim-tomoe/files/patch-src::Makefile.in @@ -0,0 +1,13 @@ +Index: src/Makefile.in +diff -u src/Makefile.in.orig src/Makefile.in +--- src/Makefile.in.orig Mon Dec 18 16:40:22 2006 ++++ src/Makefile.in Sat Mar 31 05:10:37 2007 +@@ -262,7 +262,7 @@ + scim_tomoe_prefs.h \ + scim_tomoe_prefs_widget.h + +-moduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper ++moduledir = @SCIM_MODULEDIR@/Helper + module_LTLIBRARIES = tomoe.la + tomoe_la_SOURCES = \ + scim_tomoe.cpp \ |