aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 12:50:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 12:50:40 +0000
commit66ee105a30e3e320a2f35266d2395b15d2e919e5 (patch)
tree505e4deefd918042f5b8fdd70f6ce629cfb2e110
parent62b0bd7a857914843ca25dd1b903c969d7034983 (diff)
downloadports-66ee105a30e3e320a2f35266d2395b15d2e919e5.tar.gz
ports-66ee105a30e3e320a2f35266d2395b15d2e919e5.zip
Fix build with newer texinfo
Notes
Notes: svn path=/head/; revision=359235
-rw-r--r--devel/autoconf/files/patch-autoconf.texi31
1 files changed, 27 insertions, 4 deletions
diff --git a/devel/autoconf/files/patch-autoconf.texi b/devel/autoconf/files/patch-autoconf.texi
index a7e1f2637b53..c9c0da44ce70 100644
--- a/devel/autoconf/files/patch-autoconf.texi
+++ b/devel/autoconf/files/patch-autoconf.texi
@@ -1,11 +1,32 @@
---- doc/autoconf.texi.orig 2012-04-24 19:14:19.000000000 -0700
-+++ doc/autoconf.texi 2012-04-26 10:52:26.000000000 -0700
-@@ -219,3 +219,3 @@
+--- doc/autoconf.texi.orig 2012-04-25 04:14:19.000000000 +0200
++++ doc/autoconf.texi 2014-06-25 14:47:17.208468153 +0200
+@@ -15,7 +15,7 @@
+ @c The ARG is an optional argument. To be used for macro arguments in
+ @c their documentation (@defmac).
+ @macro ovar{varname}
+-@r{[}@var{\varname\}@r{]}@c
++@r{[}@var{\varname\}@r{]}
+ @end macro
+
+ @c @dvar(ARG, DEFAULT)
+@@ -23,7 +23,7 @@
+ @c The ARG is an optional argument, defaulting to DEFAULT. To be used
+ @c for macro arguments in their documentation (@defmac).
+ @macro dvar{varname, default}
+-@r{[}@var{\varname\} = @samp{\default\}@r{]}@c
++@r{[}@var{\varname\} = @samp{\default\}@r{]}
+ @end macro
+
+ @c Handling the indexes with Texinfo yields several different problems.
+@@ -217,31 +217,11 @@
+
+
-@dircategory Software development
+@dircategory Programming & development tools
@direntry
-@@ -224,22 +224,2 @@
+ * Autoconf: (autoconf). Create source code configuration scripts.
+ @end direntry
-@dircategory Individual utilities
-@direntry
@@ -28,3 +49,5 @@
-@end direntry
-
@titlepage
+ @title Autoconf
+ @subtitle Creating Automatic Configuration Scripts