pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/inputmethod/uim
Module Name: pkgsrc
Committed By: ryoon
Date: Sun May 21 09:12:35 UTC 2017
Modified Files:
pkgsrc/inputmethod/uim: Makefile options.mk
Log Message:
Bump PKGREVISION from enabling gtk3 option by default
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/inputmethod/uim/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/inputmethod/uim/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/inputmethod/uim/Makefile
diff -u pkgsrc/inputmethod/uim/Makefile:1.126 pkgsrc/inputmethod/uim/Makefile:1.127
--- pkgsrc/inputmethod/uim/Makefile:1.126 Sun Apr 30 01:21:47 2017
+++ pkgsrc/inputmethod/uim/Makefile Sun May 21 09:12:34 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.126 2017/04/30 01:21:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.127 2017/05/21 09:12:34 ryoon Exp $
#
.include "../../inputmethod/uim/Makefile.common"
-PKGREVISION= 39
+PKGREVISION= 40
COMMENT= Multilingual input method library
#LICENSE= See ${WRKSRC}/COPYING
Index: pkgsrc/inputmethod/uim/options.mk
diff -u pkgsrc/inputmethod/uim/options.mk:1.32 pkgsrc/inputmethod/uim/options.mk:1.33
--- pkgsrc/inputmethod/uim/options.mk:1.32 Fri Dec 26 08:43:27 2014
+++ pkgsrc/inputmethod/uim/options.mk Sun May 21 09:12:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.32 2014/12/26 08:43:27 obache Exp $
+# $NetBSD: options.mk,v 1.33 2017/05/21 09:12:34 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.uim
PKG_SUPPORTED_OPTIONS= anthy canna curl eb expat ffi gnome gnome3 gtk gtk3 m17nlib openssl prime sj3 sqlite uim-fep wnn4 xim
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS+= editline
PKG_OPTIONS_OPTIONAL_GROUPS= kde qt
PKG_OPTIONS_GROUP.kde= kde kde3
PKG_OPTIONS_GROUP.qt= qt qt3
-PKG_SUGGESTED_OPTIONS= anthy expat gtk prime uim-fep xim
+PKG_SUGGESTED_OPTIONS= anthy expat gtk gtk3 prime uim-fep xim
# Store installed modules
UIM_MODULES= skk tutcode byeoru latin elatin xmload pyload \
Home |
Main Index |
Thread Index |
Old Index