Revision: 5268 Author: pebender Date: Sun Aug 2 14:21:55 2009 Log: - Added missing lib/boost dependency utils/bzip2.
http://code.google.com/p/minimyth/source/detail?r=5268 Modified: /trunk/gar-minimyth/html/minimyth/document-changelog.txt /trunk/gar-minimyth/script/lib/boost/Makefile ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Aug 2 09:01:54 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Sun Aug 2 14:21:55 2009 @@ -1,7 +1,7 @@ MiniMyth Changelog -------------------------------------------------------------------------------- -Changes since 68 (2009-08-01): +Changes since 68 (2009-08-02): Current MythTV versions MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch svn 16082 and @@ -65,6 +65,7 @@ broken code or slow code. - Fixed a bug in lib/ffmpeg's GAR patch that prevented it from using dependent packages *-config files during configure.. + - Added missing lib/boost dependency utils/bzip2. Removed packages Removed lib/libuuid (replaced by utils/util-linux-ng). ======================================= --- /trunk/gar-minimyth/script/lib/boost/Makefile Tue May 5 08:38:45 2009 +++ /trunk/gar-minimyth/script/lib/boost/Makefile Sun Aug 2 14:21:55 2009 @@ -11,7 +11,7 @@ define BLURB endef -DEPENDS = lang/c++ +DEPENDS = lang/c++ utils/bzip2 WORKSRC = $(WORKDIR)/$(GARNAME)_$(subst .,_,$(GARVERSION)) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
