Revision: 24810 http://sourceforge.net/p/gar/code/24810 Author: rmottola Date: 2015-04-06 16:31:07 +0000 (Mon, 06 Apr 2015) Log Message: ----------- gs_terminal/trunk: add known overrides
Modified Paths: -------------- csw/mgar/pkg/gs_terminal/trunk/Makefile Modified: csw/mgar/pkg/gs_terminal/trunk/Makefile =================================================================== --- csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-06 15:26:04 UTC (rev 24809) +++ csw/mgar/pkg/gs_terminal/trunk/Makefile 2015-04-06 16:31:07 UTC (rev 24810) @@ -24,8 +24,31 @@ RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-base RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-gui RUNTIME_DEP_PKGS_CSWTerminal += CSWgnustep-back +RUNTIME_DEP_PKGS_CSWTerminal += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWTerminal += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWTerminal += CSWlibobjc4 +#we do override because we depend on them +CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-gui +CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-base +CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-back +CHECKPKG_OVERRIDES_CSWTerminal += surplus-dependency|CSWgnustep-make +# we don't direcly bind right now +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgcc_s.so.1 +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-base.so.1.24 +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24 +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libiconv.so.2 +CHECKPKG_OVERRIDES_CSWTerminal += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|is|not|directly|bound|to|soname|libobjc.so.4 + +#known placement overrides since we use bundles +CHECKPKG_OVERRIDES_CSWTerminal += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal|arch_id=18|arch_name=sparcv8+ + +#others +CHECKPKG_OVERRIDES_CSWTerminal += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal +CHECKPKG_OVERRIDES_CSWTerminal += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Terminal.app/Terminal + + #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang GARCOMPILER = GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.