mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
Nominally this should bring portability improvements except that it introduces two problems on FreeBSD which we now have to patch locally: . FreeBSD date does not feature the -r option GNU date does. . makeinfo on FreeBSD before 10.x does not support @geq. In addition the default for RCS_MEM_LIMIT has grown from 256kiB to unlimited. PR: 182809 (requested an update to 5.9.1) Approved by: maintainer timeout (zeising, 5 months)
13 lines
661 B
Text
13 lines
661 B
Text
makeinfo on FreeBSD before 10.x does not support @geq.
|
|
|
|
--- doc/rcs.texi.orig 2013-10-20 08:17:42.000000000 +0000
|
|
+++ doc/rcs.texi 2014-03-08 19:08:44.068269980 +0000
|
|
@@ -1789,7 +1789,7 @@
|
|
If empty, the default branch is the highest branch on the trunk.
|
|
|
|
All @code{delta} nodes whose numbers consist of 2@var{n} fields (@var{n}
|
|
-@geq{} 2) (e.g., 3.1.1.1, 2.1.2.2) are linked as follows.
|
|
+>= 2) (e.g., 3.1.1.1, 2.1.2.2) are linked as follows.
|
|
All nodes whose first 2@var{n}@minus{}1 number fields are identical are
|
|
linked through the @code{next} field in order of increasing numbers.
|
|
For each such sequence, the @code{delta} node whose number is identical
|