mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-04 15:13:58 +01:00
Update for version 4.5 import.
This commit is contained in:
parent
7a547773ab
commit
ef584f5de1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114481
@ -1,5 +1,6 @@
|
||||
$FreeBSD$
|
||||
*/ABOUT-NLS
|
||||
*/INSTALL.generic
|
||||
*/Makefile.am
|
||||
*/Makefile.in
|
||||
*/acinclude.m4
|
||||
@ -25,10 +26,12 @@ $FreeBSD$
|
||||
*/lib/alloca.c
|
||||
*/lib/memcpy.c
|
||||
*/lib/memmove.c
|
||||
*/lib/mkstemp.c
|
||||
*/lib/strcasecmp.c
|
||||
*/lib/strdup.c
|
||||
*/lib/strerror.c
|
||||
*/lib/strncasecmp.c
|
||||
*/lib/tempname.c
|
||||
*/m4/*
|
||||
*/makeinfo/tests
|
||||
*/missing
|
||||
@ -38,7 +41,9 @@ $FreeBSD$
|
||||
*/util/deref.c
|
||||
*/util/fix*
|
||||
*/util/gen-dir-node
|
||||
*/util/infosrch
|
||||
*/util/install-info-html
|
||||
*/util/tex3patch
|
||||
*/util/texi-docstring-magic.el
|
||||
*/util/texi2dvi
|
||||
*/util/txitextest
|
||||
|
@ -1,27 +1,27 @@
|
||||
# ex:ts=8
|
||||
$FreeBSD$
|
||||
|
||||
GNU Texinfo 4.2
|
||||
GNU Texinfo 4.5
|
||||
originals can be found at: ftp://ftp.gnu.org/gnu/texinfo/
|
||||
|
||||
|
||||
For the import of Texinfo many files and directories were pruned by:
|
||||
|
||||
tar -X FREEBSD-Xlist -xzf texinfo-4.2.tar.gz
|
||||
tar -X FREEBSD-Xlist -xyf texinfo-4.5.tar.bz2
|
||||
|
||||
|
||||
To reduce the size of import, and to make it so the changes from 3.12
|
||||
to 4.2 are easy to determine, the 4.2 directory structure was munged
|
||||
to 4.5 are easy to determine, the 4.5 directory structure was munged
|
||||
before import:
|
||||
|
||||
cd texinfo-4.2
|
||||
cd texinfo-4.5
|
||||
mv config.in config.h.in
|
||||
|
||||
|
||||
Then imported by:
|
||||
|
||||
cvs import -m 'Import of stripped down GNU texinfo 4.2' \
|
||||
src/contrib/texinfo FSF v4_2
|
||||
cvs import -m 'Import of stripped down GNU texinfo 4.5' \
|
||||
src/contrib/texinfo FSF v4_5
|
||||
|
||||
After the import, a separate extraction of texinfo was GNU configured
|
||||
in the "normal" way. The resulting config.h file should be compared
|
||||
@ -35,4 +35,4 @@ All local changes should be submitted to the FSF for inclusion in the
|
||||
next vendor release.
|
||||
|
||||
ru@FreeBSD.org
|
||||
22-Jul-2002
|
||||
2-May-2003
|
||||
|
Loading…
Reference in New Issue
Block a user