diff options
author | dholland <dholland@pkgsrc.org> | 2011-09-04 21:38:03 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-09-04 21:38:03 +0000 |
commit | c7f8abeb60f9695d57eefc69d4b18139ea676ec0 (patch) | |
tree | 266a549663d47e481df5d80a647f709b194c1ecf /audio/wmmp3/distinfo | |
parent | 4d6a544bf5422cac7639d09679284d11ac04b755 (diff) | |
download | pkgsrc-c7f8abeb60f9695d57eefc69d4b18139ea676ec0.tar.gz |
Fix void main, caught by clang.
While here, fix other problems caught by gcc:
- casting malloc instead of including <stdlib.h>
- casting strdup instead of including <string.h>
- failing to include <time.h> with bad consequences for -current.
PKGREVISION -> 3.
Diffstat (limited to 'audio/wmmp3/distinfo')
-rw-r--r-- | audio/wmmp3/distinfo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/wmmp3/distinfo b/audio/wmmp3/distinfo index 64097b6f0f2..242f6800fc6 100644 --- a/audio/wmmp3/distinfo +++ b/audio/wmmp3/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 20:39:53 agc Exp $ +$NetBSD: distinfo,v 1.3 2011/09/04 21:38:03 dholland Exp $ SHA1 (wmmp3-0.12.tar.gz) = 439e19550c58fe31db8c1bcf2985c56f62d7bc1f RMD160 (wmmp3-0.12.tar.gz) = 14fe7a9725449d179e09912e1dc6e34a37c0222b Size (wmmp3-0.12.tar.gz) = 43977 bytes +SHA1 (patch-main_c) = c4866e0300834010bee03e1d5dac7f486346b193 +SHA1 (patch-mpg123ctl_c) = 847e66865ceef4a6d86eb5753f823a03cf5515fb +SHA1 (patch-song__hash_c) = 332e9a8d8c36a0458e6438629999fb031297343a |