head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE:1.2.0.12 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_SOLID:1.2.0.10 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.8 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.6 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.4 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.2 OPENPKG_2_1_SOLID_BP:1.2 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.2 OPENPKG_2_0_SOLID_BP:1.1; locks; strict; comment @# @; 1.3 date 2009.08.07.14.03.04; author rse; state Exp; branches; next 1.2; commitid hxLRJHzFh9jULLYt; 1.2 date 2004.07.02.13.50.34; author rse; state dead; branches; next 1.1; 1.1 date 2003.10.06.18.56.09; author rse; state Exp; branches; next ; desc @@ 1.3 log @apply workaround for m4 under QNX @ text @Index: lib/fseeko.c --- lib/fseeko.c.orig 2009-03-01 16:29:12 +0100 +++ lib/fseeko.c 2009-08-07 15:59:36 +0200 @@@@ -79,7 +79,7 @@@@ && ((fp->__modeflags & (__FLAG_READONLY | __FLAG_READING)) == 0 || fp->__bufpos == fp->__bufread)) #elif defined __QNX__ /* QNX */ - if ((fp->_Mode & _MWRITE ? fp->_Next == fp->_Buf : fp->_Next == fp->_Rend) + if ((fp->_Mode & 0x2000 /* _MWRITE */ ? fp->_Next == fp->_Buf : fp->_Next == fp->_Rend) && fp->_Rback == fp->_Back + sizeof (fp->_Back) && fp->_Rsave == NULL) #elif defined __MINT__ /* Atari FreeMiNT */ @ 1.2 log @upgrading package: m4 1.4o -> 1.4.1 @ text @d1 12 a12 33 Index: src/m4.c --- src/m4.c.orig 2000-01-10 05:13:56.000000000 +0100 +++ src/m4.c 2003-10-06 20:53:59.000000000 +0200 @@@@ -445,7 +445,7 @@@@ case 'o': if (!debug_set_output (optarg)) - error (0, errno, optarg); + error (0, errno, "%s", optarg); break; case 's': @@@@ -575,7 +575,7 @@@@ fp = path_search (argv[optind], &filename); if (fp == NULL) { - error (0, errno, argv[optind]); + error (0, errno, "%s", argv[optind]); exit_status = EXIT_FAILURE; continue; } Index: doc/Makefile.in --- doc/Makefile.in.orig 2000-01-10 05:41:05.000000000 +0100 +++ doc/Makefile.in 2003-10-06 20:54:54.000000000 +0200 @@@@ -103,7 +103,7 @@@@ info_TEXINFOS = m4.texinfo -man_MANS = m4.1 +man_MANS = EXTRA_DIST = helptoman.pl # $(MANS) @ 1.1 log @move patching into patch file and add security bugfix from RedHat here, too. @ text @@