aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-02 01:00:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-02 01:00:41 +0000
commitef584f5de1e86380d3f7934ab61daf6b2cbbd23c (patch)
tree66b75fcdf3b9febaa42a3a8b68c37b40bf39ab11 /contrib
parent7a547773ab65688497eddbb13c3d0497dcc45026 (diff)
Notes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/texinfo/FREEBSD-Xlist5
-rw-r--r--contrib/texinfo/FREEBSD-upgrade14
2 files changed, 12 insertions, 7 deletions
diff --git a/contrib/texinfo/FREEBSD-Xlist b/contrib/texinfo/FREEBSD-Xlist
index 92636387505b2..0bc193d556269 100644
--- a/contrib/texinfo/FREEBSD-Xlist
+++ b/contrib/texinfo/FREEBSD-Xlist
@@ -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
diff --git a/contrib/texinfo/FREEBSD-upgrade b/contrib/texinfo/FREEBSD-upgrade
index 07692359cc649..b2ce85104bd7f 100644
--- a/contrib/texinfo/FREEBSD-upgrade
+++ b/contrib/texinfo/FREEBSD-upgrade
@@ -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