Author: pebender
Date: Mon Apr 20 13:19:21 2009
New Revision: 4640
Added:
trunk/gar-minimyth/script/myth-0.21/mythplugins/files/mythplugins-0.21-gcc_4.4.patch
Modified:
trunk/gar-minimyth/script/myth-0.21/mythplugins/Makefile
trunk/gar-minimyth/script/myth-0.21/mythplugins/checksums
Log:
- Patched MythTV 0.21's zoneminder plugin so that it builds with gcc 4.4.0.
Modified: trunk/gar-minimyth/script/myth-0.21/mythplugins/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-0.21/mythplugins/Makefile (original)
+++ trunk/gar-minimyth/script/myth-0.21/mythplugins/Makefile Mon Apr 20
13:19:21 2009
@@ -5,6 +5,7 @@
DISTFILES = $(DISTNAME).tar.bz2
PATCHFILES =
PATCHFILES += \
+ $(DISTNAME_SHORT)-gcc_4.4.patch \
$(DISTNAME_SHORT)-mythmusic_cdio.patch \
$(DISTNAME_SHORT)-mythmusic_fftw3.patch \
$(DISTNAME_SHORT).patch.gar \
Modified: trunk/gar-minimyth/script/myth-0.21/mythplugins/checksums
==============================================================================
--- trunk/gar-minimyth/script/myth-0.21/mythplugins/checksums (original)
+++ trunk/gar-minimyth/script/myth-0.21/mythplugins/checksums Mon Apr 20
13:19:21 2009
@@ -1,3 +1,4 @@
+1179794cfc6b7a7e5020c823e954baf6 download/mythplugins-0.21-gcc_4.4.patch
d5ab8da5186a87c4cbdd7bd5ffbfcb2d
download/mythplugins-0.21-mythmusic_cdio.patch
bf584d3ceb55fa662dcab6d3372a9893
download/mythplugins-0.21-mythmusic_fftw3.patch
a1910c81e3382f318ddda6d59124f555 download/mythplugins-0.21.patch.gar
Added:
trunk/gar-minimyth/script/myth-0.21/mythplugins/files/mythplugins-0.21-gcc_4.4.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/myth-0.21/mythplugins/files/mythplugins-0.21-gcc_4.4.patch
Mon Apr 20 13:19:21 2009
@@ -0,0 +1,22 @@
+diff -Naur mythplugins-0.21-20409-old/mythzoneminder/mythzmserver/main.cpp
mythplugins-0.21-20409-new/mythzoneminder/mythzmserver/main.cpp
+--- mythplugins-0.21-20409-old/mythzoneminder/mythzmserver/main.cpp
2009-04-17 20:35:48.000000000 -0700
++++ mythplugins-0.21-20409-new/mythzoneminder/mythzmserver/main.cpp
2009-04-19 20:13:03.000000000 -0700
+@@ -18,6 +18,7 @@
+ #include <unistd.h>
+ #include <cstdlib>
+ #include <cstring>
++#include <cstdio>
+ #include <map>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+diff -Naur
mythplugins-0.21-20409-old/mythzoneminder/mythzmserver/zmserver.cpp
mythplugins-0.21-20409-new/mythzoneminder/mythzmserver/zmserver.cpp
+--- mythplugins-0.21-20409-old/mythzoneminder/mythzmserver/zmserver.cpp
2009-04-17 20:35:48.000000000 -0700
++++ mythplugins-0.21-20409-new/mythzoneminder/mythzmserver/zmserver.cpp
2009-04-19 20:15:25.000000000 -0700
+@@ -17,6 +17,7 @@
+ #include <iostream>
+ #include <cstdlib>
+ #include <cstring>
++#include <cstdio>
+ #include <errno.h>
+ #include <sys/socket.h>
+ #include <fcntl.h>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---