pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mjpegtools Include "assert.h" in "Region2D....
details: https://anonhg.NetBSD.org/pkgsrc/rev/6df05950c941
branches: trunk
changeset: 515324:6df05950c941
user: tron <tron%pkgsrc.org@localhost>
date: Fri Jun 30 18:39:08 2006 +0000
description:
Include "assert.h" in "Region2D.hh" to get definition of assert().
This fixes build problems with GCC 4.x.
diffstat:
multimedia/mjpegtools/distinfo | 3 ++-
multimedia/mjpegtools/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r d6c23add71b9 -r 6df05950c941 multimedia/mjpegtools/distinfo
--- a/multimedia/mjpegtools/distinfo Fri Jun 30 18:25:43 2006 +0000
+++ b/multimedia/mjpegtools/distinfo Fri Jun 30 18:39:08 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.12 2006/06/21 18:29:18 drochner Exp $
+$NetBSD: distinfo,v 1.13 2006/06/30 18:39:08 tron Exp $
SHA1 (mjpegtools-1.8.0.tar.gz) = e11d68298a64b52f98724dbf3fd14f168e140290
RMD160 (mjpegtools-1.8.0.tar.gz) = 4d97a6a721f29223975605e2a5e645b4d7d129b5
Size (mjpegtools-1.8.0.tar.gz) = 1475998 bytes
SHA1 (patch-aa) = 3db2656a4d74b1ec1ac21b654c7a8ea33b791e19
SHA1 (patch-ab) = 5fc460db1593afb1f99422003db86e6b7cfc8eb9
+SHA1 (patch-ac) = f3e861bfe921397d85f8922068fcd33eff295754
diff -r d6c23add71b9 -r 6df05950c941 multimedia/mjpegtools/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mjpegtools/patches/patch-ac Fri Jun 30 18:39:08 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2006/06/30 18:39:08 tron Exp $
+
+--- y4mdenoise/Region2D.hh.orig 2004-07-18 07:43:01.000000000 +0100
++++ y4mdenoise/Region2D.hh 2006-06-30 19:34:47.000000000 +0100
+@@ -16,7 +16,8 @@
+
+ #include "Status_t.h"
+ #include <iostream>
++#include <assert.h>
+
+
+
+ // The 2-dimensional region class. Parameterized by the numeric type
Home |
Main Index |
Thread Index |
Old Index