From a63f0ab2c3686c980143e2581e7d7ee7b3ff254b Mon Sep 17 00:00:00 2001 From: skrll Date: Sat, 13 Jan 2001 16:25:52 +0000 Subject: icudata.so is a shared library - add lib prefix. --- textproc/icu/files/patch-sum | 4 ++-- textproc/icu/patches/patch-af | 6 +++--- textproc/icu/pkg/PLIST | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'textproc') diff --git a/textproc/icu/files/patch-sum b/textproc/icu/files/patch-sum index d4ec89966f8..fed36a21bfd 100644 --- a/textproc/icu/files/patch-sum +++ b/textproc/icu/files/patch-sum @@ -1,8 +1,8 @@ -$NetBSD: patch-sum,v 1.3 2000/12/23 09:39:20 skrll Exp $ +$NetBSD: patch-sum,v 1.4 2001/01/13 16:25:52 skrll Exp $ MD5 (patch-aa) = a9ca83a30cd6eb8f8f49a08f778f2c2d MD5 (patch-ab) = 811ff8c3eb5ef7a68fb3232442de1951 MD5 (patch-ac) = b4286342af780046b878b1e312b367d0 MD5 (patch-ad) = 39b870d7c9b4aa9786faea77870b083b MD5 (patch-ae) = 28d170fbcc37ccdbc0c104f43d3c1012 -MD5 (patch-af) = e1c78260160b427fec7ae0937d1c9c2a +MD5 (patch-af) = 0eda5bdb6b5a6955d38ab47ca90f6247 diff --git a/textproc/icu/patches/patch-af b/textproc/icu/patches/patch-af index c5828c46b84..3e882b08196 100644 --- a/textproc/icu/patches/patch-af +++ b/textproc/icu/patches/patch-af @@ -1,13 +1,13 @@ -$NetBSD: patch-af,v 1.3 2000/12/23 09:39:21 skrll Exp $ +$NetBSD: patch-af,v 1.4 2001/01/13 16:25:52 skrll Exp $ ---- data/Makefile.in.orig Sat Dec 23 08:59:44 2000 +--- data/Makefile.in.orig Wed Dec 13 03:13:56 2000 +++ data/Makefile.in @@ -118,7 +118,7 @@ $(MKINSTALLDIRS) $(TMPDATADIR) $(DESTDIR)$(ICUDATA_DIR)/$(VERSION) ( cd build ; $(INVOKE) $(PKGDATA) -e icudata -T . -s . -p $(ICUDATA_NAME) icudata.lst -I $(DESTDIR)$(ICUDATA_DIR)/$(VERSION) ) ifeq ($(strip $(PKGDATA_MODE)),dll) - (cd $(DESTDIR)$(ICUDATA_DIR)/$(VERSION); $(RM) icudata.$(SO) && ln -s $(ICUDATA_NAME).$(SO) icudata.$(SO)) -+ (cd $(DESTDIR)$(ICUDATA_DIR)/$(VERSION); $(RM) icudata.$(SO) && ln -s lib$(ICUDATA_NAME).$(SO) icudata.$(SO)) ++ (cd $(DESTDIR)$(ICUDATA_DIR)/$(VERSION); $(RM) libicudata.$(SO) && ln -s lib$(ICUDATA_NAME).$(SO) libicudata.$(SO)) endif install-convrtrstxt: $(top_srcdir)/../data/convrtrs.txt diff --git a/textproc/icu/pkg/PLIST b/textproc/icu/pkg/PLIST index 76d230cad89..9067d299c82 100644 --- a/textproc/icu/pkg/PLIST +++ b/textproc/icu/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2001/01/04 15:10:56 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/01/13 16:25:52 skrll Exp $ etc/icu/convrtrs.txt include/unicode/bidi.h include/unicode/brkiter.h @@ -82,7 +82,7 @@ include/unicode/utf8.h include/unicode/utrans.h include/unicode/utypes.h lib/icu/1.7/Makefile.inc -lib/icu/1.7/icudata.so +lib/icu/1.7/libicudata.so lib/icu/1.7/libicudt17l.so lib/icu/Makefile.inc lib/icu/current -- cgit v1.2.3