svn commit: r359235 - head/devel/autoconf/files

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 25 12:50:41 UTC 2014


Author: bapt
Date: Wed Jun 25 12:50:40 2014
New Revision: 359235
URL: http://svnweb.freebsd.org/changeset/ports/359235
QAT: https://qat.redports.org/buildarchive/r359235/

Log:
  Fix build with newer texinfo

Modified:
  head/devel/autoconf/files/patch-autoconf.texi

Modified: head/devel/autoconf/files/patch-autoconf.texi
==============================================================================
--- head/devel/autoconf/files/patch-autoconf.texi	Wed Jun 25 12:33:41 2014	(r359234)
+++ head/devel/autoconf/files/patch-autoconf.texi	Wed Jun 25 12:50:40 2014	(r359235)
@@ -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}
+- at r{[}@var{\varname\}@r{]}@c
++ at 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}
+- at r{[}@var{\varname\} = @samp{\default\}@r{]}@c
++ at r{[}@var{\varname\} = @samp{\default\}@r{]}
+ @end macro
+ 
+ @c Handling the indexes with Texinfo yields several different problems.
+@@ -217,31 +217,11 @@
+ 
+ 
  
 - at dircategory Software development
 + at dircategory Programming & development tools
  @direntry
-@@ -224,22 +224,2 @@
+ * Autoconf: (autoconf).         Create source code configuration scripts.
+ @end direntry
  
 - at dircategory Individual utilities
 - at direntry
@@ -28,3 +49,5 @@
 - at end direntry
 -
  @titlepage
+ @title Autoconf
+ @subtitle Creating Automatic Configuration Scripts


More information about the svn-ports-head mailing list