home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume43
/
dist-3.0
/
patch29
< prev
next >
Wrap
Internet Message Format
|
1994-06-08
|
3KB
From: Raphael Manfredi <ram@acri.fr>
Newsgroups: comp.sources.misc
Subject: v43i011: dist-3.0 - Configure script generator and related tools, Patch29
Date: 8 Jun 1994 14:39:44 -0500
Organization: Advanced Computer Research Institute, Lyon, France
Sender: kent@sparky.sterling.com
Approved: kent@sparky.sterling.com
Message-ID: <2t56q0$cc1@sparky.sterling.com>
X-Md4-Signature: a14f80a24c0f1b282290f8f59e0ad0c6
Submitted-by: Raphael Manfredi <ram@acri.fr>
Posting-number: Volume 43, Issue 11
Archive-name: dist-3.0/patch29
Environment: UNIX, Perl, RCS
Patch-To: dist-3.0: Volume 39, Issue 5-32
[The latest patch for dist version 3.0 is #29.]
System: dist version 3.0
Patch #: 29
Priority: CRITICAL
Subject: two files i_stdarg.U and i_varargs.U removed
Date: Fri May 13 17:46:47 MET DST 1994
From: Raphael Manfredi <ram@acri.fr>
Description:
Two files i_stdarg.U and i_varargs.U removed. I had forgotten to
removed them from the MANIFEST file before issuing the previous
set of patches. Sorry.
Fix: From rn, say "| patch -p -N -d DIR", where DIR is your dist source
directory. Outside of rn, say "cd DIR; patch -p -N <thisarticle".
If you don't have the patch program, apply the following by hand,
or get patch (version 2.0, latest patchlevel).
After patching:
## Don't forget to remove i_stdarg.U and i_varargs.U
## as mentionned in patch 28.
Configure -ders
make depend
make
make install
make install.man
If patch indicates that patchlevel is the wrong version, you may need
to apply one or more previous patches, or the patch may already
have been applied. See the patchlevel.h file to find out what has or
has not been applied. In any event, don't continue with the patch.
If you are missing previous patches they can be obtained from me:
Raphael Manfredi <ram@acri.fr>
If you send a mail message of the following form it will greatly speed
processing:
Subject: Command
@SH mailpatch PATH dist 3.0 LIST
^ note the c
where PATH is a return path FROM ME TO YOU either in Internet notation,
or in bang notation from some well-known host, and LIST is the number
of one or more patches you need, separated by spaces, commas, and/or
hyphens. Saying 35- says everything from 35 to the end.
To get some more detailed instructions, send me the following mail:
Subject: Command
@SH mailhelp PATH
Index: patchlevel.h
Prereq: 28
4c4
< #define PATCHLEVEL 28
---
> #define PATCHLEVEL 29
Index: MANIFEST
*** MANIFEST.old Fri May 13 17:46:46 1994
--- MANIFEST Fri May 13 17:46:46 1994
***************
*** 311,317 ****
mcon/U/i_ndbm.U Shall we include <ndbm.h>?
mcon/U/i_niin.U Shall we include <netinet/in.h>?
mcon/U/i_pwd.U Shall we include <pwd.h>?
- mcon/U/i_stdarg.U Shall we include <stdarg.h>?
mcon/U/i_stddef.U Shall we include <stddef.h>?
mcon/U/i_stdlib.U Shall we include <stdlib.h>?
mcon/U/i_string.U <string.h> or <strings.h>?
--- 311,316 ----
***************
*** 334,340 ****
mcon/U/i_time.U Which time.h should we include?
mcon/U/i_unistd.U Include <unistd.h>?
mcon/U/i_utime.U Include <utime.h>?
- mcon/U/i_varargs.U Include <varargs.h>?
mcon/U/i_varhdr.U Choose between <varargs.h> and <stdarg.h>
mcon/U/i_vfork.U Include <vfork.h>?
mcon/U/i_whoami.U Include <whoami.h>?
--- 333,338 ----
*** End of Patch 29 ***
exit 0 # Just in case...