Index: head/japanese/scim-anthy/Makefile =================================================================== --- head/japanese/scim-anthy/Makefile (revision 478612) +++ head/japanese/scim-anthy/Makefile (revision 478613) @@ -1,24 +1,24 @@ # Created by: Hajimu UMEMOTO # $FreeBSD$ PORTNAME= scim-anthy PORTVERSION= 1.2.7 PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= OSDN/scim-imengine/37309 MAINTAINER= ports@FreeBSD.org COMMENT= SCIM IMEngine module using Anthy +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= scim:textproc/scim LIB_DEPENDS= libanthy.so:japanese/anthy RUN_DEPENDS:= ${BUILD_DEPENDS} \ kasumi:japanese/kasumi USES= gmake iconv libtool:keepla pkgconfig GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ -LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/japanese/scim-anthy/files/patch-src_scim__anthy__prefs.cpp =================================================================== --- head/japanese/scim-anthy/files/patch-src_scim__anthy__prefs.cpp (nonexistent) +++ head/japanese/scim-anthy/files/patch-src_scim__anthy__prefs.cpp (revision 478613) @@ -0,0 +1,56 @@ +Add missing initializers + +scim_anthy_prefs.cpp:98:9: error: cannot initialize a member subobject of type 'void *' with an rvalue of type 'bool' + false, + ^~~~~ + +--- src/scim_anthy_prefs.cpp.orig 2008-04-24 03:49:53 UTC ++++ src/scim_anthy_prefs.cpp +@@ -95,6 +95,7 @@ BoolConfigData config_bool_common [] = + N_("A_llow spliting romaji on editing preedit string"), + NULL, + N_("If this check is enabled, you can delete each letter."), ++ NULL, + false, + }, + { +@@ -104,6 +105,7 @@ BoolConfigData config_bool_common [] = + N_("_Entering the pseudo ASCII input mode with capital letters."), + NULL, + N_("If this check is enabled, capital letters will becomes a trigger to enter the pseudo ASCII input mode."), ++ NULL, + false, + }, + { +@@ -113,6 +115,7 @@ BoolConfigData config_bool_common [] = + N_("Insert a _blank with a blank key."), + NULL, + N_("If this check is enabled, a blank key will works to insert a blank when entering the pseudo ASCII input mode."), ++ NULL, + false, + }, + { +@@ -122,6 +125,7 @@ BoolConfigData config_bool_common [] = + N_("_Show predicted candidates while inputting letters"), + NULL, + NULL, ++ NULL, + false, + }, + { +@@ -131,6 +135,7 @@ BoolConfigData config_bool_common [] = + N_("Use _direct select keys while predicting"), + NULL, + NULL, ++ NULL, + false, + }, + { +@@ -269,6 +274,7 @@ IntConfigData config_int_common [] = + 0, + 0, + 0, 0, 0, ++ NULL, + NULL, + NULL, + NULL, Property changes on: head/japanese/scim-anthy/files/patch-src_scim__anthy__prefs.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property