head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.3 OPENPKG_E1_FP:1.3 OPENPKG_2_STABLE_MP:1.3 OPENPKG_2_STABLE_20061018:1.3 OPENPKG_2_STABLE_20060622:1.3 OPENPKG_2_STABLE:1.3.0.2 OPENPKG_2_STABLE_BP:1.3 OPENPKG_2_5_RELEASE:1.2.6.1 OPENPKG_2_5_SOLID:1.2.0.6 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.4 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.2 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.1 OPENPKG_2_2_SOLID:1.1.0.4 OPENPKG_2_2_SOLID_BP:1.1 OPENPKG_2_1_RELEASE:1.1 OPENPKG_2_1_SOLID:1.1.0.2 OPENPKG_2_1_SOLID_BP:1.1; locks; strict; comment @# @; 1.3 date 2005.10.14.06.58.46; author rse; state Exp; branches; next 1.2; 1.2 date 2004.12.16.12.36.20; author ms; state dead; branches 1.2.6.1; next 1.1; 1.1 date 2004.06.09.14.35.55; author tho; state Exp; branches; next ; 1.2.6.1 date 2005.10.14.06.59.27; author rse; state Exp; branches; next ; desc @@ 1.3 log @fix syntax error in generated code (fixed building under at least NetBSD /bin/sh) @ text @Index: configure --- configure.orig 2005-08-16 02:41:39 +0200 +++ configure 2005-10-14 08:57:12 +0200 @@@@ -4447,8 +4447,6 @@@@ ac_dest=`echo "$ac_file" | sed 's,:.*,,'` ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - case $ac_dest in - esac done EOF @ 1.2 log @upgrading package: diffstat 1.35 -> 1.36 @ text @d1 11 a11 11 Index: diffstat.c --- diffstat.c.orig 2004-06-09 16:17:43 +0200 +++ diffstat.c 2004-06-09 16:30:25 +0200 @@@@ -118,8 +118,10 @@@@ #ifdef HAVE_MALLOC_H #include #else +#ifndef __FreeBSD__ extern char *malloc(); #endif +#endif a12 2 #ifdef HAVE_GETOPT_H #include @ 1.2.6.1 log @MFC: fix building under at least NetBSD /bin/sh @ text @d1 11 a11 11 Index: configure --- configure.orig 2005-08-16 02:41:39 +0200 +++ configure 2005-10-14 08:57:12 +0200 @@@@ -4447,8 +4447,6 @@@@ ac_dest=`echo "$ac_file" | sed 's,:.*,,'` ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` - case $ac_dest in - esac done EOF d13 2 @ 1.1 log @fixed malloc.h vs. stdlib.h on FreeBSD @ text @@