head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.3 date 2008.02.01.22.34.32; author rse; state Exp; branches; next 1.2; commitid kSayWCyF7hhqnKPs; 1.2 date 2007.04.20.12.58.28; author rse; state Exp; branches; next 1.1; commitid sxLj3zINq6NMpOes; 1.1 date 2006.08.16.18.56.40; author rse; state Exp; branches 1.1.2.1; next ; commitid T8NvGh0op0xIk6Jr; 1.1.2.1 date 2006.08.16.18.56.40; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.58.54; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.3 log @upgrading package: zsh 4.3.4 -> 4.3.5 @ text @Index: Config/defs.mk.in --- Config/defs.mk.in.orig 2007-01-16 11:53:47 +0100 +++ Config/defs.mk.in 2008-02-01 23:31:50 +0100 @@@@ -37,7 +37,7 @@@@ exec_prefix = @@exec_prefix@@ bindir = @@bindir@@ libdir = @@libdir@@ -MODDIR = $(libdir)/$(tzsh)/$(VERSION) +MODDIR = $(libdir) infodir = @@infodir@@ mandir = @@mandir@@ datarootdir = @@datarootdir@@ Index: Src/Makefile.in --- Src/Makefile.in.orig 2008-02-01 12:22:22 +0100 +++ Src/Makefile.in 2008-02-01 23:31:50 +0100 @@@@ -65,7 +65,7 @@@@ NSTMP = stamp-modobjs NLIST = `cat stamp-modobjs` -LIBZSH = libzsh-$(VERSION).$(DL_EXT) +LIBZSH = libzsh.$(DL_EXT) NIBZSH = INSTLIB = @@INSTLIB@@ UNINSTLIB = @@UNINSTLIB@@ @ 1.2 log @upgrading package: zsh 4.2.6 -> 4.3.4 @ text @d2 2 a3 2 --- Config/defs.mk.in.orig 2007-01-15 17:36:41 +0100 +++ Config/defs.mk.in 2007-04-20 13:38:47 +0200 d14 2 a15 2 --- Src/Makefile.in.orig 2005-07-24 06:47:57 +0200 +++ Src/Makefile.in 2007-04-20 13:38:47 +0200 a24 19 Index: Src/utils.c --- Src/utils.c.orig 2007-04-17 15:57:15 +0200 +++ Src/utils.c 2007-04-20 13:39:02 +0200 @@@@ -4569,11 +4569,13 @@@@ int count; #else unsigned int wval; -# if defined(HAVE_NL_LANGINFO) && defined(CODESET) && defined(HAVE_ICONV) +# if defined(HAVE_NL_LANGINFO) && defined(CODESET) + size_t count; +# if defined(HAVE_ICONV) iconv_t cd; char inbuf[4]; size_t inbytes, outbytes; - size_t count; +# endif # endif #endif @ 1.1 log @- Add a "with_dynamic" build-time option which allows one to build ZSH fully dynamically with a libzsh.so and the extensions in numerious other DSOs and including a wrapper executable for enhanced run-time portability. - Flag configuration files as %config. - Install ZSH function scripts. @ text @d2 2 a3 2 --- Config/defs.mk.in.orig 2001-12-21 00:48:39 +0100 +++ Config/defs.mk.in 2006-08-16 20:02:20 +0200 d12 1 a12 1 datadir = @@datadir@@ d14 2 a15 2 --- Src/Makefile.in.orig 2001-12-21 00:48:39 +0100 +++ Src/Makefile.in 2006-08-16 20:05:28 +0200 d25 19 @ 1.1.2.1 log @file zsh.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:58:54 +0000 @ text @d1 24 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 24 Index: Config/defs.mk.in --- Config/defs.mk.in.orig 2001-12-21 00:48:39 +0100 +++ Config/defs.mk.in 2006-08-16 20:02:20 +0200 @@@@ -37,7 +37,7 @@@@ exec_prefix = @@exec_prefix@@ bindir = @@bindir@@ libdir = @@libdir@@ -MODDIR = $(libdir)/$(tzsh)/$(VERSION) +MODDIR = $(libdir) infodir = @@infodir@@ mandir = @@mandir@@ datadir = @@datadir@@ Index: Src/Makefile.in --- Src/Makefile.in.orig 2001-12-21 00:48:39 +0100 +++ Src/Makefile.in 2006-08-16 20:05:28 +0200 @@@@ -65,7 +65,7 @@@@ NSTMP = stamp-modobjs NLIST = `cat stamp-modobjs` -LIBZSH = libzsh-$(VERSION).$(DL_EXT) +LIBZSH = libzsh.$(DL_EXT) NIBZSH = INSTLIB = @@INSTLIB@@ UNINSTLIB = @@UNINSTLIB@@ @