diff options
author | joerg <joerg@pkgsrc.org> | 2015-11-06 20:34:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-11-06 20:34:00 +0000 |
commit | 6a920159cbdb7ffc26f090374ed4296b91b98e82 (patch) | |
tree | 08babbf0514a537a68be12af3f1fc1b489a63bc4 /mail/fdm | |
parent | faa650125c10a2bab643450492813701d58362f2 (diff) | |
download | pkgsrc-6a920159cbdb7ffc26f090374ed4296b91b98e82.tar.gz |
Fix race condition.
Diffstat (limited to 'mail/fdm')
-rw-r--r-- | mail/fdm/distinfo | 3 | ||||
-rw-r--r-- | mail/fdm/patches/patch-Makefile.am | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/fdm/distinfo b/mail/fdm/distinfo index e8dd81d1672..4d2837f2236 100644 --- a/mail/fdm/distinfo +++ b/mail/fdm/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 23:27:05 agc Exp $ +$NetBSD: distinfo,v 1.8 2015/11/06 20:34:00 joerg Exp $ SHA1 (fdm-1.9.tar.gz) = 818bf39418ae4b170b4c3aa7c852015bf4802d7a RMD160 (fdm-1.9.tar.gz) = f44d009ac29cdf244509ce032270758be7f4be32 SHA512 (fdm-1.9.tar.gz) = ec204e58a95b00f51912b572d25418f4c4161a53e0b8e42c7c887deac35da113182a4a477428b30a9da1ae3c509f844f3e1700b7669f856e97ec7e4c985cfbf4 Size (fdm-1.9.tar.gz) = 175815 bytes +SHA1 (patch-Makefile.am) = 62a901e68f7c3451d73701e21d9bbfce629b5ec3 SHA1 (patch-fdm.h) = 98d01387d0e17d782950571c1b25e8faf841649b diff --git a/mail/fdm/patches/patch-Makefile.am b/mail/fdm/patches/patch-Makefile.am new file mode 100644 index 00000000000..9ae0ba8dc3b --- /dev/null +++ b/mail/fdm/patches/patch-Makefile.am @@ -0,0 +1,13 @@ +$NetBSD: patch-Makefile.am,v 1.1 2015/11/06 20:34:00 joerg Exp $ + +--- Makefile.am.orig 2015-11-06 14:11:58.000000000 +0000 ++++ Makefile.am +@@ -109,6 +109,8 @@ dist_fdm_SOURCES = \ + parse.y \ + lex.c + ++lex.o: parse.c ++ + nodist_fdm_SOURCES = + if NO_STRLCAT + nodist_fdm_SOURCES += compat/strlcat.c |