SF.net SVN: gar:[26177] csw/mgar/pkg/gs_zipper/trunk/Makefile
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Wed May 3 12:17:29 CEST 2017
Revision: 26177
http://sourceforge.net/p/gar/code/26177
Author: rmottola
Date: 2017-05-03 10:17:28 +0000 (Wed, 03 May 2017)
Log Message:
-----------
gs_zipper/trunk: add missing platforms, sparcv8 platform override, improved build line
Modified Paths:
--------------
csw/mgar/pkg/gs_zipper/trunk/Makefile
Modified: csw/mgar/pkg/gs_zipper/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_zipper/trunk/Makefile 2017-05-03 10:07:52 UTC (rev 26176)
+++ csw/mgar/pkg/gs_zipper/trunk/Makefile 2017-05-03 10:17:28 UTC (rev 26177)
@@ -18,7 +18,6 @@
BUILD_DEP_PKGS += CSWgcc4objc
RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWgs-zipper += CSWlibobjc4
RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-make
RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-base
RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgnustep-gui
@@ -26,6 +25,10 @@
RUNTIME_DEP_PKGS_CSWgs-zipper += CSWgtar
RUNTIME_DEP_PKGS_CSWgs-zipper += CSWzip
+RUNTIME_DEP_PKGS_CSWgs-zipper_5.9 += CSWlibobjc3
+RUNTIME_DEP_PKGS_CSWgs-zipper_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWgs-zipper += $(RUNTIME_DEP_PKGS_CSWgs-zipper_$(GAROSREL))
+
#we depend on these packages at runtime
# we want at least two archivers to be present, zip and gnu tar. Others are optional
CHECKPKG_OVERRIDES_CSWgs-zipper += surplus-dependency|CSWgtar
@@ -38,18 +41,21 @@
#overrides
-CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-gui.so.0.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
-CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
-CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libobjc.so.4
-CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-gui.so.0.24
-CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding|/opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|is|not|directly|bound|to|soname|libgnustep-base.so.1.24
+CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-gui.so.0.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
+CHECKPKG_OVERRIDES_CSWgs-zipper += soname-not-found|libgnustep-base.so.1.25|is|needed|by|opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper
+CHECKPKG_OVERRIDES_CSWgs-zipper += no-direct-binding
+CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8
CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=18|arch_name=sparcv8+
CHECKPKG_OVERRIDES_CSWgs-zipper += binary-architecture-does-not-match-placement|file=opt/csw/GNUstep/Local/Applications/Zipper.app/Zipper|arch_id=3|arch_name=i386
+#where can we build?
+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
GARCOMPILER = GNU
@@ -69,7 +75,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