pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libcdio Only use one sort of fixed-size integer t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34cfa4481d66
branches:  trunk
changeset: 549237:34cfa4481d66
user:      is <is%pkgsrc.org@localhost>
date:      Thu Oct 30 09:04:20 2008 +0000

description:
Only use one sort of fixed-size integer types. This way, it even
compiles on Solaris 10.

diffstat:

 misc/libcdio/distinfo         |   4 +++-
 misc/libcdio/patches/patch-ae |  13 +++++++++++++
 misc/libcdio/patches/patch-af |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 102f9442d051 -r 34cfa4481d66 misc/libcdio/distinfo
--- a/misc/libcdio/distinfo     Thu Oct 30 08:23:42 2008 +0000
+++ b/misc/libcdio/distinfo     Thu Oct 30 09:04:20 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2008/05/22 13:18:55 drochner Exp $
+$NetBSD: distinfo,v 1.18 2008/10/30 09:04:20 is Exp $
 
 SHA1 (libcdio-0.80.tar.gz) = 40c1558a65a9eca2b693d1951ed2664efbe7d1ed
 RMD160 (libcdio-0.80.tar.gz) = 3ca404bffb107ad950505b8ccd9e659e306545cb
@@ -7,3 +7,5 @@
 SHA1 (patch-ab) = a2bcb4fec5acf46ede7386287dec3d0d4aa0d81e
 SHA1 (patch-ac) = 7932908d34f8d1cc7946bce6a6d61d5036d102d6
 SHA1 (patch-ad) = c675f7413a672cb7b37c073b01d43339467e636c
+SHA1 (patch-ae) = 2d9248077d271640aa89327d716c0434f114d580
+SHA1 (patch-af) = 112d329207e2dfdbd792113caef8dc03a71a294f
diff -r 102f9442d051 -r 34cfa4481d66 misc/libcdio/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libcdio/patches/patch-ae     Thu Oct 30 09:04:20 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2008/10/30 09:04:20 is Exp $
+
+--- src/cddb.h.orig    2007-06-16 22:12:16.000000000 +0200
++++ src/cddb.h
+@@ -38,7 +38,7 @@ cddb_opts_t cddb_opts;
+       the total length of the disk, and 
+       the number of tracks.
+ */
+-u_int32_t cddb_discid(CdIo_t *p_cdio, track_t i_tracks);
++uint32_t cddb_discid(CdIo_t *p_cdio, track_t i_tracks);
+ 
+ #ifdef HAVE_CDDB
+ #include <cddb/cddb.h>
diff -r 102f9442d051 -r 34cfa4481d66 misc/libcdio/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libcdio/patches/patch-af     Thu Oct 30 09:04:20 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2008/10/30 09:04:20 is Exp $
+
+--- src/cddb.c.orig    2007-06-16 22:12:16.000000000 +0200
++++ src/cddb.c
+@@ -48,7 +48,7 @@ cddb_dec_digit_sum(int n)
+       the total length of the disk, and 
+       the number of tracks.
+ */
+-u_int32_t
++uint32_t
+ cddb_discid(CdIo_t *p_cdio, track_t i_tracks)
+ {
+   int i,t,n=0;



Home | Main Index | Thread Index | Old Index