aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-06-15 18:04:36 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2016-06-15 18:04:36 +0000
commit82892483e05086e86fb7248d79a36f10348d2f14 (patch)
treea9b33da2c6d8db19a2914f90d623e916fe9ea6ea /emulators/qemu
parent8602859c513942038067b8f36f6879d668072b43 (diff)
downloadports-82892483e05086e86fb7248d79a36f10348d2f14.tar.gz
ports-82892483e05086e86fb7248d79a36f10348d2f14.zip
emulators/qemu: Fix patch files which was updated in latest dist
Submitted by: bar
Notes
Notes: svn path=/head/; revision=416931
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/files/patch-scripts_texi2pod.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/qemu/files/patch-scripts_texi2pod.pl b/emulators/qemu/files/patch-scripts_texi2pod.pl
deleted file mode 100644
index 451c54609e5e..000000000000
--- a/emulators/qemu/files/patch-scripts_texi2pod.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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";