Revision: 25014 http://sourceforge.net/p/gar/code/25014 Author: rmottola Date: 2015-05-22 11:17:38 +0000 (Fri, 22 May 2015) Log Message: ----------- binutils/trunk: make dependency Arch/OSRel conditional
Modified Paths: -------------- csw/mgar/pkg/binutils/trunk/Makefile Modified: csw/mgar/pkg/binutils/trunk/Makefile =================================================================== --- csw/mgar/pkg/binutils/trunk/Makefile 2015-05-21 16:18:05 UTC (rev 25013) +++ csw/mgar/pkg/binutils/trunk/Makefile 2015-05-22 11:17:38 UTC (rev 25014) @@ -51,16 +51,14 @@ RUNTIME_DEP_PKGS_CSWbinutils += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWbinutils += CSWlibintl8 RUNTIME_DEP_PKGS_CSWbinutils += CSWlibz1 -RUNTIME_DEP_PKGS_CSWbinutils-i386 += CSWlibfl2 -RUNTIME_DEP_PKGS_CSWbinutils += $(RUNTIME_DEP_PKGS_CSWbinutils-$(GARCH)) +RUNTIME_DEP_PKGS_CSWbinutils-i386_5.10 += CSWlibfl2 +RUNTIME_DEP_PKGS_CSWbinutils-i386_5.11 += CSWlibfl2 +RUNTIME_DEP_PKGS_CSWbinutils += $(RUNTIME_DEP_PKGS_CSWbinutils-$(GARCH)_$(GAROSREL)) CHECKPKG_OVERRIDES_CSWbinutils += file-with-bad-content #Until removed from GDB: CHECKPKG_OVERRIDES_CSWbinutils += file-collision|/opt/csw/share/locale/uk/LC_MESSAGES/bfd.mo|CSWbinutils|CSWgdb CHECKPKG_OVERRIDES_CSWbinutils += file-collision|/opt/csw/share/locale/it/LC_MESSAGES/opcodes.mo|CSWbinutils|CSWgdb -CHECKPKG_OVERRIDES_CSWbinutils_i386_5.9 += surplus-dependency|CSWlibfl2 -CHECKPKG_OVERRIDES_CSWbinutils_i386_5.9 += dependency-on-nonexistent-package|CSWlibfl2 -CHECKPKG_OVERRIDES_CSWbinutils += $(CHECKPKG_OVERRIDES_CSWbinutils_$(GARCH)_$(GAROSREL)) include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.