Index: head/emulators/qemu/files/patch-scripts_texi2pod.pl =================================================================== --- head/emulators/qemu/files/patch-scripts_texi2pod.pl (nonexistent) +++ head/emulators/qemu/files/patch-scripts_texi2pod.pl (revision 416188) @@ -0,0 +1,11 @@ +--- scripts/texi2pod.pl.orig 2015-11-03 20:01:35 UTC ++++ scripts/texi2pod.pl +@@ -317,7 +317,7 @@ while(<$inf>) { + @columns = (); + for $column (split (/\s*\@tab\s*/, $1)) { + # @strong{...} is used a @headitem work-alike +- $column =~ s/^\@strong{(.*)}$/$1/; ++ $column =~ s/^\@strong\{(.*)\}$/$1/; + push @columns, $column; + } + $_ = "\n=item ".join (" : ", @columns)."\n"; Property changes on: head/emulators/qemu/files/patch-scripts_texi2pod.pl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property