pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mp3info Make this package build on Linux.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d31e3eac585
branches:  trunk
changeset: 476626:7d31e3eac585
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jun 16 03:25:48 2004 +0000

description:
Make this package build on Linux.
  - Include time.h to use time(2).

diffstat:

 audio/mp3info/distinfo         |   3 ++-
 audio/mp3info/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 30eb52b99c54 -r 7d31e3eac585 audio/mp3info/distinfo
--- a/audio/mp3info/distinfo    Wed Jun 16 01:14:33 2004 +0000
+++ b/audio/mp3info/distinfo    Wed Jun 16 03:25:48 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 12:14:35 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/06/16 03:25:48 minskim Exp $
 
 SHA1 (mp3info-0.2.16.tar.gz) = b4cb7feb0b2c52ce1c2a23b919f4ab3c3012b11f
 Size (mp3info-0.2.16.tar.gz) = 42950 bytes
+SHA1 (patch-aa) = 4b036972514390c517eed0d1a86acf871c7d2730
diff -r 30eb52b99c54 -r 7d31e3eac585 audio/mp3info/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3info/patches/patch-aa    Wed Jun 16 03:25:48 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/06/16 03:25:48 minskim Exp $
+
+--- mp3info.cxx.orig   1999-03-19 14:36:34.000000000 -0600
++++ mp3info.cxx
+@@ -7,6 +7,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <stdlib.h>
++#include <time.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>



Home | Main Index | Thread Index | Old Index