summaryrefslogtreecommitdiff
path: root/inputmethod/sj3/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-15 13:35:21 +0000
committerobache <obache@pkgsrc.org>2010-02-15 13:35:21 +0000
commit778d65ea5f04ca8061bbad5d504e051983a88961 (patch)
tree40e1f213a84ec8f81a20482616fc6a2c2c5beb5f /inputmethod/sj3/patches
parent982390a4ca9cfd61198fa51efb90f685952cbe1e (diff)
downloadpkgsrc-778d65ea5f04ca8061bbad5d504e051983a88961.tar.gz
Update sj3 to 2.0.1.23p1.
Re-arranged packages: * sj3-lib:removed * sj3-dict: removed * sj3-server-bin: removed * sj3-client: added (lib + client tools) * sj3-server: no more meta-pkg (server + dict) * sj3: added (sj3-server + sj3-client) Notable changes since 2.0.1.21: * changed to gnu-configure. * sj3lib is shared library. * using lua for server settings. * sj3 command was removed. * sj3serv no longer listen network socket. Set "false" to "strict_auth" and invoke sj3proxy additionaly if require it. * dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE. On pkgsrc, new location is ${VARBASE}/sj3/dict.
Diffstat (limited to 'inputmethod/sj3/patches')
-rw-r--r--inputmethod/sj3/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/inputmethod/sj3/patches/patch-aa b/inputmethod/sj3/patches/patch-aa
new file mode 100644
index 00000000000..30da11e5144
--- /dev/null
+++ b/inputmethod/sj3/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2010/02/15 13:35:21 obache Exp $
+
+Handled by pkgsrc framework.
+
+--- dict/Makefile.in.orig 2010-02-14 14:45:04.000000000 +0000
++++ dict/Makefile.in
+@@ -368,11 +368,6 @@ uninstall-am: uninstall-info-am
+ @BUILDABLE_SJ3DICT_TRUE@ $(top_builddir)/src/sj3mkdic/sj3mkdic ./visual.dic sj3main.dic > Moutput
+
+ @BUILDABLE_SJ3DICT_TRUE@install:: sj3main.dic
+-@BUILDABLE_SJ3DICT_TRUE@ ($(mkdir_p) $(DESTDIR)$(SJ3DICTDIR); \
+-@BUILDABLE_SJ3DICT_TRUE@ $(INSTALL_DATA) sj3main.dic $(DESTDIR)$(SJ3DICTDIR); \
+-@BUILDABLE_SJ3DICT_TRUE@ $(mkdir_p) $(DESTDIR)$(SJ3DICTDIR)/user; \
+-@BUILDABLE_SJ3DICT_TRUE@ chown $(SJ3OWNER) $(DESTDIR)$(SJ3DICTDIR)/user; \
+-@BUILDABLE_SJ3DICT_TRUE@ chgrp $(SJ3GROUP) $(DESTDIR)$(SJ3DICTDIR)/user;)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: