diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-18 19:34:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-18 19:34:05 +0000 |
commit | ce03f06171d68b5a52a9355277bec6fc9fa1ac05 (patch) | |
tree | 2f28d4c3ff8b1c5fcac2cb0cefaa4c87c8faa709 /x11 | |
parent | a547e2ab8e180e47592379ef6efb3c359e1997d3 (diff) | |
download | pkgsrc-ce03f06171d68b5a52a9355277bec6fc9fa1ac05.tar.gz |
Fix build with perl-5.18's pod2man.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xvattr/distinfo | 3 | ||||
-rw-r--r-- | x11/xvattr/patches/patch-xvattr.pod.in | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/xvattr/distinfo b/x11/xvattr/distinfo index 9f3bd6ac545..4a9aaf0a9f5 100644 --- a/x11/xvattr/distinfo +++ b/x11/xvattr/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 17:36:25 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/06/18 19:36:43 wiz Exp $ SHA1 (xvattr-1.3.tar.gz) = 6f6743aa7a1696727cc83bdf77e2baa63c090750 RMD160 (xvattr-1.3.tar.gz) = 14dc247eb31e2eb7947089cebebba4443ef01ee0 Size (xvattr-1.3.tar.gz) = 82263 bytes +SHA1 (patch-xvattr.pod.in) = 3ec2742fefc371b64448da774ed2a95cf24dbd53 diff --git a/x11/xvattr/patches/patch-xvattr.pod.in b/x11/xvattr/patches/patch-xvattr.pod.in new file mode 100644 index 00000000000..e91b9a504a2 --- /dev/null +++ b/x11/xvattr/patches/patch-xvattr.pod.in @@ -0,0 +1,14 @@ +$NetBSD: patch-xvattr.pod.in,v 1.1 2013/06/18 19:36:43 wiz Exp $ + +Fix build with perl-5.18's pod2man. + +--- xvattr.pod.in.orig 2002-03-03 20:08:28.000000000 +0000 ++++ xvattr.pod.in +@@ -1,5 +1,7 @@ + =pod + ++=encoding iso-8859-1 ++ + =head1 NAME + + @PACKAGE@ - Query/Set X11 XVideo Setting(s) |