pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/wmmp3
Module Name: pkgsrc
Committed By: dholland
Date: Sun Sep 4 21:38:03 UTC 2011
Modified Files:
pkgsrc/audio/wmmp3: Makefile distinfo
Added Files:
pkgsrc/audio/wmmp3/patches: patch-main_c patch-mpg123ctl_c
patch-song__hash_c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/wmmp3/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/wmmp3/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/wmmp3/patches/patch-main_c \
pkgsrc/audio/wmmp3/patches/patch-mpg123ctl_c \
pkgsrc/audio/wmmp3/patches/patch-song__hash_c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index