# HG changeset patch # User Petr Sumbera # Date 1447291307 28800 # Node ID 30d15206ebc4088fc57a6a613cfc919a95a37e15 # Parent 6af6ba7e1697a4f148968f54c7ec93fc4716e3da 22190711 some components do need pkg:/data/xml-common to build or test diff -r 6af6ba7e1697 -r 30d15206ebc4 components/libxslt/Makefile --- a/components/libxslt/Makefile Wed Nov 11 17:40:21 2015 -0800 +++ b/components/libxslt/Makefile Wed Nov 11 17:21:47 2015 -0800 @@ -80,6 +80,7 @@ system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED) +REQUIRED_PACKAGES += data/xml-common REQUIRED_PACKAGES += library/libxml2 REQUIRED_PACKAGES += library/libxslt REQUIRED_PACKAGES += runtime/python-27 diff -r 6af6ba7e1697 -r 30d15206ebc4 components/mutt/Makefile --- a/components/mutt/Makefile Wed Nov 11 17:40:21 2015 -0800 +++ b/components/mutt/Makefile Wed Nov 11 17:21:47 2015 -0800 @@ -77,6 +77,7 @@ REQUIRED_PACKAGES += data/docbook/docbook-dtds REQUIRED_PACKAGES += data/docbook/docbook-style-dsssl REQUIRED_PACKAGES += data/docbook/docbook-style-xsl +REQUIRED_PACKAGES += data/xml-common REQUIRED_PACKAGES += library/database/gdbm REQUIRED_PACKAGES += library/libidn REQUIRED_PACKAGES += library/security/openssl diff -r 6af6ba7e1697 -r 30d15206ebc4 components/samba/samba/Makefile --- a/components/samba/samba/Makefile Wed Nov 11 17:40:21 2015 -0800 +++ b/components/samba/samba/Makefile Wed Nov 11 17:21:47 2015 -0800 @@ -290,6 +290,7 @@ REQUIRED_PACKAGES += compress/p7zip REQUIRED_PACKAGES += compress/unzip REQUIRED_PACKAGES += compress/xz +REQUIRED_PACKAGES += data/xml-common REQUIRED_PACKAGES += developer/build/gnu-make REQUIRED_PACKAGES += developer/build/make REQUIRED_PACKAGES += developer/java/jdk