Revision: 27162 http://sourceforge.net/p/gar/code/27162 Author: jake_goerzen Date: 2025-02-19 20:59:21 +0000 (Wed, 19 Feb 2025) Log Message: ----------- openssh: remove some surplus RUNTIME_DEP_PKGS
Modified Paths: -------------- csw/mgar/pkg/openssh/trunk/Makefile Modified: csw/mgar/pkg/openssh/trunk/Makefile =================================================================== --- csw/mgar/pkg/openssh/trunk/Makefile 2025-02-19 19:16:05 UTC (rev 27161) +++ csw/mgar/pkg/openssh/trunk/Makefile 2025-02-19 20:59:21 UTC (rev 27162) @@ -41,14 +41,16 @@ RUNTIME_DEP_PKGS_CSWopenssh += CSWlibwrap1 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibz1 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibkrb5-3 -RUNTIME_DEP_PKGS_CSWopenssh += CSWlibcom-err3 +#RUNTIME_DEP_PKGS_CSWopenssh += CSWlibcom-err3 RUNTIME_DEP_PKGS_CSWopenssh += CSWopenssh-client +# The Following does not appear the be required anymore, disabling + # Linking on sparc gives an additional dependency # probably because of the current bug with Solaris 10 # sparc linker (see http://lists.opencsw.org/pipermail/maintainers/2013-November/018780.html) RUNTIME_DEP_PKGS_CSWopenssh += $(RUNTIME_DEP_PKGS_CSWopenssh_$(GARCH)) -RUNTIME_DEP_PKGS_CSWopenssh_sparc += CSWlibintl8 +#RUNTIME_DEP_PKGS_CSWopenssh_sparc += CSWlibintl8 GARCOMPILER += GNU @@ -63,7 +65,7 @@ # probably because of the current bug with Solaris 10 # sparc linker (see http://lists.opencsw.org/pipermail/maintainers/2013-November/018780.html) RUNTIME_DEP_PKGS_CSWopenssh-client += $(RUNTIME_DEP_PKGS_CSWopenssh-client_$(GARCH)) -RUNTIME_DEP_PKGS_CSWopenssh-client_sparc += CSWlibintl8 +#RUNTIME_DEP_PKGS_CSWopenssh-client_sparc += CSWlibintl8 PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.