Author: pebender
Date: Mon Feb 23 20:18:04 2009
New Revision: 4405

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/perl/perl-XML-SAX/Makefile

Log:
- Fixed a problem with perl/perl-XML-SAX that would cause
   ParserDetails.ini not to be generated.



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 Feb 23  
20:18:04 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 64 (2009-02-15):
+Changes since 64 (2009-02-23):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082,
@@ -35,6 +35,8 @@
  Fixed build system
      - Patched disk/e2fsprogs so that chmod's during build are more likely  
to
        work and less likely to result in unnecessarily fatal build errors.
+    - Fixed a problem with perl/perl-XML-SAX that would cause
+      ParserDetails.ini not to be generated.

  Removed packages
      Removed nvidia/nvidia-180.22.

Modified: trunk/gar-minimyth/script/perl/perl-XML-SAX/Makefile
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-XML-SAX/Makefile        (original)
+++ trunk/gar-minimyth/script/perl/perl-XML-SAX/Makefile        Mon Feb 23  
20:18:04 2009
@@ -6,3 +6,9 @@
  include ../../perl/perl/perl-module.mk

  CONFIGURE_ENV := echo Y | $(CONFIGURE_ENV)
+
+post-install:
+       @if [ ! -e "$(DESTDIR)$(PERL_sitelib)/XML/SAX/ParserDetails.ini" ] ; 
then  
\
+               perl -I$(DESTDIR)$(PERL_sitelib) -MXML::SAX  
-e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" ; \
+       fi
+       @$(MAKECOOKIE)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to