home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume43 / dist-3.0 / patch29 < prev    next >
Internet Message Format  |  1994-06-08  |  3KB

  1. From: Raphael Manfredi <ram@acri.fr>
  2. Newsgroups: comp.sources.misc
  3. Subject: v43i011:  dist-3.0 - Configure script generator and related tools, Patch29
  4. Date: 8 Jun 1994 14:39:44 -0500
  5. Organization: Advanced Computer Research Institute, Lyon, France
  6. Sender: kent@sparky.sterling.com
  7. Approved: kent@sparky.sterling.com
  8. Message-ID: <2t56q0$cc1@sparky.sterling.com>
  9. X-Md4-Signature: a14f80a24c0f1b282290f8f59e0ad0c6
  10.  
  11. Submitted-by: Raphael Manfredi <ram@acri.fr>
  12. Posting-number: Volume 43, Issue 11
  13. Archive-name: dist-3.0/patch29
  14. Environment: UNIX, Perl, RCS
  15. Patch-To: dist-3.0: Volume 39, Issue 5-32
  16.  
  17. [The latest patch for dist version 3.0 is #29.]
  18.  
  19. System: dist version 3.0
  20. Patch #: 29
  21. Priority: CRITICAL
  22. Subject: two files i_stdarg.U and i_varargs.U removed
  23. Date: Fri May 13 17:46:47 MET DST 1994
  24. From: Raphael Manfredi <ram@acri.fr>
  25.  
  26. Description:
  27.     Two files i_stdarg.U and i_varargs.U removed. I had forgotten to
  28.     removed them from the MANIFEST file before issuing the previous
  29.     set of patches. Sorry.
  30.  
  31. Fix:    From rn, say "| patch -p -N -d DIR", where DIR is your dist source
  32.     directory.  Outside of rn, say "cd DIR; patch -p -N <thisarticle".
  33.     If you don't have the patch program, apply the following by hand,
  34.     or get patch (version 2.0, latest patchlevel).
  35.  
  36.     After patching:
  37.         ## Don't forget to remove i_stdarg.U and i_varargs.U
  38.         ## as mentionned in patch 28.
  39.         Configure -ders
  40.         make depend
  41.         make
  42.         make install
  43.         make install.man
  44.  
  45.     If patch indicates that patchlevel is the wrong version, you may need
  46.     to apply one or more previous patches, or the patch may already
  47.     have been applied.  See the patchlevel.h file to find out what has or
  48.     has not been applied.  In any event, don't continue with the patch.
  49.  
  50.     If you are missing previous patches they can be obtained from me:
  51.  
  52.         Raphael Manfredi <ram@acri.fr>
  53.  
  54.     If you send a mail message of the following form it will greatly speed
  55.     processing:
  56.  
  57.         Subject: Command
  58.         @SH mailpatch PATH dist 3.0 LIST
  59.                ^ note the c
  60.  
  61.     where PATH is a return path FROM ME TO YOU either in Internet notation,
  62.     or in bang notation from some well-known host, and LIST is the number
  63.     of one or more patches you need, separated by spaces, commas, and/or
  64.     hyphens.  Saying 35- says everything from 35 to the end.
  65.  
  66.     To get some more detailed instructions, send me the following mail:
  67.  
  68.         Subject: Command
  69.         @SH mailhelp PATH
  70.  
  71.  
  72. Index: patchlevel.h
  73. Prereq: 28
  74. 4c4
  75. < #define PATCHLEVEL 28
  76. ---
  77. > #define PATCHLEVEL 29
  78.  
  79. Index: MANIFEST
  80. *** MANIFEST.old    Fri May 13 17:46:46 1994
  81. --- MANIFEST    Fri May 13 17:46:46 1994
  82. ***************
  83. *** 311,317 ****
  84.   mcon/U/i_ndbm.U            Shall we include <ndbm.h>?
  85.   mcon/U/i_niin.U            Shall we include <netinet/in.h>?
  86.   mcon/U/i_pwd.U             Shall we include <pwd.h>?
  87. - mcon/U/i_stdarg.U          Shall we include <stdarg.h>?
  88.   mcon/U/i_stddef.U          Shall we include <stddef.h>?
  89.   mcon/U/i_stdlib.U          Shall we include <stdlib.h>?
  90.   mcon/U/i_string.U          <string.h> or <strings.h>?
  91. --- 311,316 ----
  92. ***************
  93. *** 334,340 ****
  94.   mcon/U/i_time.U            Which time.h should we include?
  95.   mcon/U/i_unistd.U          Include <unistd.h>?
  96.   mcon/U/i_utime.U           Include <utime.h>?
  97. - mcon/U/i_varargs.U         Include <varargs.h>?
  98.   mcon/U/i_varhdr.U          Choose between <varargs.h> and <stdarg.h>
  99.   mcon/U/i_vfork.U           Include <vfork.h>?
  100.   mcon/U/i_whoami.U          Include <whoami.h>?
  101. --- 333,338 ----
  102.  
  103. *** End of Patch 29 ***
  104.  
  105. exit 0 # Just in case...
  106.