Author: pebender
Date: Mon Jan 5 15:54:46 2009
New Revision: 4172
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/Makefile
trunk/gar-minimyth/script/myth-0.20/mythstream/Makefile
trunk/gar-minimyth/script/myth-0.21/mythstream/Makefile
trunk/gar-minimyth/script/myth-trunk/mythstream/Makefile
Log:
- Removed MythStream parsers that claim to be perl but are actually bash.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Jan 5
15:54:46 2009
@@ -84,6 +84,7 @@
Modified build system
- Enabled building of wmgui in utils/cwiid package.
+ - Removed MythStream parsers that claim to be perl but are actually
bash.
Fixed build system
- Patched lib/bluez, lib/dbus and net/portmap so that their binaries
are
Modified: trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/Makefile
(original)
+++ trunk/gar-minimyth/script/myth-0.20-softpad/mythstream/Makefile Mon
Jan 5 15:54:46 2009
@@ -57,6 +57,9 @@
cp -pd $(WORKSRC)/parsers/$${parser}/$${file}
$(WORKSRC)/parsers/$${file} ; \
fi ; \
done ; )
+ @# Remove parsers that are actually bash scripts not perl scripts.
+ @rm -fr $(WORKSRC)/parsers/belegger
+ @rm -fr $(WORKSRC)/parsers/zoomin
@$(MAKECOOKIE)
configure-%/mythtv:
Modified: trunk/gar-minimyth/script/myth-0.20/mythstream/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-0.20/mythstream/Makefile (original)
+++ trunk/gar-minimyth/script/myth-0.20/mythstream/Makefile Mon Jan 5
15:54:46 2009
@@ -57,6 +57,9 @@
cp -pd $(WORKSRC)/parsers/$${parser}/$${file}
$(WORKSRC)/parsers/$${file} ; \
fi ; \
done ; )
+ @# Remove parsers that are actually bash scripts not perl scripts.
+ @rm -fr $(WORKSRC)/parsers/belegger
+ @rm -fr $(WORKSRC)/parsers/zoomin
@$(MAKECOOKIE)
configure-%/mythtv:
Modified: trunk/gar-minimyth/script/myth-0.21/mythstream/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-0.21/mythstream/Makefile (original)
+++ trunk/gar-minimyth/script/myth-0.21/mythstream/Makefile Mon Jan 5
15:54:46 2009
@@ -58,6 +58,9 @@
cp -pd $(WORKSRC)/parsers/$${parser}/$${file}
$(WORKSRC)/parsers/$${file} ; \
fi ; \
done ; )
+ @# Remove parsers that are actually bash scripts not perl scripts.
+ @rm -fr $(WORKSRC)/parsers/belegger
+ @rm -fr $(WORKSRC)/parsers/zoomin
@$(MAKECOOKIE)
configure-%/mythtv:
Modified: trunk/gar-minimyth/script/myth-trunk/mythstream/Makefile
==============================================================================
--- trunk/gar-minimyth/script/myth-trunk/mythstream/Makefile (original)
+++ trunk/gar-minimyth/script/myth-trunk/mythstream/Makefile Mon Jan 5
15:54:46 2009
@@ -59,6 +59,9 @@
cp -pd $(WORKSRC)/parsers/$${parser}/$${file}
$(WORKSRC)/parsers/$${file} ; \
fi ; \
done ; )
+ @# Remove parsers that are actually bash scripts not perl scripts.
+ @rm -fr $(WORKSRC)/parsers/belegger
+ @rm -fr $(WORKSRC)/parsers/zoomin
@$(MAKECOOKIE)
configure-%/mythtv:
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---