pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/unicon-im/patches s|BSD_INSTALL_DATA|BSD_I...
details: https://anonhg.NetBSD.org/pkgsrc/rev/32b124f9a5f2
branches: trunk
changeset: 506374:32b124f9a5f2
user: rxg <rxg%pkgsrc.org@localhost>
date: Sun Jan 15 13:56:10 2006 +0000
description:
s|BSD_INSTALL_DATA|BSD_INSTALL_LIB for libs.
diffstat:
inputmethod/unicon-im/patches/patch-ab | 4 ++--
inputmethod/unicon-im/patches/patch-ad | 4 ++--
inputmethod/unicon-im/patches/patch-ae | 6 +++---
inputmethod/unicon-im/patches/patch-af | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (74 lines):
diff -r 65479632f71f -r 32b124f9a5f2 inputmethod/unicon-im/patches/patch-ab
--- a/inputmethod/unicon-im/patches/patch-ab Sun Jan 15 13:09:29 2006 +0000
+++ b/inputmethod/unicon-im/patches/patch-ab Sun Jan 15 13:56:10 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2002/09/23 02:02:47 jlam Exp $
+$NetBSD: patch-ab,v 1.3 2006/01/15 13:56:10 rxg Exp $
--- server/Makefile.in.orig Mon May 22 03:32:04 2000
+++ server/Makefile.in
@@ -48,7 +48,7 @@
- if [ -f $(APP_PROG) ]; then cp -f $(APP_PROG) $(prefix)/bin; fi
- if [ -f $(DLIB_PROG) ]; then cp -f $(DLIB_PROG) $(prefix)/lib/unicon2; fi
+install:
-+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(DLIB_PROG) $(prefix)/lib
++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(DLIB_PROG) $(prefix)/lib
clean:
if test -e $(PROG); then rm -f $(PROG); fi
diff -r 65479632f71f -r 32b124f9a5f2 inputmethod/unicon-im/patches/patch-ad
--- a/inputmethod/unicon-im/patches/patch-ad Sun Jan 15 13:09:29 2006 +0000
+++ b/inputmethod/unicon-im/patches/patch-ad Sun Jan 15 13:56:10 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/06/15 09:29:15 shell Exp $
+$NetBSD: patch-ad,v 1.2 2006/01/15 13:56:10 rxg Exp $
--- client/Makefile.in.orig Mon May 22 17:47:14 2000
+++ client/Makefile.in
@@ -45,7 +45,7 @@
- mkdir -p $(prefix)/lib/unicon2
- cp -f $(PROG_LIB) $(prefix)/lib/unicon2
+install:
-+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(PROG_LIB:.a=.la) $(prefix)/lib
++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(PROG_LIB:.a=.la) $(prefix)/lib
clean:
rm -f *.o *.bak $(PROG_LIB) $(PROG)
diff -r 65479632f71f -r 32b124f9a5f2 inputmethod/unicon-im/patches/patch-ae
--- a/inputmethod/unicon-im/patches/patch-ae Sun Jan 15 13:09:29 2006 +0000
+++ b/inputmethod/unicon-im/patches/patch-ae Sun Jan 15 13:56:10 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.1.1.1 2002/06/15 09:29:15 shell Exp $
+$NetBSD: patch-ae,v 1.2 2006/01/15 13:56:10 rxg Exp $
--- ImmModules/CCE/Makefile.in.orig Mon May 22 17:21:42 2000
+++ ImmModules/CCE/Makefile.in
@@ -48,8 +48,8 @@
install:
- mkdir -p $(prefix)/lib/unicon2
- cp *.so $(prefix)/lib/unicon2
-+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(HZ_PROG:.a=.la) $(prefix)/lib/unicon
-+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(PY_PROG:.a=.la) $(prefix)/lib/unicon
++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(HZ_PROG:.a=.la) $(prefix)/lib/unicon
++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(PY_PROG:.a=.la) $(prefix)/lib/unicon
clean:
rm -f *.o core a.out *.bak test *.so
diff -r 65479632f71f -r 32b124f9a5f2 inputmethod/unicon-im/patches/patch-af
--- a/inputmethod/unicon-im/patches/patch-af Sun Jan 15 13:09:29 2006 +0000
+++ b/inputmethod/unicon-im/patches/patch-af Sun Jan 15 13:56:10 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.1.1.1 2002/06/15 09:29:16 shell Exp $
+$NetBSD: patch-af,v 1.2 2006/01/15 13:56:10 rxg Exp $
--- ImmModules/TL-1/Makefile.in.orig Wed Jun 7 13:49:56 2000
+++ ImmModules/TL-1/Makefile.in
@@ -48,7 +48,7 @@
- cp -f gb/*.tab $(prefix)/lib/unicon2/gb
- cp -f gbk/*.tab $(prefix)/lib/unicon2/gbk
- cp -f xcin-25/*.tab $(prefix)/lib/unicon2/big5
-+ $(LIBTOOL) --mode=install $(BSD_INSTALL_DATA) $(PROG:.a=.la) $(prefix)/lib/unicon
++ $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) $(PROG:.a=.la) $(prefix)/lib/unicon
+ $(BSD_INSTALL_DATA) *.bin $(prefix)/lib/unicon
+ $(BSD_INSTALL_DATA_DIR) $(prefix)/lib/unicon/gb
+ $(BSD_INSTALL_DATA) gb/*.tab $(prefix)/lib/unicon/gb
Home |
Main Index |
Thread Index |
Old Index