pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-razor-agents Changed implied dependency for IN...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8556c6bfb5b3
branches: trunk
changeset: 568916:8556c6bfb5b3
user: heinz <heinz%pkgsrc.org@localhost>
date: Fri Dec 25 17:50:52 2009 +0000
description:
Changed implied dependency for INST_MAN5DIR into explicit dependency.
Submitted upstream as bug 2921151.
diffstat:
mail/p5-razor-agents/distinfo | 4 ++--
mail/p5-razor-agents/patches/patch-aa | 18 ++++++++++++++++--
2 files changed, 18 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r b5dcd32def06 -r 8556c6bfb5b3 mail/p5-razor-agents/distinfo
--- a/mail/p5-razor-agents/distinfo Fri Dec 25 13:55:12 2009 +0000
+++ b/mail/p5-razor-agents/distinfo Fri Dec 25 17:50:52 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2009/11/05 20:03:53 heinz Exp $
+$NetBSD: distinfo,v 1.17 2009/12/25 17:50:52 heinz Exp $
SHA1 (razor-agents-2.85.tar.bz2) = bf5797ae9faf20f7e3635883767a95cdf0739ba9
RMD160 (razor-agents-2.85.tar.bz2) = c98096da14ff4fb772f6d7501e9d14c5b4b4e58f
Size (razor-agents-2.85.tar.bz2) = 81691 bytes
-SHA1 (patch-aa) = 87807576779bd91e9bd71807d5a5533676413f19
+SHA1 (patch-aa) = 96c5f380b709cd3d13a1f65bcf706919f630339c
diff -r b5dcd32def06 -r 8556c6bfb5b3 mail/p5-razor-agents/patches/patch-aa
--- a/mail/p5-razor-agents/patches/patch-aa Fri Dec 25 13:55:12 2009 +0000
+++ b/mail/p5-razor-agents/patches/patch-aa Fri Dec 25 17:50:52 2009 +0000
@@ -1,8 +1,13 @@
-$NetBSD: patch-aa,v 1.8 2009/11/05 20:03:53 heinz Exp $
+$NetBSD: patch-aa,v 1.9 2009/12/25 17:50:52 heinz Exp $
Do not hardcode share/man as the subdirectory for man pages.
Submitted upstream as
- http://sourceforge.net/tracker/index.php?func=detail&aid=2026068&group_id=3978&atid=103978
+ http://sourceforge.net/tracker/?func=detail&aid=2026068&group_id=3978&atid=103978
+
+ manifypods-razor depends on INST_MAN5DIR which gets created by the 'config'
+ target. Without this, there may problems building with parallel make.
+ Submitted upstream as
+ http://sourceforge.net/tracker/?func=detail&aid=2921151&group_id=3978&atid=103978
--- Makefile.PL.orig 2007-05-09 00:47:53.000000000 +0200
+++ Makefile.PL
@@ -24,3 +29,12 @@
MAN5EXT = 5
# end razor-agents
+@@ -115,7 +116,7 @@ sub MY::manifypods {
+ # begin razor-agents
+ %s
+
+-manifypods-razor : docs/razor-agent.conf.pod \
++manifypods-razor : config docs/razor-agent.conf.pod \
+ docs/razor-agents.pod \
+ docs/razor-whitelist.pod
+ $(POD2MAN) \
Home |
Main Index |
Thread Index |
Old Index