SF.net SVN: gar:[26176] csw/mgar/pkg/gs_PRICE/trunk/Makefile

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Wed May 3 12:07:52 CEST 2017


Revision: 26176
          http://sourceforge.net/p/gar/code/26176
Author:   rmottola
Date:     2017-05-03 10:07:52 +0000 (Wed, 03 May 2017)
Log Message:
-----------
gs_PRICE/trunk: tweak platforms and build line

Modified Paths:
--------------
    csw/mgar/pkg/gs_PRICE/trunk/Makefile

Modified: csw/mgar/pkg/gs_PRICE/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_PRICE/trunk/Makefile	2017-05-03 08:11:46 UTC (rev 26175)
+++ csw/mgar/pkg/gs_PRICE/trunk/Makefile	2017-05-03 10:07:52 UTC (rev 26176)
@@ -16,7 +16,6 @@
 DISTFILES  = $(DISTNAME).tar.gz
 
 BUILD_DEP_PKGS += CSWgmake
-BUILD_DEP_PKGS += CSWgcc4objc
 
 RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-make
 RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-base
@@ -23,8 +22,11 @@
 RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-gui
 RUNTIME_DEP_PKGS_CSWgs-price += CSWgnustep-back
 RUNTIME_DEP_PKGS_CSWgs-price += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgs-price += CSWlibobjc4
 
+RUNTIME_DEP_PKGS_CSWgs-price_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgs-price_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgs-price += $(RUNTIME_DEP_PKGS_CSWgs-price_$(GAROSREL))
+
 #overrides, we know we need these!
 CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-make
 CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-gui
@@ -32,21 +34,19 @@
 CHECKPKG_OVERRIDES_CSWgs-price += surplus-dependency|CSWgnustep-back
 
 #known GNUstep app bundle overrides
-CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
-CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE
-CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgcc_s.so.1
-CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding|/opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
+CHECKPKG_OVERRIDES_CSWgs-price += no-direct-binding
+CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-gui.so.0.25
+CHECKPKG_OVERRIDES_CSWgs-price += soname-not-found|libgnustep-base.so.1.25
 
 #known placement problems
-CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|arch_id=18|arch_name=sparcv8+
-CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/PRICE.app/PRICE|arch_id=3|arch_name=i386
+CHECKPKG_OVERRIDES_CSWgs-price += binary-architecture-does-not-match-placement
 
 
 #where can we build?
-#PACKAGING_PLATFORMS += solaris9-sparc
-PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+PACKAGING_PLATFORMS += solaris10-i386
 
 
 #we absolutely need GCC for Objective-C support. The only alternative in the future would be clang
@@ -68,7 +68,7 @@
 include gar/category.mk
 
 build-sourcegs:
-	$(BUILD_ENV) && . $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE)
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
 	@$(MAKECOOKIE)
 
 install-sourcegs:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list