[csw-devel] SF.net SVN: gar:[15023] csw/mgar/pkg/libxslt/trunk/Makefile
Dagobert Michelsen
dam at opencsw.org
Mon Jul 11 12:57:57 CEST 2011
Hi Ben,
Am 09.07.2011 um 14:35 schrieb bdwalton at users.sourceforge.net:
> Revision: 15023
> http://gar.svn.sourceforge.net/gar/?rev=15023&view=rev
> Author: bdwalton
> Date: 2011-07-09 12:35:02 +0000 (Sat, 09 Jul 2011)
>
> Log Message:
> -----------
> libxslt/trunk: update libxml2 deps after it was split up
>
> Modified Paths:
> --------------
> csw/mgar/pkg/libxslt/trunk/Makefile
>
> Modified: csw/mgar/pkg/libxslt/trunk/Makefile
> ===================================================================
> --- csw/mgar/pkg/libxslt/trunk/Makefile 2011-07-09 12:12:44 UTC (rev 15022)
> +++ csw/mgar/pkg/libxslt/trunk/Makefile 2011-07-09 12:35:02 UTC (rev 15023)
> @@ -12,12 +12,13 @@
> DISTFILES = $(NAME)-$(VERSION).tar.gz
> PATCHFILES += 0001-Forcefully-disable-version-script-use.patch
>
> -BUILD_DEP_PKGS = CSWlibxml2 CSWlibxml2devel
> +BUILD_DEP_PKGS = CSWlibxml2-2 CSWlibxml2-dev
>
> PACKAGES = CSWlibxslt
> SPKG_DESC_CSWlibxslt = XSLT engine runtime package
> CATALOGNAME_CSWlibxslt = libxslt
> -RUNTIME_DEP_PKGS_CSWlibxslt += CSWgcrypt CSWgpgerr CSWiconv CSWlibxml2 CSWzlib
> +RUNTIME_DEP_PKGS_CSWlibxslt += CSWgcrypt CSWgpgerr CSWiconv CSWlibxml2-2
> +RUNTIME_DEP_PKGS_CSWlibxstl += CSWzlib
> RUNTIME_DEP_PKGS_CSWlibxslt += CSWlibxslt1 CSWlibexslt0
>
> PACKAGES += CSWlibxslt-dev
> @@ -39,7 +40,7 @@
> RUNTIME_DEP_PKGS_CSWpy-libxslt = CSWpython
> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibxslt1
> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibexslt0
> -RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibxml2
> +RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWlibxml2-2
> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWzlib
> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWgpgerr
> RUNTIME_DEP_PKGS_CSWpy-libxslt += CSWgcrypt
> @@ -55,7 +56,7 @@
> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWiconv
> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWgpgerr
> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWzlib
> -RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWlibxml2
> +RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWlibxml2-2
> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWlibxslt1
> RUNTIME_DEP_PKGS_CSWlibexslt0 += CSWgcrypt
>
> @@ -64,7 +65,7 @@
> PKGFILES_CSWlibxslt1 += $(call baseisadirs,$(libdir),libxslt\.so\.1\.1\.26)
> PKGFILES_CSWlibxslt1 += $(call baseisadirs,$(libdir),libxslt\.so\.1(\.\d+)*)
If you want you can use the more descriptive
PKGFILES_CSWlibxslt1 += $(call pkgfiles_lib,libxslt.so.1)
which includes the specific library in all isas and sub-versions of it.
And no need to escape '.' in _this_ call as opposed to baseisadirs where it is needed.
Best regards
-- Dago
> SPKG_DESC_CSWlibxslt1 += XSLT engine runtime package, libxslt.so.1
> -RUNTIME_DEP_PKGS_CSWlibxslt1 += CSWlibxml2
> +RUNTIME_DEP_PKGS_CSWlibxslt1 += CSWlibxml2-2
> RUNTIME_DEP_PKGS_CSWlibxslt1 += CSWiconv
> RUNTIME_DEP_PKGS_CSWlibxslt1 += CSWzlib
>
>
>
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
> _______________________________________________
> devel mailing list
> devel at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/devel
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
More information about the devel
mailing list