2000-01-17 11:53:54 +00:00
|
|
|
# ex:ts=8
|
|
|
|
$FreeBSD$
|
|
|
|
|
2005-05-23 10:55:29 +00:00
|
|
|
GNU Texinfo 4.8
|
2000-01-17 11:53:54 +00:00
|
|
|
originals can be found at: ftp://ftp.gnu.org/gnu/texinfo/
|
|
|
|
|
|
|
|
|
|
|
|
For the import of Texinfo many files and directories were pruned by:
|
|
|
|
|
2005-05-23 10:55:29 +00:00
|
|
|
tar -X FREEBSD-Xlist -xyf texinfo-4.8.tar.bz2
|
2000-01-17 11:53:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
To reduce the size of import, and to make it so the changes from 3.12
|
2005-05-23 10:55:29 +00:00
|
|
|
to 4.8 are easy to determine, the 4.8 directory structure was munged
|
2000-01-17 11:53:54 +00:00
|
|
|
before import:
|
|
|
|
|
2005-05-23 10:55:29 +00:00
|
|
|
cd texinfo-4.8
|
2000-01-17 11:53:54 +00:00
|
|
|
mv config.in config.h.in
|
|
|
|
|
|
|
|
|
|
|
|
Then imported by:
|
|
|
|
|
2005-05-23 10:55:29 +00:00
|
|
|
cvs import -m 'Import of stripped down GNU texinfo 4.8' \
|
|
|
|
src/contrib/texinfo FSF v4_8
|
2000-01-17 11:53:54 +00:00
|
|
|
|
|
|
|
After the import, a separate extraction of texinfo was GNU configured
|
|
|
|
in the "normal" way. The resulting config.h file should be compared
|
|
|
|
with src/contrib/texinfo/config.h, and src/contrib/texinfo/config.h
|
|
|
|
updated as needed.
|
|
|
|
|
|
|
|
To make local changes to texinfo, simply patch and commit to the main
|
|
|
|
branch (aka HEAD). Never make local changes on the vendor (FSF) branch.
|
|
|
|
|
|
|
|
All local changes should be submitted to the FSF for inclusion in the
|
|
|
|
next vendor release.
|
|
|
|
|
|
|
|
ru@FreeBSD.org
|
2005-05-23 10:55:29 +00:00
|
|
|
23-May-2005
|
2006-07-08 07:32:41 +00:00
|
|
|
|
|
|
|
NOTE: The upstream fix to util/texindex.c which fixes CVE-2005-3011
|
|
|
|
(FreeBSD-SA-06:01.texindex) causes temporary files to not be removed
|
|
|
|
when handling very large inputs. FreeBSD's fix works.
|