From 0178116d5f57098bcaf3a73f0efe4398d32d8aec Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 1 Jun 2008 08:15:36 +0000 Subject: Avoid immodule handling, pkgsrc framework handle it. --- inputmethod/gtk-im-libthai/distinfo | 3 ++- inputmethod/gtk-im-libthai/patches/patch-aa | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 inputmethod/gtk-im-libthai/patches/patch-aa (limited to 'inputmethod') diff --git a/inputmethod/gtk-im-libthai/distinfo b/inputmethod/gtk-im-libthai/distinfo index f3db279be69..74813d6b1d8 100644 --- a/inputmethod/gtk-im-libthai/distinfo +++ b/inputmethod/gtk-im-libthai/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/02/26 11:38:41 obache Exp $ +$NetBSD: distinfo,v 1.2 2008/06/01 08:15:36 obache Exp $ SHA1 (gtk-im-libthai-0.1.4.tar.gz) = 8c5a1ccbcca13cba7cf3ecb28ef066c64b1c5945 RMD160 (gtk-im-libthai-0.1.4.tar.gz) = 8888a03bfbfe5aa69a3266b2c9237272c90e0771 Size (gtk-im-libthai-0.1.4.tar.gz) = 335954 bytes +SHA1 (patch-aa) = 3344de0fbf36622058addef5f5a9e9aca499ebbc diff --git a/inputmethod/gtk-im-libthai/patches/patch-aa b/inputmethod/gtk-im-libthai/patches/patch-aa new file mode 100644 index 00000000000..385c5da8460 --- /dev/null +++ b/inputmethod/gtk-im-libthai/patches/patch-aa @@ -0,0 +1,25 @@ +$NetBSD: patch-aa,v 1.1 2008/06/01 08:15:36 obache Exp $ + +--- src/Makefile.in.orig 2006-09-13 03:38:40.000000000 +0000 ++++ src/Makefile.in +@@ -485,19 +485,7 @@ uninstall-am: uninstall-info-am uninstal + # Running this if cross compiling or if DESTDIR is set is going to + # not work at all, so skip it. + install-data-hook: +- @if test -z "$(DESTDIR)" ; then \ +- echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \ +- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/gtk-2.0 ; \ +- echo "gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules" ; \ +- gtk-query-immodules-2.0 > $(DESTDIR)$(sysconfdir)/gtk-2.0/gtk.immodules ; \ +- else \ +- echo "***" ; \ +- echo "*** Warning: gtk.immodules not built" ; \ +- echo "***" ; \ +- echo "*** Generate this file manually on host" ; \ +- echo "*** system using gtk-query-immodules-2.0" ; \ +- echo "***" ; \ +- fi ++ + # 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: -- cgit v1.2.3