pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/gtk-im-libthai Avoid immodule handling, pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76ad072acd84
branches:  trunk
changeset: 543022:76ad072acd84
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 01 08:15:36 2008 +0000

description:
Avoid immodule handling, pkgsrc framework handle it.

diffstat:

 inputmethod/gtk-im-libthai/distinfo         |   3 ++-
 inputmethod/gtk-im-libthai/patches/patch-aa |  25 +++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 393a5a1cf4e2 -r 76ad072acd84 inputmethod/gtk-im-libthai/distinfo
--- a/inputmethod/gtk-im-libthai/distinfo       Sun Jun 01 08:09:38 2008 +0000
+++ b/inputmethod/gtk-im-libthai/distinfo       Sun Jun 01 08:15:36 2008 +0000
@@ -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 -r 393a5a1cf4e2 -r 76ad072acd84 inputmethod/gtk-im-libthai/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/gtk-im-libthai/patches/patch-aa       Sun Jun 01 08:15:36 2008 +0000
@@ -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:



Home | Main Index | Thread Index | Old Index