pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/vcdimager-devel Fix build problem caused by i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/716e856462e8
branches:  trunk
changeset: 481553:716e856462e8
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Oct 07 10:02:09 2004 +0000

description:
Fix build problem caused by inconsistent function declaration which got
exposed by the recent update of the "libcdio" package.

diffstat:

 sysutils/vcdimager-devel/distinfo         |   3 ++-
 sysutils/vcdimager-devel/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 9fcc577619aa -r 716e856462e8 sysutils/vcdimager-devel/distinfo
--- a/sysutils/vcdimager-devel/distinfo Thu Oct 07 09:05:27 2004 +0000
+++ b/sysutils/vcdimager-devel/distinfo Thu Oct 07 10:02:09 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2004/04/19 17:58:25 drochner Exp $
+$NetBSD: distinfo,v 1.5 2004/10/07 10:02:09 tron Exp $
 
 SHA1 (vcdimager-0.7.20.tar.gz) = b75c9253bbd9f72f8b64b739e0c15bed5ac83bde
 Size (vcdimager-0.7.20.tar.gz) = 954324 bytes
 SHA1 (patch-aa) = 6cf7c87a391e25addb324c37a9f929813725c712
+SHA1 (patch-ab) = 6304d85224534797f52e14d283d79cf1e2be2f3f
diff -r 9fcc577619aa -r 716e856462e8 sysutils/vcdimager-devel/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/vcdimager-devel/patches/patch-ab Thu Oct 07 10:02:09 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2004/10/07 10:02:09 tron Exp $
+
+--- lib/image.c.orig   2003-11-10 12:57:49.000000000 +0100
++++ lib/image.c        2004-10-07 11:57:38.000000000 +0200
+@@ -76,7 +76,7 @@
+ }
+ 
+ int
+-vcd_image_sink_write (VcdImageSink *obj, void *buf, uint32_t lsn)
++vcd_image_sink_write (VcdImageSink *obj, void *buf, lsn_t lsn)
+ {
+   vcd_assert (obj != NULL);
+ 



Home | Main Index | Thread Index | Old Index