<html><head></head><body>I wasn't aware of that function.  I'll switch to using it.  Is checkpkg sitting out "recommend" lines with this function?<br>
<br>
Thanks<br>
-Ben<br><br><div class="gmail_quote">Dagobert Michelsen <dam@opencsw.org> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: sans-serif">Hi Ben,<br /><br />Am 09.07.2011 um 14:35 schrieb bdwalton@users.sourceforge.net:<br /><br />> Revision: 15023<br />>          <a href="http://gar.svn.sourceforge.net/gar/?rev=15023&view=rev">http://gar.svn.sourceforge.net/gar/?rev=15023&view=rev</a><br />> Author:   bdwalton<br />> Date:     2011-07-09 12:35:02 +0000 (Sat, 09 Jul 2011)<br />> <br />> Log Message:<br />> -----------<br />> libxslt/trunk: update libxml2 deps after it was split up<br />> <br />> Modified Paths:<br />> --------------<br />>    csw/mgar/pkg/libxslt/trunk/Makefile<br />> <br />> Modified: csw/mgar/pkg/libxslt/trunk/Makefile<br />><hr /><br />> --- csw/mgar/pkg/libxslt/trunk/Makefile   2011-07-09 12:12:44 UTC (rev 15022)<br />> +++ csw/mgar/pkg/libxslt/trunk/Makefile     2011-07-09 12:35:02 UTC (rev 15023)<br />> @@ -12,12 +12,13 @@<br />> DISTFILES  = $(NAME)-$(VERSION).tar.gz<br />> PATCHFILES += 0001-Forcefully-disable-version-script-use.patch<br />> <br />> -BUILD_DEP_PKGS = CSWlibxml2 CSWlibxml2devel<br />> +BUILD_DEP_PKGS = CSWlibxml2-2 CSWlibxml2-dev<br />> <br />> PACKAGES = CSWlibxslt<br />> SPKG_DESC_CSWlibxslt =  XSLT engine runtime package<br />> CATALOGNAME_CSWlibxslt = libxslt<br />> -RUNTIME_DEP_PKGS_CSWlibxslt += CSWgcrypt CSWgpgerr CSWiconv CSWlibxml2 CSWzlib<br />> +RUNTIME_DEP_PKGS_CSWlibxslt += CSWgcrypt CSWgpgerr CSWiconv CSWlibxml2-2<br />> +RUNTIME_DEP_PKGS_CSWlibxstl += CSWzlib<br />> RUNTIME_DEP_PKGS_CSWlibxslt += CSWlibxslt1 CSWlibexslt0<br />> <br />> PACKAGES += CSWlibxslt-dev<br />> @@ -39,7 +40,7 @@<br />> RUNTIME_DEP_PKGS_CSWpy-libxslt  = CSWpython<br />> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibxslt1<br />> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibexslt0<br />> -RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibxml2<br />> +RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibxml2-2<br />> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWzlib<br />> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWgpgerr<br />> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWgcrypt<br />> @@ -55,7 +56,7 @@<br />> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWiconv<br />> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWgpgerr<br />> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWzlib<br />> -RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWlibxml2<br />> +RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWlibxml2-2<br />> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWlibxslt1<br />> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWgcrypt<br />> <br />> @@ -64,7 +65,7 @@<br />> PKGFILES_CSWlibxslt1 += $(call baseisadirs,$(libdir),libxslt\.so\.1\.1\.26)<br />> PKGFILES_CSWlibxslt1 += $(call baseisadirs,$(libdir),libxslt\.so\.1(\.\d+)*)<br /><br />If you want you can use the more descriptive<br />  PKGFILES_CSWlibxslt1 += $(call pkgfiles_lib,<a href="http://libxslt.so">libxslt.so</a>.1)<br />which includes the specific library in all isas and sub-versions of it.<br />And no need to escape '.' in _this_ call as opposed to baseisadirs where it is needed.<br /><br /><br />Best regards<br /><br />  -- Dago<br /><br />> SPKG_DESC_CSWlibxslt1 += XSLT engine runtime package, <a href="http://libxslt.so">libxslt.so</a>.1<br />> -RUNTIME_DEP_PKGS_CSWlibxslt1 += CSWlibxml2<br />> +RUNTIME_DEP_PKGS_CSWlibxslt1 += CSWlibxml2-2<br />> RUNTIME_DEP_PKGS_CSWlibxslt1 += CSWiconv<br />> RUNTIME_DEP_PKGS_CSWlibxslt1 += CSWzlib<br />> <br />> <br />> <br />> This was sent by the <a href="http://SourceForge.net">SourceForge.net</a> collaborative development platform, the world's largest Open Source development site.<br />><hr /><br />> devel mailing list<br />> devel@lists.opencsw.org<br />> <a href="https://lists.opencsw.org/mailman/listinfo/devel">https://lists.opencsw.org/mailman/listinfo/devel</a><br /><br />-- <br />"You don't become great by trying to be great, you become great by wanting to do something,<br />and then doing it so hard that you become great in the process." - xkcd #896<br /><br /><br /></pre></blockquote></div></body></html>