Sat Nov 1 17:54:00 2008 UTC ()
Fix PLIST and buildlink3.mk after gucharmap dependency removal.
No PKGREVISION bump because this package didn't build successfully (oops).

Noted by Kouichirou Hiratsuka.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/tomoe-gtk/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/tomoe-gtk/buildlink3.mk

cvs diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/tomoe-gtk/PLIST (expand / switch to unified diff)

--- pkgsrc/inputmethod/tomoe-gtk/PLIST 2008/04/13 06:06:40 1.1.1.1
+++ pkgsrc/inputmethod/tomoe-gtk/PLIST 2008/11/01 17:54:00 1.2
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $ 1@comment $NetBSD: PLIST,v 1.2 2008/11/01 17:54:00 wiz Exp $
2include/tomoe/gtk/tomoe-canvas.h 2include/tomoe/gtk/tomoe-canvas.h
3include/tomoe/gtk/tomoe-char-table.h 3include/tomoe/gtk/tomoe-char-table.h
4include/tomoe/gtk/tomoe-details.h 4include/tomoe/gtk/tomoe-details.h
5include/tomoe/gtk/tomoe-edit-char.h 5include/tomoe/gtk/tomoe-edit-char.h
6include/tomoe/gtk/tomoe-edit-meta.h 6include/tomoe/gtk/tomoe-edit-meta.h
7include/tomoe/gtk/tomoe-edit-strokes.h 7include/tomoe/gtk/tomoe-edit-strokes.h
8include/tomoe/gtk/tomoe-gtk-config.h 8include/tomoe/gtk/tomoe-gtk-config.h
9include/tomoe/gtk/tomoe-gtk-enum-types.h 9include/tomoe/gtk/tomoe-gtk-enum-types.h
10include/tomoe/gtk/tomoe-gtk.h 10include/tomoe/gtk/tomoe-gtk.h
11include/tomoe/gtk/tomoe-gucharmap.h 
12include/tomoe/gtk/tomoe-handwriting.h 11include/tomoe/gtk/tomoe-handwriting.h
13include/tomoe/gtk/tomoe-reading-search.h 12include/tomoe/gtk/tomoe-reading-search.h
14include/tomoe/gtk/tomoe-scrollable.h 13include/tomoe/gtk/tomoe-scrollable.h
15include/tomoe/gtk/tomoe-window.h 14include/tomoe/gtk/tomoe-window.h
16lib/libtomoe-gtk.la 15lib/libtomoe-gtk.la
17lib/pkgconfig/tomoe-gtk.pc 16lib/pkgconfig/tomoe-gtk.pc
18share/gtk-doc/html/libtomoe-gtk/TomoeCanvas.html 17share/gtk-doc/html/libtomoe-gtk/TomoeCanvas.html
19share/gtk-doc/html/libtomoe-gtk/TomoeCharTable.html 18share/gtk-doc/html/libtomoe-gtk/TomoeCharTable.html
20share/gtk-doc/html/libtomoe-gtk/TomoeHandwriting.html 19share/gtk-doc/html/libtomoe-gtk/TomoeHandwriting.html
21share/gtk-doc/html/libtomoe-gtk/TomoeWindow.html 20share/gtk-doc/html/libtomoe-gtk/TomoeWindow.html
22share/gtk-doc/html/libtomoe-gtk/home.png 21share/gtk-doc/html/libtomoe-gtk/home.png
23share/gtk-doc/html/libtomoe-gtk/index.html 22share/gtk-doc/html/libtomoe-gtk/index.html
24share/gtk-doc/html/libtomoe-gtk/index.sgml 23share/gtk-doc/html/libtomoe-gtk/index.sgml

cvs diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/tomoe-gtk/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/inputmethod/tomoe-gtk/buildlink3.mk 2008/04/13 06:06:40 1.1.1.1
+++ pkgsrc/inputmethod/tomoe-gtk/buildlink3.mk 2008/11/01 17:54:00 1.2
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $ 1# $NetBSD: buildlink3.mk,v 1.2 2008/11/01 17:54:00 wiz Exp $
2 2
3BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ 3BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
4TOMOE_GTK_BUILDLINK3_MK:= ${TOMOE_GTK_BUILDLINK3_MK}+ 4TOMOE_GTK_BUILDLINK3_MK:= ${TOMOE_GTK_BUILDLINK3_MK}+
5 5
6.if ${BUILDLINK_DEPTH} == "+" 6.if ${BUILDLINK_DEPTH} == "+"
7BUILDLINK_DEPENDS+= tomoe-gtk 7BUILDLINK_DEPENDS+= tomoe-gtk
8.endif 8.endif
9 9
10BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntomoe-gtk} 10BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntomoe-gtk}
11BUILDLINK_PACKAGES+= tomoe-gtk 11BUILDLINK_PACKAGES+= tomoe-gtk
12BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}tomoe-gtk 12BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}tomoe-gtk
13 13
14.if ${TOMOE_GTK_BUILDLINK3_MK} == "+" 14.if ${TOMOE_GTK_BUILDLINK3_MK} == "+"
15BUILDLINK_API_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0 15BUILDLINK_API_DEPENDS.tomoe-gtk+= tomoe-gtk>=0.6.0
16BUILDLINK_PKGSRCDIR.tomoe-gtk?= ../../inputmethod/tomoe-gtk 16BUILDLINK_PKGSRCDIR.tomoe-gtk?= ../../inputmethod/tomoe-gtk
17.endif # TOMOE_GTK_BUILDLINK3_MK 17.endif # TOMOE_GTK_BUILDLINK3_MK
18 18
19.include "../../fonts/gucharmap/buildlink3.mk" 
20.include "../../inputmethod/tomoe/buildlink3.mk" 19.include "../../inputmethod/tomoe/buildlink3.mk"
21.include "../../x11/gtk2/buildlink3.mk" 20.include "../../x11/gtk2/buildlink3.mk"
22 21
23BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} 22BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}