head 1.6; access; symbols OPENPKG_E1_MP_HEAD:1.6 OPENPKG_E1_MP:1.6 OPENPKG_E1_MP_2_STABLE:1.6 OPENPKG_E1_FP:1.6 OPENPKG_2_STABLE_20061018:1.6 OPENPKG_2_STABLE:1.6.0.4 OPENPKG_2_STABLE_BP:1.6 OPENPKG_2_5_SOLID:1.6.0.2 OPENPKG_2_5_SOLID_BP:1.6 OPENPKG_2_4_RELEASE:1.5 OPENPKG_2_4_SOLID:1.5.0.10 OPENPKG_2_4_SOLID_BP:1.5 OPENPKG_CW_FP:1.5 OPENPKG_2_3_RELEASE:1.5 OPENPKG_2_3_SOLID:1.5.0.8 OPENPKG_2_3_SOLID_BP:1.5 OPENPKG_2_2_RELEASE:1.5 OPENPKG_2_2_SOLID:1.5.0.6 OPENPKG_2_2_SOLID_BP:1.5 OPENPKG_2_1_RELEASE:1.5 OPENPKG_2_1_SOLID:1.5.0.4 OPENPKG_2_1_SOLID_BP:1.5 OPENPKG_2_0_RELEASE:1.5 OPENPKG_2_0_SOLID:1.5.0.2 OPENPKG_2_0_SOLID_BP:1.5 OPENPKG_1_3_RELEASE:1.4.2.1 OPENPKG_1_3_SOLID:1.4.2.1.0.2 OPENPKG_1_3_SOLID_BP:1.4.2.1 OPENPKG_1_STABLE_MP:1.5 OPENPKG_1_2_RELEASE:1.4 OPENPKG_1_2_SOLID:1.4.0.4 OPENPKG_1_2_SOLID_BP:1.4 OPENPKG_1_STABLE:1.4.0.2 OPENPKG_1_STABLE_BP:1.4; locks; strict; comment @# @; 1.6 date 2005.09.15.05.45.25; author mk; state dead; branches; next 1.5; 1.5 date 2003.06.13.11.09.44; author rse; state Exp; branches; next 1.4; 1.4 date 2002.09.27.14.12.18; author ms; state Exp; branches 1.4.2.1; next 1.3; 1.3 date 2002.09.27.12.56.54; author ms; state Exp; branches; next 1.2; 1.2 date 2002.09.09.09.37.39; author ms; state Exp; branches; next 1.1; 1.1 date 2002.08.22.14.29.26; author ms; state Exp; branches; next ; 1.4.2.1 date 2003.07.24.20.49.48; author rse; state Exp; branches; next ; desc @@ 1.6 log @upgrading package: integrit 3.02.00 -> 3.05 @ text @--- doc/Makefile.in Tue Aug 27 05:55:12 2002 +++ doc/Makefile.in Fri Sep 27 14:44:55 2002 @@@@ -66,7 +66,8 @@@@ $(INSTALL) -m 644 $(srcdir)/$$f $(infodir); \ done @@:; iistatus=0; \ - if ! $(INSTALL_INFO) --version > /dev/null 2>&1; then \ + $(INSTALL_INFO) --version > /dev/null 2>&1; stat=$$; \ + if test $$stat != 0; then \ iistatus=1; \ elif test ! -z "`$(INSTALL_INFO) --version 2>&1 | grep texinfo`"; then \ (set -xe; \ --- gnupg/md5.c.orig Sat Jan 5 18:53:31 2002 +++ gnupg/md5.c Fri Jun 13 13:00:46 2003 @@@@ -330,8 +330,8 @@@@ p = hd->buf; #ifdef BIG_ENDIAN_HOST - #define X(a) do { *p++ = hd->##a ; *p++ = hd->##a >> 8; \ - *p++ = hd->##a >> 16; *p++ = hd->##a >> 24; } while(0) + #define X(a) do { *p++ = hd->a ; *p++ = hd->a >> 8; \ + *p++ = hd->a >> 16; *p++ = hd->a >> 24; } while(0) #else /* little endian */ /*#define X(a) do { *(u32*)p = hd->##a ; p += 4; } while(0)*/ /* Unixware's cpp doesn't like the above construct so we do it his way: @ 1.5 log @fix gcc 3.3 incompatibility @ text @@ 1.4 log @Fix the patch by inserting tabs. @ text @d1 2 a2 3 diff -Naur integrit-3.02.orig/doc/Makefile.in integrit-3.02/doc/Makefile.in --- integrit-3.02.orig/doc/Makefile.in Tue Aug 27 05:55:12 2002 +++ integrit-3.02/doc/Makefile.in Fri Sep 27 14:44:55 2002 d13 13 @ 1.4.2.1 log @mass Merge-From-CURRENT (MFC) in preparation for OpenPKG 1.3 [class PLUS only] @ text @d1 3 a3 2 --- doc/Makefile.in Tue Aug 27 05:55:12 2002 +++ doc/Makefile.in Fri Sep 27 14:44:55 2002 a13 13 --- gnupg/md5.c.orig Sat Jan 5 18:53:31 2002 +++ gnupg/md5.c Fri Jun 13 13:00:46 2003 @@@@ -330,8 +330,8 @@@@ p = hd->buf; #ifdef BIG_ENDIAN_HOST - #define X(a) do { *p++ = hd->##a ; *p++ = hd->##a >> 8; \ - *p++ = hd->##a >> 16; *p++ = hd->##a >> 24; } while(0) + #define X(a) do { *p++ = hd->a ; *p++ = hd->a >> 8; \ + *p++ = hd->a >> 16; *p++ = hd->a >> 24; } while(0) #else /* little endian */ /*#define X(a) do { *(u32*)p = hd->##a ; p += 4; } while(0)*/ /* Unixware's cpp doesn't like the above construct so we do it his way: @ 1.3 log @Fixed patch logic. @ text @d9 2 a10 2 + $(INSTALL_INFO) --version > /dev/null 2>&1; stat=$$; \ + if test $$stat != 0; then \ @ 1.2 log @Update patch to 3.02. @ text @d2 3 a4 3 --- integrit-3.02.orig/doc/Makefile.in Mon Sep 9 11:23:36 2002 +++ integrit-3.02/doc/Makefile.in Mon Sep 9 11:28:51 2002 @@@@ -66,7 +66,7 @@@@ d9 2 a10 1 + if test -z $(INSTALL_INFO) --version > /dev/null 2>&1; then \ @ 1.1 log @Added patch to fix doc building with SVR4 bourne shells. @ text @d1 4 a4 4 diff -Naur integrit-3.01.orig/doc/Makefile.in integrit-3.01/doc/Makefile.in --- integrit-3.01.orig/doc/Makefile.in Thu Aug 22 16:22:38 2002 +++ integrit-3.01/doc/Makefile.in Thu Aug 22 16:23:33 2002 @@@@ -62,7 +62,7 @@@@ @